CVJul 2, 2024

Label Anything: Multi-Class Few-Shot Semantic Segmentation with Visual Prompts

arXiv:2407.02075v410 citationsh-index: 21Has Code
Originality Highly original
AI Analysis

This addresses the challenge of segmenting objects from unseen classes with limited labeled examples for computer vision researchers, offering a flexible framework that is incremental in extending prompt types and multi-class capabilities.

The paper tackles the problem of few-shot semantic segmentation by introducing Label Anything, a transformer-based architecture that uses diverse visual prompts to reduce annotation burden, achieving state-of-the-art performance on the COCO-20^i benchmark in multi-class settings.

Few-shot semantic segmentation aims to segment objects from previously unseen classes using only a limited number of labeled examples. In this paper, we introduce Label Anything, a novel transformer-based architecture designed for multi-prompt, multi-way few-shot semantic segmentation. Our approach leverages diverse visual prompts -- points, bounding boxes, and masks -- to create a highly flexible and generalizable framework that significantly reduces annotation burden while maintaining high accuracy. Label Anything makes three key contributions: ($\textit{i}$) we introduce a new task formulation that relaxes conventional few-shot segmentation constraints by supporting various types of prompts, multi-class classification, and enabling multiple prompts within a single image; ($\textit{ii}$) we propose a novel architecture based on transformers and attention mechanisms; and ($\textit{iii}$) we design a versatile training procedure allowing our model to operate seamlessly across different $N$-way $K$-shot and prompt-type configurations with a single trained model. Our extensive experimental evaluation on the widely used COCO-$20^i$ benchmark demonstrates that Label Anything achieves state-of-the-art performance among existing multi-way few-shot segmentation methods, while significantly outperforming leading single-class models when evaluated in multi-class settings. Code and trained models are available at https://github.com/pasqualedem/LabelAnything.

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