Skip to content
AImpact
IT EN
Training Intermediate Also known as: Oblio catastrofico · Interferenza catastrofica

Catastrophic Forgetting

A phenomenon where a model, when trained on new data, rapidly loses skills it had learned before.

ShareLinkedInX

In practice

It is why aggressive fine-tuning on a narrow domain can make the model worse on everything else. It is mitigated with LoRA (which freezes the original weights), mixed datasets, or regularized updates. Always evaluate with a "general" test set on top of the domain-specific one.

Related terms

Seen in the wild

0 entries mentioning it

No archive entry mentions it explicitly. Appears in broader contexts.

← All terms