Search papers, labs, and topics across Lattice.
This paper introduces INSID3, a training-free in-context segmentation method that leverages the spatial structure and semantic correspondence of DINOv3's dense self-supervised features. INSID3 performs segmentation at varying granularities using only a frozen DINOv3 backbone and a single annotated example, eliminating the need for fine-tuning or auxiliary models. The method achieves state-of-the-art results across semantic, part, and personalized segmentation tasks, surpassing previous methods by 7.5% mIoU while using significantly fewer parameters and no mask or category-level supervision.
DINOv3's self-supervised features are surprisingly good at zero-shot in-context segmentation, beating fine-tuned models with a fraction of the 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 .