TL;DR
This paper introduces iMTFA, an incremental few-shot instance segmentation method that learns discriminative embeddings, enabling addition of new classes without retraining and reducing memory usage, outperforming current state-of-the-art methods.
Contribution
The paper presents the first incremental approach to few-shot instance segmentation that uses class embeddings, allowing flexible class addition and memory efficiency.
Findings
Outperforms current state-of-the-art methods.
Enables evaluation on all COCO classes jointly.
Reduces memory overhead significantly.
Abstract
Few-shot instance segmentation methods are promising when labeled training data for novel classes is scarce. However, current approaches do not facilitate flexible addition of novel classes. They also require that examples of each class are provided at train and test time, which is memory intensive. In this paper, we address these limitations by presenting the first incremental approach to few-shot instance segmentation: iMTFA. We learn discriminative embeddings for object instances that are merged into class representatives. Storing embedding vectors rather than images effectively solves the memory overhead problem. We match these class embeddings at the RoI-level using cosine similarity. This allows us to add new classes without the need for further training or access to previous training data. In a series of experiments, we consistently outperform the current state-of-the-art.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
