TL;DR
This paper provides a comprehensive analysis of class-incremental learning algorithms for visual tasks, focusing on fixed-size models, introducing a unified framework, and evaluating their performance across diverse settings.
Contribution
It defines desirable properties, formalizes the problem, proposes a thorough evaluation framework, and compares existing methods, highlighting their strengths and limitations.
Findings
No single algorithm excels in all settings.
Memory constraints significantly affect performance.
Reproducibility is enhanced through open-source implementation.
Abstract
The ability of artificial agents to increment their capabilities when confronted with new data is an open challenge in artificial intelligence. The main challenge faced in such cases is catastrophic forgetting, i.e., the tendency of neural networks to underfit past data when new ones are ingested. A first group of approaches tackles forgetting by increasing deep model capacity to accommodate new knowledge. A second type of approaches fix the deep model size and introduce a mechanism whose objective is to ensure a good compromise between stability and plasticity of the model. While the first type of algorithms were compared thoroughly, this is not the case for methods which exploit a fixed size model. Here, we focus on the latter, place them in a common conceptual and experimental framework and propose the following contributions: (1) define six desirable properties of incremental…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsKnowledge Distillation
