CVApr 18, 2024

Group-On: Boosting One-Shot Segmentation with Supportive Query

arXiv:2404.11871v21 citationsh-index: 18ICME
Originality Incremental advance
AI Analysis

This addresses the problem of high annotation costs in few-shot segmentation for computer vision researchers, though it is an incremental improvement over prior methods.

The paper tackles the challenge of one-shot semantic segmentation by proposing Group-On, which uses batches of query images to mutually enhance segmentation masks, achieving performance competitive with methods using five annotated support images.

One-shot semantic segmentation aims to segment query images given only ONE annotated support image of the same class. This task is challenging because target objects in the support and query images can be largely different in appearance and pose (i.e., intra-class variation). Prior works suggested that incorporating more annotated support images in few-shot settings boosts performances but increases costs due to additional manual labeling. In this paper, we propose a novel and effective approach for ONE-shot semantic segmentation, called Group-On, which packs multiple query images in batches for the benefit of mutual knowledge support within the same category. Specifically, after coarse segmentation masks of the batch of queries are predicted, query-mask pairs act as pseudo support data to enhance mask predictions mutually. To effectively steer such process, we construct an innovative MoME module, where a flexible number of mask experts are guided by a scene-driven router and work together to make comprehensive decisions, fully promoting mutual benefits of queries. Comprehensive experiments on three standard benchmarks show that, in the ONE-shot setting, Group-On significantly outperforms previous works by considerable margins. With only one annotated support image, Group-On can be even competitive with the counterparts using 5 annotated images.

Foundations

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

Your Notes