CoMFormer: Continual Learning in Semantic and Panoptic Segmentation
About
Continual learning for segmentation has recently seen increasing interest. However, all previous works focus on narrow semantic segmentation and disregard panoptic segmentation, an important task with real-world impacts. %a In this paper, we present the first continual learning model capable of operating on both semantic and panoptic segmentation. Inspired by recent transformer approaches that consider segmentation as a mask-classification problem, we design CoMFormer. Our method carefully exploits the properties of transformer architectures to learn new classes over time. Specifically, we propose a novel adaptive distillation loss along with a mask-based pseudo-labeling technique to effectively prevent forgetting. To evaluate our approach, we introduce a novel continual panoptic segmentation benchmark on the challenging ADE20K dataset. Our CoMFormer outperforms all the existing baselines by forgetting less old classes but also learning more effectively new classes. In addition, we also report an extensive evaluation in the large-scale continual semantic segmentation scenario showing that CoMFormer also significantly outperforms state-of-the-art methods.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Class Incremental Panoptic Segmentation | ADE20K (val) | PQ (Initial Classes)45 | 32 | |
| Continual Semantic Segmentation | ADE20k 50-50 (3 tasks) (val) | mIoU (51-150)26.6 | 25 | |
| Class-Incremental Semantic Segmentation | ADE20K 100-50 (2 steps) | mIoU (1-100)44.7 | 17 | |
| Class-Incremental Semantic Segmentation | ADE20K 100-10 (6 steps) | mIoU (Classes 1-100)40.6 | 9 | |
| Class-Incremental Semantic Segmentation | ADE20K 100-5 11 steps | mIoU (1-100)39.5 | 9 | |
| Class-Incremental Semantic Segmentation | ADE20K (50-50 (3 steps)) | mIoU (1-50)49.2 | 8 | |
| Panoptic Segmentation | ADE20K 50-50 setting (val) | PQ (1-50)45.2 | 5 | |
| Panoptic Segmentation | ADE20K 100-50 protocol (val) | PQ (1-100)41.1 | 5 | |
| Panoptic Segmentation | ADE20K 100-10 protocol (val) | PQ (Classes 1-100)36 | 5 | |
| Panoptic Segmentation | ADE20K 100-5 protocol (val) | PQ (Classes 1-100)34.4 | 5 |