Home Knowledge Base Continual Learning

Continual Learning is the machine learning paradigm focused on training neural networks on a sequence of tasks without catastrophic forgetting — where the network retains knowledge from previously learned tasks while acquiring new capabilities, addressing the fundamental limitation that standard neural network training on new data overwrites the weights encoding old knowledge.

Catastrophic Forgetting

When a neural network trained on Task A is subsequently fine-tuned on Task B, performance on Task A degrades dramatically — often to random-chance levels. This occurs because gradient descent moves weights to minimize the Task B loss without regard for the Task A loss surface. The weight configurations optimal for Task A and Task B may be incompatible, and training on B destroys A's solution.

Continual Learning Strategies

Evaluation Protocols

Continual Learning is the pursuit of neural networks that accumulate knowledge rather than replace it — the missing capability that separates current AI systems (which are frozen after training) from biological intelligence (which learns continuously throughout life).

continual learning catastrophic forgettinglifelong learning neuralelastic weight consolidationprogressive learningtask incremental learning

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.