通过优化视觉-语言模型的细粒度语义分类,显著提升开放词汇分割性能。
Adapting Vision-Language Model with Fine-grained Semantics for Open-Vocabulary Segmentation
- 在视觉编码早期注入细粒度语义信息,增强特征表达能力。
- 在多个基准上提升最高达+1.0 PQ和+3.0 mIoU,优于现有方法。
- 仅微调少量参数,训练成本降低近5倍,适合高效部署。
尽管研究广泛,开放词汇分割方法在跨域泛化方面仍存在瓶颈。现有方法通常冻结视觉-语言模型(VLM)进行掩码分类,仅训练掩码生成器以降低计算开销。但我们的分析发现:开放词汇分割的核心瓶颈在于掩码分类,而非掩码生成。为此,我们提出新范式:冻结预训练掩码生成器,专注优化掩码分类器。由于基于全局池化图像-文本特征预训练的VLM难以捕捉细粒度语义,我们提出细粒度语义适应(FISA)方法,在视觉编码早期显式融合关键语义信息,增强特征表示。该方法仅优化少量VLM参数,兼顾高效适应新数据分布与保留预训练知识。大量消融实验验证其优势:在多个代表性基准上达到新最佳性能,最多提升1.0 PQ和3.0 mIoU,同时训练成本降低近5倍。代码与数据将公开。
原文摘要 · Abstract (English)
Despite extensive research, open-vocabulary segmentation methods still struggle to generalize across diverse domains. To reduce the computational cost of adapting Vision-Language Models (VLMs) while preserving their pre-trained knowledge, most methods freeze the VLMs for mask classification and train only the mask generator. However, our comprehensive analysis reveals a surprising insight: open-vocabulary segmentation is primarily bottlenecked by mask classification, not mask generation. This discovery prompts us to rethink the existing paradigm and explore an alternative approach. Instead of freezing the VLM, we propose to freeze the pre-trained mask generator and focus on optimizing the mask classifier. Building on the observation that VLMs pre-trained on global-pooled image-text features often fail to capture fine-grained semantics necessary for effective mask classification, we propose a novel Fine-grained Semantic Adaptation (FISA) method to address this limitation. FISA enhances the extracted visual features with fine-grained semantic awareness by explicitly integrating this crucial semantic information early in the visual encoding process. As our method strategically optimizes only a small portion of the VLM's parameters, it enjoys the efficiency of adapting to new data distributions while largely preserving the valuable VLM pre-trained knowledge. Extensive ablation studies confirm the superiority of our approach. Notably, FISA achieves new state-of-the-art results across multiple representative benchmarks, improving performance by up to +1.0 PQ and +3.0 mIoU and reduces training costs by nearly 5x compared to previous best methods. Our code and data will be made public.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。