Inherit with Distillation and Evolve with Contrast: Exploring Class Incremental Semantic Segmentation Without Exemplar Memory
Danpei Zhao, Bo Yuan, Zhenwei Shi

TL;DR
This paper introduces IDEC, a novel approach for class incremental semantic segmentation that avoids exemplar memory and addresses catastrophic forgetting and semantic drift through knowledge distillation and contrastive learning.
Contribution
The paper proposes IDEC, combining dense knowledge distillation and region-wise contrastive learning, to improve incremental segmentation without exemplar memory.
Findings
Achieves state-of-the-art results on Pascal VOC 2012, ADE20K, and ISPRS datasets.
Demonstrates superior anti-forgetting ability in multi-step CISS tasks.
Effectively mitigates semantic drift among classes.
Abstract
As a front-burner problem in incremental learning, class incremental semantic segmentation (CISS) is plagued by catastrophic forgetting and semantic drift. Although recent methods have utilized knowledge distillation to transfer knowledge from the old model, they are still unable to avoid pixel confusion, which results in severe misclassification after incremental steps due to the lack of annotations for past and future classes. Meanwhile data-replay-based approaches suffer from storage burdens and privacy concerns. In this paper, we propose to address CISS without exemplar memory and resolve catastrophic forgetting as well as semantic drift synchronously. We present Inherit with Distillation and Evolve with Contrast (IDEC), which consists of a Dense Knowledge Distillation on all Aspects (DADA) manner and an Asymmetric Region-wise Contrastive Learning (ARCL) module. Driven by 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsKnowledge Distillation · Contrastive Learning
