Mask-Adapter: The Devil is in the Masks for Open-Vocabulary Segmentation
Yongkang Li, Tianheng Cheng, Bin Feng, Wenyu Liu, Xinggang Wang
TL;DR
Mask-Adapter tackles a core bottleneck in open-vocabulary segmentation: the misalignment between CLIP embeddings and mask-based predictions. By extracting semantic activation maps from proposal masks and CLIP features, it produces richer, context-aware mask embeddings that improve mask-text alignment and discrimination. The approach introduces a robust IoU-based matcher, a mask-consistency loss, and a two-stage training regime (GT warmup followed by mixed-mask training), culminating in strong gains across ADE20K, Pascal-Context, and SAM extensions. Practically, Mask-Adapter is plug-and-play for existing mask-pooling methods and significantly enhances zero-shot segmentation performance while preserving CLIP's open-vocabulary capabilities, with potential broad impact on dense OV tasks and beyond $L = \lambda_{ce}L_{ce} + \lambda_{cos}L_{cos}$.
Abstract
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 approaches show promising results, it is counterintuitive that accurate masks often fail to yield accurate classification results through pooling CLIP image embeddings within the mask regions. In this paper, we reveal the performance limitations of mask pooling and introduce Mask-Adapter, a simple yet effective method to address these challenges in open-vocabulary segmentation. Compared to directly using proposal masks, our proposed Mask-Adapter extracts semantic activation maps from proposal masks, providing richer contextual information and ensuring alignment between masks and CLIP. Additionally, we propose a mask consistency loss that encourages proposal masks with similar IoUs to obtain similar CLIP embeddings to enhance models' robustness to varying predicted masks. Mask-Adapter integrates seamlessly into open-vocabulary segmentation methods based on mask pooling in a plug-and-play manner, delivering more accurate classification results. Extensive experiments across several zero-shot benchmarks demonstrate significant performance gains for the proposed Mask-Adapter on several well-established methods. Notably, Mask-Adapter also extends effectively to SAM and achieves impressive results on several open-vocabulary segmentation datasets. Code and models are available at https://github.com/hustvl/MaskAdapter.
