paper-with-me

Papers

Gradient-Semantic Compensation for Incremental Semantic Segmentation

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

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 catastrophic forgetting and background shift since they 1) treat all previous classes equally without considering different forgetting paces caused by imbalanced gradient back-propagation; 2) lack strong semantic guidance between classes. To tackle the above challenges, in this paper, we propose a Gradient-Semantic Compensation (GSC) model, which surmounts incremental semantic segmentation from both gradient and semantic perspectives. Specifically, to address catastrophic forgetting from the gradient aspect, we develop a step-aware gradient compensation that can balance forgetting paces of previously seen classes via re-weighting gradient backpropagation. Meanwhile, we propose a soft-sharp semantic relation distillation to distill consistent inter-class semantic relations via soft labels for alleviating catastrophic forgetting from the semantic aspect. In addition, we develop a prototypical pseudo re-labeling that provides strong semantic guidance to mitigate background shift. It produces high-quality pseudo labels for old classes in the background by measuring distances between pixels and class-wise prototypes. Extensive experiments on three public datasets, i.e., Pascal VOC 2012, ADE20K, and Cityscapes, demonstrate the effectiveness of our proposed GSC model.

📄 PDF Abstract BibTeX arXiv:2307.10822

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Heterogeneous Forgetting Compensation for Class-Incremental Learning

2023-08-07 · ICCV 2023 1 · Jiahua Dong, Wenqi Liang, Yang Cong, Gan Sun

Class-incremental learning (CIL) has achieved remarkable successes in learning new classes consecutively while overcoming catastrophic forgetting on old categories. However, most existing CIL methods unreasonably assume …

class-incremental learningClass Incremental LearningIncremental LearningRelation

Federated Incremental Semantic Segmentation

2023-04-10 · CVPR 2023 1 · Jiahua Dong, Duzhen Zhang, Yang Cong, Wei Cong 외

Federated learning-based semantic segmentation (FSS) has drawn widespread attention via decentralized training on local clients. However, most FSS models assume categories are fixed in advance, thus heavily undergoing fo…

Federated LearningRelationSegmentationSemantic Segmentation

Compensation Learning in Semantic Segmentation

2023-04-26 · Timo Kaiser, Christoph Reinders, Bodo Rosenhahn

Label noise and ambiguities between similar classes are challenging problems in developing new models and annotating new data for semantic segmentation. In this paper, we propose Compensation Learning in Semantic Segment…

SegmentationSemantic Segmentation

Continual Learning for Class- and Domain-Incremental Semantic Segmentation

2022-09-16 · Tobias Kalb, Masoud Roschani, Miriam Ruf, Jürgen Beyerer

The field of continual deep learning is an emerging field and a lot of progress has been made. However, concurrently most of the approaches are only tested on the task of image classification, which is not relevant in th…

class-incremental learningClass Incremental LearningClass-Incremental Semantic SegmentationContinual Learning+9

Advancing Incremental Few-shot Semantic Segmentation via Semantic-guided Relation Alignment and Adaptation

2023-05-18 · Yuan Zhou, Xin Chen, Yanrong Guo, Shijie Hao 외

Incremental few-shot semantic segmentation (IFSS) aims to incrementally extend a semantic segmentation model to novel classes according to only a few pixel-level annotated data, while preserving its segmentation capabili…

Few-Shot Semantic SegmentationIncremental LearningRelationSegmentation+1