Passer au contenu

Bitcoin accepté au paiement  |  Expédié depuis Laval, QC, Canada  |  Soutien expert depuis 2016

Catastrophic Forgetting

Sovereign AI

Definition

Catastrophic forgetting, also called catastrophic interference, is the tendency of a neural network to lose previously learned knowledge when it is trained on a new task. Because the same set of weights encodes everything the model knows, the updates that reduce error on the new task can overwrite the representations that supported the old one. A network that learned to recognize cats and dogs may forget how to tell them apart after later being trained only on birds — not degrade gracefully, but collapse, which is what earns the phenomenon the word "catastrophic."

The stability-plasticity dilemma

At the heart of the problem is a trade-off researchers call the stability-plasticity dilemma. A model needs plasticity to absorb new information, but too much plasticity destroys old knowledge; it needs stability to retain what it learned, but too much stability prevents new learning. Biological brains manage this balance remarkably well — you did not forget arithmetic when you learned to drive — and the gap between biological and artificial continual learning remains one of the field's standing embarrassments. Continual learning, sometimes called lifelong or incremental learning, is the research area devoted to keeping both properties in balance.

Why it matters for self-hosted models

For anyone fine-tuning a model on their own data, catastrophic forgetting is the trap waiting at the end of an otherwise successful run: the model gets noticeably better at your domain and quietly worse at everything else — general knowledge, instruction following, sometimes basic fluency. The damage is easy to miss because you naturally evaluate on the task you trained for, which is the one place the model improved. Each additional round of training on new material compounds the erosion. The operational lesson for a sovereign operator is to treat evaluation like a regression test suite: keep a fixed set of general-capability probes alongside your domain benchmarks, and run both after every training round, exactly as you would refuse to ship code that passes the new test but breaks the old ones.

Mitigation strategies

The countermeasures map to a few families. Rehearsal mixes samples of general or previous data into the new training set so old capabilities keep receiving gradient signal; even a modest replay fraction blunts the worst forgetting. Architectural approaches freeze most of the network and train only a small part — the most practical form being parameter-efficient adapters such as LoRA, which leave the base weights untouched entirely: the adapter learns your domain, the base model keeps its generality, and you can detach or swap adapters at will. Regularization methods like elastic weight consolidation penalize changes to weights identified as important for prior tasks. And the humble safety net matters most in practice: save a model checkpoint before and during every run, so a training session that went too far is an inconvenience rather than a loss. Where real data for rehearsal is scarce, synthetic data generated from the base model can stand in.

Related failure modes

Catastrophic forgetting is a sibling of overfitting: both are the model trading generality for the specifics of recent training, and both are caught by evaluation the training loss cannot see. Together they explain the golden rule of DIY fine-tuning — change the model less than you think you need to, measure more than you think you need to, and always keep a way back.

Training discipline is the cheapest mitigation of all: use a conservative learning rate, stop after fewer epochs than feel productive, and prefer several small adapter experiments to one heroic full fine-tune. Most reported “fine-tuning destroyed my model” stories reduce to too much learning applied too fast to too many parameters — the numerical version of over-torquing a bolt. The base weights took enormous compute to learn their generality; your job is to add a thin layer of specialization, not to renovate the foundation.

In Simple Terms

Catastrophic forgetting, also called catastrophic interference, is the tendency of a neural network to lose previously learned knowledge when it is trained on a new…

Explore the Full Glossary

Browse all Bitcoin mining terms from A to Z. Whether you are a beginner or expert, deepen your understanding of the mining ecosystem.

Glossaire du minage

ASIC Miner Database

Compare 500+ miners with real-time profitability data, home mining scores, and detailed specs.

Comparer les mineurs