Generalization Boosted Adapter for Open-Vocabulary Segmentation
Wenhao Xu, Changwei Wang, Xuxiang Feng, Rongtao Xu, Longzhao Huang, Zherui Zhang, Li Guo, Shibiao Xu
TL;DR
This work tackles open-vocabulary segmentation with CLIP-based backbones, identifying overfitting and insufficient pixel-level nuance when fine-tuning on limited data. It introduces Generalization Boosted Adapter (GBA), a dual-adapter framework consisting of Style Diversification Adapter (SDA) and Correlation Constraint Adapter (CCA) that operate at different depths to diversify features and enforce semantic alignment. SDA performs frequency-domain amplitude manipulation to enrich style while preserving content, while CCA uses cross-attention and frequency-domain normalization to emphasize high-frequency semantic cues and suppress false correlations. Together, GBA delivers state-of-the-art results on open-vocabulary panoptic and semantic segmentation benchmarks with minimal computational overhead and broad plug-and-play compatibility, including benefits on transformer-based CLIP variants. The approach demonstrates robust generalization across diverse datasets and offers a practical path for enhancing cross-modal segmentation tasks in real-world settings.
Abstract
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.
