Dendritic Self-Organizing Maps for Continual Learning
Kosmas Pinitas, Spyridon Chavlis, Panayiota Poirazi

TL;DR
This paper introduces Dendritic-Self-Organizing Maps (DendSOM), a biologically inspired algorithm that enhances continual learning by reducing catastrophic forgetting in neural networks.
Contribution
The paper presents DendSOM, a novel SOM-based algorithm that models input space regions and employs hit matrices for label association, improving continual learning performance.
Findings
DendSOM outperforms classical SOMs and state-of-the-art continual learning algorithms.
DendSOM effectively mitigates catastrophic forgetting in benchmark datasets.
DendSOM uses unsupervised feature extraction without label-based weight updates.
Abstract
Current deep learning architectures show remarkable performance when trained in large-scale, controlled datasets. However, the predictive ability of these architectures significantly decreases when learning new classes incrementally. This is due to their inclination to forget the knowledge acquired from previously seen data, a phenomenon termed catastrophic-forgetting. On the other hand, Self-Organizing Maps (SOMs) can model the input space utilizing constrained k-means and thus maintain past knowledge. Here, we propose a novel algorithm inspired by biological neurons, termed Dendritic-Self-Organizing Map (DendSOM). DendSOM consists of a single layer of SOMs, which extract patterns from specific regions of the input space accompanied by a set of hit matrices, one per SOM, which estimate the association between units and labels. The best-matching unit of an input pattern is selected…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and ELM · Multimodal Machine Learning Applications
MethodsSelf-Organizing Map
