A Proposal for Networks Capable of Continual Learning
Zeki Doruk Erden, Boi Faltings
TL;DR
The work addresses continual learning by examining how to preserve past responses after parameter updates, identifying failures in gradient-based NN updates and proposing Modelleyen, a local variation and selection mechanism using state variables (BSV, DSV, CSV). It proves a local preservation property and extends the idea to networks via state polynetworks (SPN) and network refinement with rerelation (MNR), enabling scalable processing of visual data such as MNIST without replay or task boundaries. Empirically, it demonstrates continual learning on a simple FSM environment and on MNIST with 3–10 classes per cycle, achieving substantial retention where neural baselines show forgetting, albeit with higher compute and representational limitations. The findings suggest that varsel networks can realize true continual learning, motivating future work to improve efficiency, expressivity, and higher-order conditioning for scalable, interpretable AI systems.
Abstract
We analyze the ability of computational units to retain past responses after parameter updates, a key property for system-wide continual learning. Neural networks trained with gradient descent lack this capability, prompting us to propose Modelleyen, an alternative approach with inherent response preservation. We demonstrate through experiments on modeling the dynamics of a simple environment and on MNIST that, despite increased computational complexity and some representational limitations at its current stage, Modelleyen achieves continual learning without relying on sample replay or predefined task boundaries.
