TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Representation Compensation Networks for Continual Semanti...

Representation Compensation Networks for Continual Semantic Segmentation

Chang-Bin Zhang, Jia-Wen Xiao, Xialei Liu, Ying-Cong Chen, Ming-Ming Cheng

2022-03-10CVPR 2022 1Overlapped 50-50Continual LearningDomain 1-1Domain 11-1Continual Semantic SegmentationClass Incremental LearningOverlapped 10-1Overlapped 100-10SegmentationSemantic SegmentationOverlapped 100-50Domain 11-5Knowledge DistillationOverlapped 100-5
PaperPDFCode(official)

Abstract

In this work, we study the continual semantic segmentation problem, where the deep neural networks are required to incorporate new classes continually without catastrophic forgetting. We propose to use a structural re-parameterization mechanism, named representation compensation (RC) module, to decouple the representation learning of both old and new knowledge. The RC module consists of two dynamically evolved branches with one frozen and one trainable. Besides, we design a pooled cube knowledge distillation strategy on both spatial and channel dimensions to further enhance the plasticity and stability of the model. We conduct experiments on two challenging continual semantic segmentation scenarios, continual class segmentation and continual domain segmentation. Without any extra computational overhead and parameters during inference, our method outperforms state-of-the-art performance. The code is available at \url{https://github.com/zhangchbin/RCIL}.

Results

TaskDatasetMetricValueModel
Semantic SegmentationPASCAL VOC 2012mIoU34.3RCNet-101
Semantic SegmentationPASCAL VOC 2012Mean IoU (val)72.4RCNet-101
Semantic SegmentationPASCAL VOC 2012mIoU59.4RCNet-101
Semantic SegmentationPASCAL VOC 2012mIoU54.7RCNet-101
Semantic SegmentationPASCAL VOC 2012Mean IoU67.3RCNet-101
Semantic SegmentationADE20KmIoU29.6RCNet-101
Semantic SegmentationPASCAL VOC 2012mIoU18.2RCNet-101
Semantic SegmentationADE20KmIoU34.5RCNet-101
Semantic SegmentationADE20KmIoU32.5RCNet-101
Semantic SegmentationADE20KMean IoU (test) 32.1RCNet-101
Continual LearningPASCAL VOC 2012mIoU34.3RCNet-101
Continual LearningPASCAL VOC 2012Mean IoU (val)72.4RCNet-101
Continual LearningPASCAL VOC 2012mIoU59.4RCNet-101
Continual LearningPASCAL VOC 2012mIoU54.7RCNet-101
Continual LearningPASCAL VOC 2012Mean IoU67.3RCNet-101
Continual LearningADE20KmIoU29.6RCNet-101
Continual LearningPASCAL VOC 2012mIoU18.2RCNet-101
Continual LearningADE20KmIoU34.5RCNet-101
Continual LearningADE20KmIoU32.5RCNet-101
Continual LearningADE20KMean IoU (test) 32.1RCNet-101
2D Semantic SegmentationPASCAL VOC 2012mIoU59.4RCNet-101
2D Semantic SegmentationPASCAL VOC 2012mIoU54.7RCNet-101
2D Semantic SegmentationPASCAL VOC 2012Mean IoU67.3RCNet-101
2D Semantic SegmentationPASCAL VOC 2012mIoU18.2RCNet-101
Class Incremental LearningPASCAL VOC 2012mIoU34.3RCNet-101
Class Incremental LearningPASCAL VOC 2012Mean IoU (val)72.4RCNet-101
Class Incremental LearningPASCAL VOC 2012mIoU59.4RCNet-101
Class Incremental LearningPASCAL VOC 2012mIoU54.7RCNet-101
Class Incremental LearningPASCAL VOC 2012Mean IoU67.3RCNet-101
Class Incremental LearningADE20KmIoU29.6RCNet-101
Class Incremental LearningPASCAL VOC 2012mIoU18.2RCNet-101
Class Incremental LearningADE20KmIoU34.5RCNet-101
Class Incremental LearningADE20KmIoU32.5RCNet-101
Class Incremental LearningADE20KMean IoU (test) 32.1RCNet-101
Class-Incremental Semantic SegmentationPASCAL VOC 2012mIoU34.3RCNet-101
Class-Incremental Semantic SegmentationPASCAL VOC 2012Mean IoU (val)72.4RCNet-101
Class-Incremental Semantic SegmentationPASCAL VOC 2012mIoU59.4RCNet-101
Class-Incremental Semantic SegmentationPASCAL VOC 2012mIoU54.7RCNet-101
Class-Incremental Semantic SegmentationPASCAL VOC 2012Mean IoU67.3RCNet-101
Class-Incremental Semantic SegmentationADE20KmIoU29.6RCNet-101
Class-Incremental Semantic SegmentationPASCAL VOC 2012mIoU18.2RCNet-101
Class-Incremental Semantic SegmentationADE20KmIoU34.5RCNet-101
Class-Incremental Semantic SegmentationADE20KmIoU32.5RCNet-101
Class-Incremental Semantic SegmentationADE20KMean IoU (test) 32.1RCNet-101
10-shot image generationPASCAL VOC 2012mIoU34.3RCNet-101
10-shot image generationPASCAL VOC 2012Mean IoU (val)72.4RCNet-101
10-shot image generationPASCAL VOC 2012mIoU59.4RCNet-101
10-shot image generationPASCAL VOC 2012mIoU54.7RCNet-101
10-shot image generationPASCAL VOC 2012Mean IoU67.3RCNet-101
10-shot image generationADE20KmIoU29.6RCNet-101
10-shot image generationPASCAL VOC 2012mIoU18.2RCNet-101
10-shot image generationADE20KmIoU34.5RCNet-101
10-shot image generationADE20KmIoU32.5RCNet-101
10-shot image generationADE20KMean IoU (test) 32.1RCNet-101

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21Visual-Language Model Knowledge Distillation Method for Image Quality Assessment2025-07-21Deep Learning-Based Fetal Lung Segmentation from Diffusion-weighted MRI Images and Lung Maturity Evaluation for Fetal Growth Restriction2025-07-17DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model2025-07-17From Variability To Accuracy: Conditional Bernoulli Diffusion Models with Consensus-Driven Correction for Thin Structure Segmentation2025-07-17Unleashing Vision Foundation Models for Coronary Artery Segmentation: Parallel ViT-CNN Encoding and Variational Fusion2025-07-17SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation2025-07-17Unified Medical Image Segmentation with State Space Modeling Snake2025-07-17