paper-with-me

Papers

Few-shot Class-Incremental Semantic Segmentation via Pseudo-Labeling and Knowledge Distillation

2023-08-05 · Chengjia Jiang, Tao Wang, Sien Li, Jinyang Wang, Shirui Wang, Antonios Antoniou

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 obtain images with a similar scene layout. This is followed by obtaining pseudo-labels within this neighborhood by applying classifiers learned on the few-shot annotations. In addition, we use knowledge distillation on both labeled and unlabeled data to retain knowledge on existing classes. We integrate the above steps into a single convolutional neural network with a unified learning objective. Extensive experiments on the Cityscapes and KITTI datasets validate the efficacy of the proposed approach in the self-driving domain. Code is available from https://github.com/ChasonJiang/FSCILSS.

📄 PDF Abstract BibTeX arXiv:2308.02790

Code (1)

chasonjiang/fscilss 공식 구현 pytorch

Tasks

Class-Incremental Semantic SegmentationKnowledge DistillationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Task Consistent Prototype Learning for Incremental Few-shot Semantic Segmentation

2024-10-16 · Wenbo Xu, Yanan Wu, Haoran Jiang, Yang Wang 외

Incremental Few-Shot Semantic Segmentation (iFSS) tackles a task that requires a model to continually expand its segmentation capability on novel classes using only a few annotated examples. Typical incremental approache…

Few-Shot Semantic SegmentationIncremental LearningMeta-LearningSemantic Segmentation

Incremental Learning in Semantic Segmentation from Image Labels

2021-12-03 · CVPR 2022 1 · Fabio Cermelli, Dario Fontanel, Antonio Tavera, Marco Ciccone 외

Although existing semantic segmentation approaches achieve impressive results, they still struggle to update their models incrementally as new categories are uncovered. Furthermore, pixel-by-pixel annotations are expensi…

Incremental LearningSegmentationSemantic Segmentation

Prototype-based Incremental Few-Shot Semantic Segmentation

2020-11-30 · Fabio Cermelli, Massimiliano Mancini, Yongqin Xian, Zeynep Akata 외

Semantic segmentation models have two fundamental weaknesses: i) they require large training sets with costly pixel-level annotations, and ii) they have a static output space, constrained to the classes of the training s…

Few-Shot Semantic SegmentationIncremental LearningKnowledge DistillationSegmentation+1

Gradient-Semantic Compensation for Incremental Semantic Segmentation

2023-07-20 · Wei Cong, Yang Cong, Jiahua Dong, Gan Sun 외

Incremental semantic segmentation aims to continually learn the segmentation of new coming classes without accessing the training data of previously learned classes. However, most current methods fail to address catastro…

SegmentationSemantic Segmentation

Few-shot Semantic Segmentation with Self-supervision from Pseudo-classes

2021-10-22 · Yiwen Li, Gratianus Wesley Putra Data, Yunguan Fu, Yipeng Hu 외

Despite the success of deep learning methods for semantic segmentation, few-shot semantic segmentation remains a challenging task due to the limited training data and the generalisation requirement for unseen classes. Wh…

Few-Shot Semantic SegmentationSegmentationSemantic Segmentation