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

Modeling the Background for Incremental Learning in Semantic Segmentation

About

Despite their effectiveness in a wide range of tasks, deep architectures suffer from some important limitations. In particular, they are vulnerable to catastrophic forgetting, i.e. they perform poorly when they are required to update their model as new classes are available but the original training set is not retained. This paper addresses this problem in the context of semantic segmentation. Current strategies fail on this task because they do not consider a peculiar aspect of semantic segmentation: since each training step provides annotation only for a subset of all possible classes, pixels of the background class (i.e. pixels that do not belong to any other classes) exhibit a semantic distribution shift. In this work we revisit classical incremental learning methods, proposing a new distillation-based framework which explicitly accounts for this shift. Furthermore, we introduce a novel strategy to initialize classifier's parameters, thus preventing biased predictions toward the background class. We demonstrate the effectiveness of our approach with an extensive evaluation on the Pascal-VOC 2012 and ADE20K datasets, significantly outperforming state of the art incremental learning methods.

Fabio Cermelli, Massimiliano Mancini, Samuel Rota Bul\`o, Elisa Ricci, Barbara Caputo• 2020

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (test)
mIoU12.65
1342
Semantic segmentationPASCAL VOC 2012
mIoU69.15
187
Semantic segmentationPascal VOC 15-1 setting 2012 (val)
mIoU (all)70.72
88
Semantic segmentationPascal VOC 15-5 setting 2012 (val)
mIoU (All)75.2
82
Semantic segmentationADE20k (100-5)
mIoU (All Classes)2.65e+3
54
Semantic segmentationPascal VOC 10-1 protocol 2012 (val)
mIoU (0-10)69.73
46
Semantic segmentationPascal VOC overlapped setting (15-1 (6 steps))
mIoU (Classes 1-15)34.2
41
Few-shot Semantic SegmentationPASCAL-5^i 1-shot
mIoU36.33
37
Incremental Semantic SegmentationPASCAL VOC 2012 (val)
mIoU (Overall)3.79e+3
36
Generalized Few-Shot Semantic SegmentationPASCAL-5^i (test)
Base mIoU68.6
34
Showing 10 of 107 rows
...

Other info

Code

Follow for update