Incremental Concept Formation over Visual Images Without Catastrophic Forgetting
Nicki Barari, Xin Lian, Christopher J. MacLellan
TL;DR
This work presents Cobweb/4V, a human-inspired, tensor-based visual classification method that incrementally forms concepts to mitigate catastrophic forgetting in continual learning. By switching to an information-theoretic category utility, employing a multi-concept prediction strategy, and representing images as pixel tensors, Cobweb/4V achieves data-efficient learning and robust retention on MNIST, outperforming neural baselines under forgetting scenarios. The experiments demonstrate rapid initial learning, competitive final accuracy, and significantly reduced forgetting compared with replay-based neural networks, highlighting the potential of modular, instance-based approaches for vision tasks. The study also outlines avenues to extend Cobweb with representation learning techniques (e.g., convolutional or attention mechanisms) to further boost performance while preserving memory stability.
Abstract
Deep neural networks have excelled in machine learning, particularly in vision tasks, however, they often suffer from catastrophic forgetting when learning new tasks sequentially. In this work, we introduce Cobweb4V, an alternative to traditional neural network approaches. Cobweb4V is a novel visual classification method that builds on Cobweb, a human like learning system that is inspired by the way humans incrementally learn new concepts over time. In this research, we conduct a comprehensive evaluation, showcasing Cobweb4Vs proficiency in learning visual concepts, requiring less data to achieve effective learning outcomes compared to traditional methods, maintaining stable performance over time, and achieving commendable asymptotic behavior, without catastrophic forgetting effects. These characteristics align with learning strategies in human cognition, positioning Cobweb4V as a promising alternative to neural network approaches.
