Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Mitigating Background Shift in Class-Incremental Semantic Segmentation

About

Class-Incremental Semantic Segmentation(CISS) aims to learn new classes without forgetting the old ones, using only the labels of the new classes. To achieve this, two popular strategies are employed: 1) pseudo-labeling and knowledge distillation to preserve prior knowledge; and 2) background weight transfer, which leverages the broad coverage of background in learning new classes by transferring background weight to the new class classifier. However, the first strategy heavily relies on the old model in detecting old classes while undetected pixels are regarded as the background, thereby leading to the background shift towards the old classes(i.e., misclassification of old class as background). Additionally, in the case of the second approach, initializing the new class classifier with background knowledge triggers a similar background shift issue, but towards the new classes. To address these issues, we propose a background-class separation framework for CISS. To begin with, selective pseudo-labeling and adaptive feature distillation are to distill only trustworthy past knowledge. On the other hand, we encourage the separation between the background and new classes with a novel orthogonal objective along with label-guided output distillation. Our state-of-the-art results validate the effectiveness of these proposed methods.

Gilhan Park, WonJun Moon, SuBeen Lee, Tae-Young Kim, Jae-Pil Heo• 2024

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPascal VOC 15-5 setting 2012 (val)
mIoU (All)73.3
82
Semantic segmentationPascal VOC overlapped setting (15-1 (6 steps))
mIoU (Classes 1-15)8.26e+3
41
Semantic segmentationPascal-VOC Disjoint 15-5 2012
mIoU (0-15)81.9
31
Semantic segmentationPascal-VOC Disjoint 15-1 2012
mIoU (16-20)0.647
24
Semantic segmentationPascal-VOC Disjoint 19-1 2012
mIoU (20)69.3
23
Semantic segmentationADE20k overlapped setting (100-10 (6 steps))
mIoU (Classes 1-100)49
21
Semantic segmentationPascal VOC 19-1 Overlapped 2012
mIoU (Classes 1-19)83.3
15
Semantic segmentationADE20k 100-50 (2 steps) overlapped
mIoU (1-100)50
12
Semantic segmentationADE20k overlapped (50-50 (3 steps))
mIoU (1-50)57
12
Semantic segmentationPascal VOC 11 steps overlapped 10-1 (test)
mIoU (Classes 1-10)80.95
10
Showing 10 of 12 rows

Other info

Code

Follow for update