paper-with-me

Papers

Generalization Boosted Adapter for Open-Vocabulary Segmentation

2024-09-13 · Wenhao Xu, Changwei Wang, Xuxiang Feng, Rongtao Xu, Longzhao Huang, Zherui Zhang, Li Guo, Shibiao Xu

Vision-language models (VLMs) have demonstrated remarkable open-vocabulary object recognition capabilities, motivating their adaptation for dense prediction tasks like segmentation. However, directly applying VLMs to such tasks remains challenging due to their lack of pixel-level granularity and the limited data available for fine-tuning, leading to overfitting and poor generalization. To address these limitations, we propose Generalization Boosted Adapter (GBA), a novel adapter strategy that enhances the generalization and robustness of VLMs for open-vocabulary segmentation. GBA comprises two core components: (1) a Style Diversification Adapter (SDA) that decouples features into amplitude and phase components, operating solely on the amplitude to enrich the feature space representation while preserving semantic consistency; and (2) a Correlation Constraint Adapter (CCA) that employs cross-attention to establish tighter semantic associations between text categories and target regions, suppressing irrelevant low-frequency ``noise'' information and avoiding erroneous associations. Through the synergistic effect of the shallow SDA and the deep CCA, GBA effectively alleviates overfitting issues and enhances the semantic relevance of feature representations. As a simple, efficient, and plug-and-play component, GBA can be flexibly integrated into various CLIP-based methods, demonstrating broad applicability and achieving state-of-the-art performance on multiple open-vocabulary segmentation benchmarks.

📄 PDF Abstract BibTeX arXiv:2409.08468

Code (0)

등록된 구현이 없습니다.

Tasks

Object RecognitionSegmentation

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Mask-Adapter: The Devil is in the Masks for Open-Vocabulary Segmentation

2024-12-05 · CVPR 2025 1 · Yongkang Li, Tianheng Cheng, Wenyu Liu, Xinggang Wang

Recent open-vocabulary segmentation methods adopt mask generators to predict segmentation masks and leverage pre-trained vision-language models, e.g., CLIP, to classify these masks via mask pooling. Although these approa…

Image SegmentationOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentation+1

Classifier-Centric Adaptive Framework for Open-Vocabulary Camouflaged Object Segmentation

2025-09-29 · Hanyu Zhang, Yiming Zhou, Jinxia Zhang arxiv

Open-vocabulary camouflaged object segmentation requires models to segment camouflaged objects of arbitrary categories unseen during training, placing extremely high demands on generalization capabilities. Through analys…

Camouflaged Object Segmentation

Semantic Library Adaptation: LoRA Retrieval and Fusion for Open-Vocabulary Semantic Segmentation

2025-03-27 · CVPR 2025 1 · Reza Qorbani, Gianluca Villani, Theodoros Panagiotakopoulos, Marc Botet Colomer 외

Open-vocabulary semantic segmentation models associate vision and text to label pixels from an undefined set of classes using textual queries, providing versatile performance on novel datasets. However, large shifts betw…

Domain AdaptationOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationRetrieval+1

Side Adapter Network for Open-Vocabulary Semantic Segmentation

2023-02-23 · CVPR 2023 1 · Mengde Xu, Zheng Zhang, Fangyun Wei, Han Hu 외

This paper presents a new framework for open-vocabulary semantic segmentation with the pre-trained vision-language model, named Side Adapter Network (SAN). Our approach models the semantic segmentation task as a region r…

Language ModellingOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentation+2

MROVSeg: Breaking the Resolution Curse of Vision-Language Models in Open-Vocabulary Image Segmentation

2024-08-27 · Yuanbing Zhu, Bingke Zhu, Yingying Chen, Yunfang Niu 외

Pretrained vision-language models (VLMs), \eg CLIP, are increasingly used to bridge the gap between open- and close-vocabulary recognition in open-vocabulary image segmentation. As VLMs are generally pretrained with low-…

Image SegmentationOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentation+1