English

IF2Net: Innately Forgetting-Free Networks for Continual Learning

Machine Learning 2023-06-21 v1 Computer Vision and Pattern Recognition

Abstract

Continual learning can incrementally absorb new concepts without interfering with previously learned knowledge. Motivated by the characteristics of neural networks, in which information is stored in weights on connections, we investigated how to design an Innately Forgetting-Free Network (IF2Net) for continual learning context. This study proposed a straightforward yet effective learning paradigm by ingeniously keeping the weights relative to each seen task untouched before and after learning a new task. We first presented the novel representation-level learning on task sequences with random weights. This technique refers to tweaking the drifted representations caused by randomization back to their separate task-optimal working states, but the involved weights are frozen and reused (opposite to well-known layer-wise updates of weights). Then, sequential decision-making without forgetting can be achieved by projecting the output weight updates into the parsimonious orthogonal space, making the adaptations not disturb old knowledge while maintaining model plasticity. IF2Net allows a single network to inherently learn unlimited mapping rules without telling task identities at test time by integrating the respective strengths of randomization and orthogonalization. We validated the effectiveness of our approach in the extensive theoretical analysis and empirical study.

Keywords

Cite

@article{arxiv.2306.10480,
  title  = {IF2Net: Innately Forgetting-Free Networks for Continual Learning},
  author = {Depeng Li and Tianqi Wang and Bingrong Xu and Kenji Kawaguchi and Zhigang Zeng and Ponnuthurai Nagaratnam Suganthan},
  journal= {arXiv preprint arXiv:2306.10480},
  year   = {2023}
}

Comments

16 pages, 8 figures. Under review

R2 v1 2026-06-28T11:08:07.522Z