CVMar 31, 2021

FAPIS: A Few-shot Anchor-free Part-based Instance Segmenter

arXiv:2104.00073v121 citations
Originality Incremental advance
AI Analysis

This addresses the problem of instance segmentation with limited labeled data for new object classes, representing an incremental advance in few-shot learning methods.

The paper tackles few-shot instance segmentation by introducing FAPIS, which models latent object parts shared across training classes to improve learning on new classes, achieving significant state-of-the-art performance on the COCO-20i dataset.

This paper is about few-shot instance segmentation, where training and test image sets do not share the same object classes. We specify and evaluate a new few-shot anchor-free part-based instance segmenter FAPIS. Our key novelty is in explicit modeling of latent object parts shared across training object classes, which is expected to facilitate our few-shot learning on new classes in testing. We specify a new anchor-free object detector aimed at scoring and regressing locations of foreground bounding boxes, as well as estimating relative importance of latent parts within each box. Also, we specify a new network for delineating and weighting latent parts for the final instance segmentation within every detected bounding box. Our evaluation on the benchmark COCO-20i dataset demonstrates that we significantly outperform the state of the art.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes