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

Incremental Learning Techniques for Semantic Segmentation

About

Deep learning architectures exhibit a critical drop of performance due to catastrophic forgetting when they are required to incrementally learn new tasks. Contemporary incremental learning frameworks focus on image classification and object detection while in this work we formally introduce the incremental learning problem for semantic segmentation in which a pixel-wise labeling is considered. To tackle this task we propose to distill the knowledge of the previous model to retain the information about previously learned classes, whilst updating the current model to learn the new ones. We propose various approaches working both on the output logits and on intermediate features. In opposition to some recent frameworks, we do not store any image from previously learned classes and only the last model is needed to preserve high accuracy on these classes. The experimental evaluation on the Pascal VOC2012 dataset shows the effectiveness of the proposed approaches.

Umberto Michieli, Pietro Zanuttigh• 2019

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (val)
Mean IoU65.7
2040
Semantic segmentationPASCAL VOC 2012 (test)
mIoU71.7
1342
Semantic segmentationPASCAL VOC 2012
mIoU65.05
187
Semantic segmentationPascal VOC 15-1 setting 2012 (val)
mIoU (all)48.3
88
Semantic segmentationPascal VOC 15-5 setting 2012 (val)
mIoU (All)65.7
82
Semantic segmentationADE20k (100-5)
mIoU (All Classes)50
54
Semantic segmentationPascal VOC 10-1 protocol 2012 (val)
mIoU (0-10)7.2
46
Incremental Semantic SegmentationPASCAL VOC 2012 (val)
mIoU (Overall)570
36
Continual Semantic SegmentationPascal-VOC 15-1 scenario 2012
mIoU (classes 0-15)8.75
32
Semantic segmentationPascal-VOC Disjoint 15-5 2012
mIoU (0-15)67.08
31
Showing 10 of 84 rows
...

Other info

Code

Follow for update