CVNov 24, 2021

APANet: Adaptive Prototypes Alignment Network for Few-Shot Semantic Segmentation

arXiv:2111.12263v250 citations
AI Analysis

This work addresses incomplete feature comparisons in few-shot segmentation for novel-class objects, offering an incremental improvement over existing metric learning frameworks.

The paper tackles the problem of biased classification in few-shot semantic segmentation by introducing adaptive prototypes, achieving state-of-the-art results on PASCAL-5^i and COCO-20^i datasets in 1-shot and 5-shot settings without compromising inference efficiency.

Few-shot semantic segmentation aims to segment novel-class objects in a given query image with only a few labeled support images. Most advanced solutions exploit a metric learning framework that performs segmentation through matching each query feature to a learned class-specific prototype. However, this framework suffers from biased classification due to incomplete feature comparisons. To address this issue, we present an adaptive prototype representation by introducing class-specific and class-agnostic prototypes and thus construct complete sample pairs for learning semantic alignment with query features. The complementary features learning manner effectively enriches feature comparison and helps yield an unbiased segmentation model in the few-shot setting. It is implemented with a two-branch end-to-end network (i.e., a class-specific branch and a class-agnostic branch), which generates prototypes and then combines query features to perform comparisons. In addition, the proposed class-agnostic branch is simple yet effective. In practice, it can adaptively generate multiple class-agnostic prototypes for query images and learn feature alignment in a self-contrastive manner. Extensive experiments on PASCAL-5$^i$ and COCO-20$^i$ demonstrate the superiority of our method. At no expense of inference efficiency, our model achieves state-of-the-art results in both 1-shot and 5-shot settings for semantic segmentation.

Foundations

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

Your Notes