CIT: Rethinking Class-incremental Semantic Segmentation with a Class Independent Transformation
Jinchao Ge, Bowen Zhang, Akide Liu, Minh Hieu Phan, Qi Chen, Yangyang, Shu, Yang Zhao

TL;DR
This paper introduces CIT, a simple method to convert segmentation outputs into class-independent forms, enabling effective class-incremental learning with minimal forgetting across multiple architectures and datasets.
Contribution
The paper proposes CIT, a novel class-independent transformation technique that improves class-incremental semantic segmentation by reducing forgetting without significant computational overhead.
Findings
Achieves less than 5% task forgetting on ADE20K
Less than 1% forgetting on PASCAL VOC 2012
Compatible with multiple segmentation architectures
Abstract
Class-incremental semantic segmentation (CSS) requires that a model learn to segment new classes without forgetting how to segment previous ones: this is typically achieved by distilling the current knowledge and incorporating the latest data. However, bypassing iterative distillation by directly transferring outputs of initial classes to the current learning task is not supported in existing class-specific CSS methods. Via Softmax, they enforce dependency between classes and adjust the output distribution at each learning step, resulting in a large probability distribution gap between initial and current tasks. We introduce a simple, yet effective Class Independent Transformation (CIT) that converts the outputs of existing semantic segmentation models into class-independent forms with negligible cost or performance loss. By utilizing class-independent predictions facilitated by CIT, we…
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
TopicsNatural Language Processing Techniques
MethodsSoftmax
