Talking to DINO: Bridging Self-Supervised Vision Backbones with Language for Open-Vocabulary Segmentation
About
Open-Vocabulary Segmentation (OVS) aims at segmenting images from free-form textual concepts without predefined training classes. While existing vision-language models such as CLIP can generate segmentation masks by leveraging coarse spatial information from Vision Transformers, they face challenges in spatial localization due to their global alignment of image and text features. Conversely, self-supervised visual models like DINO excel in fine-grained visual encoding but lack integration with language. To bridge this gap, we present Talk2DINO, a novel hybrid approach that combines the spatial accuracy of DINOv2 with the language understanding of CLIP. Our approach aligns the textual embeddings of CLIP to the patch-level features of DINOv2 through a learned mapping function without the need to fine-tune the underlying backbones. At training time, we exploit the attention maps of DINOv2 to selectively align local visual patches with textual embeddings. We show that the powerful semantic and localization abilities of Talk2DINO can enhance the segmentation process, resulting in more natural and less noisy segmentations, and that our approach can also effectively distinguish foreground objects from the background. Experimental results demonstrate that Talk2DINO achieves state-of-the-art performance across several unsupervised OVS benchmarks. Source code and models are publicly available at: https://lorebianchi98.github.io/Talk2DINO/.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Open Vocabulary Semantic Segmentation | COCOStuff (val) | mIoU30.2 | 60 | |
| Open Vocabulary Semantic Segmentation | Cityscapes (val) | mIoU38.1 | 37 | |
| Open Vocabulary Semantic Segmentation | PASCAL Context 59 (val) | mIoU42.4 | 32 | |
| Open-Vocabulary Segmentation | Pascal VOC 21 2012 (val) | mIoU65.8 | 27 | |
| Open-Vocabulary Segmentation | Pascal Context 60 (val) | mIoU37.7 | 26 | |
| Open-Vocabulary Segmentation | COCO-Object (COCO-O) (val) | mIoU45.1 | 25 | |
| Open-Vocabulary Segmentation | ADE20K (ADE) (val) | mIoU22.5 | 25 | |
| Open-Vocabulary Segmentation | Pascal VOC 20 2012 (val) | mIoU88.5 | 23 | |
| Open-Vocabulary Segmentation | Natural-scene (NS) benchmark suite V21, PC60, COCO-O, V20, PC59, COCO-S, City, ADE | V21 mIoU (with background)65.8 | 18 |