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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Semantic segmentation | PASCAL VOC 2012 (test) | mIoU12.65 | 1342 | |
| Semantic segmentation | PASCAL VOC 2012 | mIoU69.15 | 187 | |
| Semantic segmentation | Pascal VOC 15-1 setting 2012 (val) | mIoU (all)70.72 | 88 | |
| Semantic segmentation | Pascal VOC 15-5 setting 2012 (val) | mIoU (All)75.2 | 82 | |
| Semantic segmentation | ADE20k (100-5) | mIoU (All Classes)2.65e+3 | 54 | |
| Semantic segmentation | Pascal VOC 10-1 protocol 2012 (val) | mIoU (0-10)69.73 | 46 | |
| Semantic segmentation | Pascal VOC overlapped setting (15-1 (6 steps)) | mIoU (Classes 1-15)34.2 | 41 | |
| Few-shot Semantic Segmentation | PASCAL-5^i 1-shot | mIoU36.33 | 37 | |
| Incremental Semantic Segmentation | PASCAL VOC 2012 (val) | mIoU (Overall)3.79e+3 | 36 | |
| Generalized Few-Shot Semantic Segmentation | PASCAL-5^i (test) | Base mIoU68.6 | 34 |