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

Beyond Background Shift: Rethinking Instance Replay in Continual Semantic Segmentation

About

In this work, we focus on continual semantic segmentation (CSS), where segmentation networks are required to continuously learn new classes without erasing knowledge of previously learned ones. Although storing images of old classes and directly incorporating them into the training of new models has proven effective in mitigating catastrophic forgetting in classification tasks, this strategy presents notable limitations in CSS. Specifically, the stored and new images with partial category annotations leads to confusion between unannotated categories and the background, complicating model fitting. To tackle this issue, this paper proposes a novel Enhanced Instance Replay (EIR) method, which not only preserves knowledge of old classes while simultaneously eliminating background confusion by instance storage of old classes, but also mitigates background shifts in the new images by integrating stored instances with new images. By effectively resolving background shifts in both stored and new images, EIR alleviates catastrophic forgetting in the CSS task, thereby enhancing the model's capacity for CSS. Experimental results validate the efficacy of our approach, which significantly outperforms state-of-the-art CSS methods.

Hongmei Yin, Tingliang Feng, Fan Lyu, Fanhua Shang, Hongying Liu, Wei Feng, Liang Wan• 2025

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPascal VOC 15-1 setting 2012 (val)
mIoU (all)79.6
88
Semantic segmentationPascal VOC 15-5 setting 2012 (val)
mIoU (All)79.9
82
Semantic segmentationADE20k (100-5)
mIoU (All Classes)37.2
54
Semantic segmentationPascal VOC 10-1 protocol 2012 (val)
mIoU (0-10)75.9
46
Semantic segmentationPascal VOC 5-3 protocol 2012 (val)
mIoU (Classes 0-5)74.6
29
Semantic segmentationADE20K 100-10 (6)
mIoU (Classes 0-100)0.423
15
Semantic segmentationADE20K 50-50
mIoU (0-50)49.7
14
Semantic segmentationPascal VOC 2-2 setup 2012
mIoU (Classes 0-2)70.9
12
Showing 8 of 8 rows

Other info

Code

Follow for update