English

Effective SAM Combination for Open-Vocabulary Semantic Segmentation

Computer Vision and Pattern Recognition 2025-04-01 v2

Abstract

Open-vocabulary semantic segmentation aims to assign pixel-level labels to images across an unlimited range of classes. Traditional methods address this by sequentially connecting a powerful mask proposal generator, such as the Segment Anything Model (SAM), with a pre-trained vision-language model like CLIP. But these two-stage approaches often suffer from high computational costs, memory inefficiencies. In this paper, we propose ESC-Net, a novel one-stage open-vocabulary segmentation model that leverages the SAM decoder blocks for class-agnostic segmentation within an efficient inference framework. By embedding pseudo prompts generated from image-text correlations into SAM's promptable segmentation framework, ESC-Net achieves refined spatial aggregation for accurate mask predictions. ESC-Net achieves superior performance on standard benchmarks, including ADE20K, PASCAL-VOC, and PASCAL-Context, outperforming prior methods in both efficiency and accuracy. Comprehensive ablation studies further demonstrate its robustness across challenging conditions.

Keywords

Cite

@article{arxiv.2411.14723,
  title  = {Effective SAM Combination for Open-Vocabulary Semantic Segmentation},
  author = {Minhyeok Lee and Suhwan Cho and Jungho Lee and Sunghun Yang and Heeseung Choi and Ig-Jae Kim and Sangyoun Lee},
  journal= {arXiv preprint arXiv:2411.14723},
  year   = {2025}
}

Comments

Accepted to CVPR 2025

R2 v1 2026-06-28T20:08:41.227Z