USE: Universal Segment Embeddings for Open-Vocabulary Image Segmentation
Xiaoqi Wang, Wenbin He, Xiwei Xuan, Clint Sebastian, Jorge Piazentin Ono, Xin Li, Sima Behpour, Thang Doan, Liang Gou, Han Wei Shen, Liu Ren
TL;DR
The paper addresses open-vocabulary image segmentation by introducing the Universal Segment Embedding (USE) framework, which combines a data pipeline that automatically generates rich segment-text pairs with a lightweight embedding model that maps segments to a shared vision-language space. The data pipeline leverages multi-granularity captions, grounding, and SAM-based mask generation to produce extensive segment-text pairs without manual labeling, while the USE model fuses CLIP and DINOv2 features and is trained via a segment-text contrastive loss to produce discriminative segment embeddings. Empirical results on semantic and part segmentation benchmarks show that USE achieves state-of-the-art performance among open-vocabulary methods, with strong robustness to different data sources (COCO, VG) and ablation studies validating architectural choices such as backbone fusion and the inclusion of the CLS token. The work advances practical open-vocabulary segmentation by providing a scalable, zero-shot approach that also supports downstream tasks like querying and segment-based ranking, highlighting the value of data-centric strategies in vision-language grounding.
Abstract
The open-vocabulary image segmentation task involves partitioning images into semantically meaningful segments and classifying them with flexible text-defined categories. The recent vision-based foundation models such as the Segment Anything Model (SAM) have shown superior performance in generating class-agnostic image segments. The main challenge in open-vocabulary image segmentation now lies in accurately classifying these segments into text-defined categories. In this paper, we introduce the Universal Segment Embedding (USE) framework to address this challenge. This framework is comprised of two key components: 1) a data pipeline designed to efficiently curate a large amount of segment-text pairs at various granularities, and 2) a universal segment embedding model that enables precise segment classification into a vast range of text-defined categories. The USE model can not only help open-vocabulary image segmentation but also facilitate other downstream tasks (e.g., querying and ranking). Through comprehensive experimental studies on semantic segmentation and part segmentation benchmarks, we demonstrate that the USE framework outperforms state-of-the-art open-vocabulary segmentation methods.
