Saturation Self-Organizing Map
Igor Urbanik, Paweł Gajewski
TL;DR
SatSOM addresses catastrophic forgetting in continual learning by introducing a neuron-specific saturation mechanism that decays $\lambda_i$ and $\sigma_i$ as neurons accumulate information, effectively freezing saturated units and freeing capacity for new knowledge. The approach extends Self-Organizing Maps with per-neuron plasticity control, BMU-based training, and a quantile-based, sparse inference that emphasizes active regions of the map. Empirical results on FashionMNIST and KMNIST show SatSOM achieves memory retention comparable to kNN without storing past data and outperforms OnlineEWC, with ablations confirming the saturation mechanism as the primary contributor. The work offers a lightweight, interpretable alternative for continual learning and suggests promising paths for extending saturation concepts to deeper architectures and on-device learning.
Abstract
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 efficiency, are not immune to this issue. In this paper, we introduce Saturation Self-Organizing Maps (SatSOM)-an extension of SOMs designed to improve knowledge retention in continual learning scenarios. SatSOM incorporates a novel saturation mechanism that gradually reduces the learning rate and neighborhood radius of neurons as they accumulate information. This effectively freezes well-trained neurons and redirects learning to underutilized areas of the map.
