Prototype-based Incremental Few-Shot Semantic Segmentation
About
Semantic segmentation models have two fundamental weaknesses: i) they require large training sets with costly pixel-level annotations, and ii) they have a static output space, constrained to the classes of the training set. Toward addressing both problems, we introduce a new task, Incremental Few-Shot Segmentation (iFSS). The goal of iFSS is to extend a pretrained segmentation model with new classes from few annotated images and without access to old training data. To overcome the limitations of existing models iniFSS, we propose Prototype-based Incremental Few-Shot Segmentation (PIFS) that couples prototype learning and knowledge distillation. PIFS exploits prototypes to initialize the classifiers of new classes, fine-tuning the network to refine its features representation. We design a prototype-based distillation loss on the scores of both old and new class prototypes to avoid overfitting and forgetting, and batch-renormalization to cope with non-i.i.d.few-shot data. We create an extensive benchmark for iFSS showing that PIFS outperforms several few-shot and incremental learning methods in all scenarios.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Semantic segmentation | Med JASCL-Disjoint Session 0: TS | Dice Score70 | 28 | |
| Semantic segmentation | Med JASCL-Disjoint Session 1: AMOS | Dice Score12.9 | 28 | |
| Continual Segmentation | Med JASCL Disjoint | Total Drop (%)88.9 | 28 | |
| Semantic segmentation | Med JASCL-Disjoint Session 2: BCV | Dice Score7.8 | 28 | |
| 3D Semantic Segmentation | ScanNet old (test) | mIoU (B)35.8 | 12 | |
| 3D Semantic Segmentation | ScanNet200 new (test) | mIoU-B28.78 | 12 | |
| Semantic segmentation | ScanNet++ new (test) | mIoU (Boundary)39.98 | 12 |