Fortuitous Forgetting in Connectionist Networks
Hattie Zhou, Ankit Vani, Hugo Larochelle, Aaron Courville
TL;DR
The paper argues that forgetting can beneficially shape learning in neural networks, introducing the forget-and-relearn paradigm as a unifying lens for iterative training across image classification and language emergence. It formalizes a forgetting operation that lowers accuracy yet preserves information, and shows that relearning amplifies features that are robust across varying conditions. Through targeted forgetting methods like LLF and partial weight perturbations, the authors demonstrate improved generalization over baselines and provide mechanistic insights into why iterative retraining strengthens consistently useful representations. The work also extends the framework to emergent languages, analyzing compositionality and showing that balanced forgetting can enhance structured communication, with implications for designing more effective iterative training algorithms.
Abstract
Forgetting is often seen as an unwanted characteristic in both human and machine learning. However, we propose that forgetting can in fact be favorable to learning. We introduce "forget-and-relearn" as a powerful paradigm for shaping the learning trajectories of artificial neural networks. In this process, the forgetting step selectively removes undesirable information from the model, and the relearning step reinforces features that are consistently useful under different conditions. The forget-and-relearn framework unifies many existing iterative training algorithms in the image classification and language emergence literature, and allows us to understand the success of these algorithms in terms of the disproportionate forgetting of undesirable information. We leverage this understanding to improve upon existing algorithms by designing more targeted forgetting operations. Insights from our analysis provide a coherent view on the dynamics of iterative training in neural networks and offer a clear path towards performance improvements.
