TL;DR
This paper introduces Uncertainty-aware Contrastive Distillation, a novel method for incremental semantic segmentation that leverages contrastive learning and uncertainty to reduce catastrophic forgetting and improve performance.
Contribution
It proposes a new contrastive distillation framework that considers all pixel features in a mini-batch and uses a frozen model for feature comparison, advancing incremental segmentation methods.
Findings
Achieves state-of-the-art results on three benchmarks.
Effectively mitigates catastrophic forgetting in incremental segmentation.
Can be combined with existing IL approaches for improved performance.
Abstract
A fundamental and challenging problem in deep learning is catastrophic forgetting, i.e. the tendency of neural networks to fail to preserve the knowledge acquired from old tasks when learning new tasks. This problem has been widely investigated in the research community and several Incremental Learning (IL) approaches have been proposed in the past years. While earlier works in computer vision have mostly focused on image classification and object detection, more recently some IL approaches for semantic segmentation have been introduced. These previous works showed that, despite its simplicity, knowledge distillation can be effectively employed to alleviate catastrophic forgetting. In this paper, we follow this research direction and, inspired by recent literature on contrastive learning, we propose a novel distillation framework, Uncertainty-aware Contrastive Distillation (\method). In…
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
