DPSeg: Dual-Prompt Cost Volume Learning for Open-Vocabulary Semantic Segmentation

Abstract

Open-vocabulary semantic segmentation aims to segment images into distinct semantic regions for both seen and unseen categories at the pixel level. Current methods utilize text embeddings from pre-trained vision-language models like CLIP but struggle with the inherent domain gap between image and text embeddings, even after extensive alignment during training. Additionally, relying solely on deep text-aligned features limits shallow-level feature guidance, which is crucial for detecting small objects and fine details, ultimately reducing segmentation accuracy. To address these limitations, we propose a dual prompting framework, DPSeg, for this task. Our approach combines dual-prompt cost volume generation, a cost volume-guided decoder, and a semantic-guided prompt refinement strategy that leverages our dual prompting scheme to mitigate alignment issues in visual prompt generation. By incorporating visual embeddings from a visual prompt encoder, our approach reduces the domain gap between text and image embeddings while providing multi-level guidance through shallow features. Extensive experiments demonstrate that our method significantly outperforms existing state-of-the-art approaches on multiple public datasets.

Cite

Text

Zhao et al. "DPSeg: Dual-Prompt Cost Volume Learning for Open-Vocabulary Semantic Segmentation." Conference on Computer Vision and Pattern Recognition, 2025. doi:10.1109/CVPR52734.2025.02360

Markdown

[Zhao et al. "DPSeg: Dual-Prompt Cost Volume Learning for Open-Vocabulary Semantic Segmentation." Conference on Computer Vision and Pattern Recognition, 2025.](https://mlanthology.org/cvpr/2025/zhao2025cvpr-dpseg/) doi:10.1109/CVPR52734.2025.02360

BibTeX

@inproceedings{zhao2025cvpr-dpseg,
  title     = {{DPSeg: Dual-Prompt Cost Volume Learning for Open-Vocabulary Semantic Segmentation}},
  author    = {Zhao, Ziyu and Li, Xiaoguang and Shi, Lingjia and Imanpour, Nasrin and Wang, Song},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2025},
  pages     = {25346-25356},
  doi       = {10.1109/CVPR52734.2025.02360},
  url       = {https://mlanthology.org/cvpr/2025/zhao2025cvpr-dpseg/}
}