paper-with-me

홈 › Papers

Continual Learning with Self-Organizing Maps

2019-04-19 · Pouya Bashivan, Martin Schrimpf, Robert Ajemian, Irina Rish, Matthew Riemer, Yuhai Tu

Despite remarkable successes achieved by modern neural networks in a wide range of applications, these networks perform best in domain-specific stationary environments where they are trained only once on large-scale controlled data repositories. When exposed to non-stationary learning environments, current neural networks tend to forget what they had previously learned, a phenomena known as catastrophic forgetting. Most previous approaches to this problem rely on memory replay buffers which store samples from previously learned tasks, and use them to regularize the learning on new ones. This approach suffers from the important disadvantage of not scaling well to real-life problems in which the memory requirements become enormous. We propose a memoryless method that combines standard supervised neural networks with self-organizing maps to solve the continual learning problem. The role of the self-organizing map is to adaptively cluster the inputs into appropriate task contexts - without explicit labels - and allocate network resources accordingly. Thus, it selectively routes the inputs in accord with previous experience, ensuring that past learning is maintained and does not interfere with current learning. Out method is intuitive, memoryless, and performs on par with current state-of-the-art approaches on standard benchmarks.

📄 PDF Abstract BibTeX arXiv:1904.09330

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Saturation Self-Organizing Map

2025-06-12 · Igor Urbanik, Paweł Gajewski

Continual learning poses a fundamental challenge for neural systems, which often suffer from catastrophic forgetting when exposed to sequential tasks. Self-Organizing Maps (SOMs), despite their interpretability and effic…

Continual Learning

Dendritic Self-Organizing Maps for Continual Learning

2021-10-18 · Kosmas Pinitas, Spyridon Chavlis, Panayiota Poirazi

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 i…

Continual LearningSplit-CIFAR-10Split-MNIST

Class Incremental Continual Learning with Self-Organizing Maps and Variational Autoencoders Using Synthetic Replay

2025-08-28 · Pujan Thapa, Alexander Ororbia, Travis Desell arxiv

This work introduces a novel generative continual learning framework based on self-organizing maps (SOMs) and variational autoencoders (VAEs) to enable memory-efficient replay, eliminating the need to store raw data samp…

Continual Learning

Outlier Detection using Self-Organizing Maps for Automated Blood Cell Analysis

2022-08-18 · Stefan Röhrl, Alice Hein, Lucie Huang, Dominik Heim 외

The quality of datasets plays a crucial role in the successful training and deployment of deep learning models. Especially in the medical field, where system performance may impact the health of patients, clean datasets …

Outlier DetectionOut-of-Distribution DetectionQuantization

Reducing Catastrophic Forgetting in Self Organizing Maps with Internally-Induced Generative Replay

2021-12-09 · Hitesh Vaidya, Travis Desell, Alexander Ororbia

A lifelong learning agent is able to continually learn from potentially infinite streams of pattern sensory data. One major historic difficulty in building agents that adapt in this way is that neural systems struggle to…

Dimensionality ReductionLifelong learning