paper-with-me

Papers

Uncertainty-aware Contrastive Distillation for Incremental Semantic Segmentation

2022-03-26 · Guanglei Yang, Enrico Fini, Dan Xu, Paolo Rota, Mingli Ding, Moin Nabi, Xavier Alameda-Pineda, Elisa Ricci

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 a nutshell, \method~is operated by introducing a novel distillation loss that takes into account all the images in a mini-batch, enforcing similarity between features associated to all the pixels from the same classes, and pulling apart those corresponding to pixels from different classes. In order to mitigate catastrophic forgetting, we contrast features of the new model with features extracted by a frozen model learned at the previous incremental step. Our experimental results demonstrate the advantage of the proposed distillation technique, which can be used in synergy with previous IL approaches, and leads to state-of-art performance on three commonly adopted benchmarks for incremental semantic segmentation. The code is available at \url{https://github.com/ygjwd12345/UCD}.

📄 PDF Abstract BibTeX arXiv:2203.14098

Code (1)

ygjwd12345/UCD 공식 구현 pytorch

Tasks

Contrastive Learningimage-classificationImage ClassificationIncremental LearningKnowledge Distillationobject-detectionObject DetectionSemantic 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 제목 키워드 기반

A Contrastive Distillation Approach for Incremental Semantic Segmentation in Aerial Images

2021-12-07 · Edoardo Arnaudo, Fabio Cermelli, Antonio Tavera, Claudio Rossi 외

Incremental learning represents a crucial task in aerial image processing, especially given the limited availability of large-scale annotated datasets. A major issue concerning current deep neural architectures is known …

image-classificationImage ClassificationIncremental LearningKnowledge Distillation+4

Inherit with Distillation and Evolve with Contrast: Exploring Class Incremental Semantic Segmentation Without Exemplar Memory

2023-09-27 · Danpei Zhao, Bo Yuan, Zhenwei Shi

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 …

Class-Incremental Semantic SegmentationContrastive LearningIncremental LearningKnowledge Distillation+1

Geometry and Uncertainty-Aware 3D Point Cloud Class-Incremental Semantic Segmentation

2023-01-01 · CVPR 2023 1 · Yuwei Yang, Munawar Hayat, Zhao Jin, Chao Ren 외

Despite the significant recent progress made on 3D point cloud semantic segmentation, the current methods require training data for all classes at once, and are not suitable for real-life scenarios where new categori…

Class-Incremental Semantic SegmentationSemantic Segmentation

Uncertainty-Aware Distillation for Semi-Supervised Few-Shot Class-Incremental Learning

2023-01-24 · Yawen Cui, Wanxia Deng, Haoyu Chen, Li Liu

Given a model well-trained with a large-scale base dataset, Few-Shot Class-Incremental Learning (FSCIL) aims at incrementally learning novel classes from a few labeled samples by avoiding overfitting, without catastrophi…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+1

MultiCo3D: Multi-Label Voxel Contrast for One-Shot Incremental Segmentation of 3D Neuroimages

2025-03-09 · Hao Xu, Tengfei Xue, Dongnan Liu, Yuqian Chen 외

3D neuroimages provide a comprehensive view of brain structure and function, aiding in precise localization and functional connectivity analysis. Segmentation of white matter (WM) tracts using 3D neuroimages is vital for…

Class-Incremental Semantic SegmentationFunctional ConnectivitySegmentationSemantic Segmentation