English

ReME: A Data-Centric Framework for Training-Free Open-Vocabulary Segmentation

Computer Vision and Pattern Recognition 2025-06-30 v2

Abstract

Training-free open-vocabulary semantic segmentation (OVS) aims to segment images given a set of arbitrary textual categories without costly model fine-tuning. Existing solutions often explore attention mechanisms of pre-trained models, such as CLIP, or generate synthetic data and design complex retrieval processes to perform OVS. However, their performance is limited by the capability of reliant models or the suboptimal quality of reference sets. In this work, we investigate the largely overlooked data quality problem for this challenging dense scene understanding task, and identify that a high-quality reference set can significantly benefit training-free OVS. With this observation, we introduce a data-quality-oriented framework, comprising a data pipeline to construct a reference set with well-paired segment-text embeddings and a simple similarity-based retrieval to unveil the essential effect of data. Remarkably, extensive evaluations on ten benchmark datasets demonstrate that our method outperforms all existing training-free OVS approaches, highlighting the importance of data-centric design for advancing OVS without training. Our code is available at https://github.com/xiweix/ReME .

Keywords

Cite

@article{arxiv.2506.21233,
  title  = {ReME: A Data-Centric Framework for Training-Free Open-Vocabulary Segmentation},
  author = {Xiwei Xuan and Ziquan Deng and Kwan-Liu Ma},
  journal= {arXiv preprint arXiv:2506.21233},
  year   = {2025}
}

Comments

Accepted to ICCV 2025

R2 v1 2026-07-01T03:34:27.722Z