CVMar 30

INSID3: Training-Free In-Context Segmentation with DINOv3

arXiv:2603.284800.261 citationsh-index: 11Has Code
AI Analysis85

This addresses the problem of flexible and efficient segmentation for computer vision researchers, offering a minimalist solution that avoids fine-tuning or complex architectures.

The paper tackles in-context segmentation by proposing INSID3, a training-free method that uses frozen DINOv3 features to segment arbitrary concepts from a single annotated example, achieving state-of-the-art results with a +7.5% mIoU improvement and 3x fewer parameters.

In-context segmentation (ICS) aims to segment arbitrary concepts, e.g., objects, parts, or personalized instances, given one annotated visual examples. Existing work relies on (i) fine-tuning vision foundation models (VFMs), which improves in-domain results but harms generalization, or (ii) combines multiple frozen VFMs, which preserves generalization but yields architectural complexity and fixed segmentation granularities. We revisit ICS from a minimalist perspective and ask: Can a single self-supervised backbone support both semantic matching and segmentation, without any supervision or auxiliary models? We show that scaled-up dense self-supervised features from DINOv3 exhibit strong spatial structure and semantic correspondence. We introduce INSID3, a training-free approach that segments concepts at varying granularities only from frozen DINOv3 features, given an in-context example. INSID3 achieves state-of-the-art results across one-shot semantic, part, and personalized segmentation, outperforming previous work by +7.5 % mIoU, while using 3x fewer parameters and without any mask or category-level supervision. Code is available at https://github.com/visinf/INSID3 .

Foundations

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

Your Notes