Home Knowledge Base Continual Learning and Catastrophic Forgetting

Continual Learning and Catastrophic Forgetting is the fundamental challenge in neural network training where a model trained sequentially on multiple tasks loses performance on earlier tasks as it adapts to new ones — because gradient-based updates to accommodate new data overwrite the weight configurations that encoded previous knowledge, requiring specialized techniques (EWC, progressive networks, replay) to maintain performance across all tasks without access to previous training data.

The Catastrophic Forgetting Problem

When a model trained on Task A is subsequently trained on Task B, its performance on Task A degrades dramatically — often to random chance. This happens because the loss landscape for Task B pulls weights away from the region optimal for Task A. Standard SGD has no mechanism to preserve previously learned representations. This is fundamentally different from human learning, where acquiring new skills enhances rather than overwrites existing knowledge.

Continual Learning Strategies

Regularization-Based Methods:

Replay-Based Methods:

Architecture-Based Methods:

Evaluation Protocol

Continual Learning is the unsolved grand challenge of making neural networks learn like humans — accumulating knowledge over time without forgetting, a capability that would transform AI from systems that are trained once to systems that grow continuously more capable through experience.

continual learning catastrophic forgettinglifelong learning neural networkelastic weight consolidationprogressive neural networkincremental learning

Explore 500+ Semiconductor & AI Topics

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