Few-shot Class-Incremental Semantic Segmentation via Pseudo-Labeling and Knowledge Distillation
Chengjia Jiang, Tao Wang, Sien Li, Jinyang Wang, Shirui Wang, Antonios, Antoniou

TL;DR
This paper proposes a novel method for few-shot class-incremental semantic segmentation that uses pseudo-labeling and knowledge distillation to effectively learn new classes from limited data while retaining existing knowledge.
Contribution
It introduces a coarse-to-fine pseudo-labeling strategy combined with knowledge distillation within a unified network for improved few-shot segmentation.
Findings
Effective pseudo-labeling improves novel class learning.
Knowledge distillation helps prevent catastrophic forgetting.
Method outperforms baselines on Cityscapes and KITTI datasets.
Abstract
We address the problem of learning new classes for semantic segmentation models from few examples, which is challenging because of the following two reasons. Firstly, it is difficult to learn from limited novel data to capture the underlying class distribution. Secondly, it is challenging to retain knowledge for existing classes and to avoid catastrophic forgetting. For learning from limited data, we propose a pseudo-labeling strategy to augment the few-shot training annotations in order to learn novel classes more effectively. Given only one or a few images labeled with the novel classes and a much larger set of unlabeled images, we transfer the knowledge from labeled images to unlabeled images with a coarse-to-fine pseudo-labeling approach in two steps. Specifically, we first match each labeled image to its nearest neighbors in the unlabeled image set at the scene level, in order to…
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
