Causes of Catastrophic Forgetting in Class-Incremental Semantic Segmentation
Tobias Kalb, J\"urgen Beyerer

TL;DR
This paper investigates the causes of catastrophic forgetting in class-incremental semantic segmentation, identifying background semantic shift and class bias as key factors, and proposes mitigation strategies using knowledge distillation and unbiased loss.
Contribution
It provides a detailed analysis of the causes of forgetting in CiSS and introduces effective mitigation techniques based on background information and loss functions.
Findings
Background semantic shift causes forgetting in deeper layers.
Bias towards new classes contributes to accuracy drop.
Mitigation with knowledge distillation reduces forgetting.
Abstract
Class-incremental learning for semantic segmentation (CiSS) is presently a highly researched field which aims at updating a semantic segmentation model by sequentially learning new semantic classes. A major challenge in CiSS is overcoming the effects of catastrophic forgetting, which describes the sudden drop of accuracy on previously learned classes after the model is trained on a new set of classes. Despite latest advances in mitigating catastrophic forgetting, the underlying causes of forgetting specifically in CiSS are not well understood. Therefore, in a set of experiments and representational analyses, we demonstrate that the semantic shift of the background class and a bias towards new classes are the major causes of forgetting in CiSS. Furthermore, we show that both causes mostly manifest themselves in deeper classification layers of the network, while the early layers of the…
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
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · COVID-19 diagnosis using AI
MethodsKnowledge Distillation
