arXiv:2603.16653cs.CV2026-03

为视觉语言模型设计异构适配器,提升少样本任务的鲁棒性与精度。

HeBA: Heterogeneous Bottleneck Adapters for Robust Vision-Language Models

  • 针对图像和文本不同结构,分别用卷积和线性层处理,保留空间与语义特征。
  • 采用压缩瓶颈(D→D/4),强制学习紧凑特征,提升模型稳定性。
  • 使用Kaiming初始化加速收敛,适合快速部署在预训练模型上。

将大规模视觉语言模型(如CLIP)适配到下游任务时,常因“一刀切”的架构设计而表现不佳,即视觉与文本令牌均通过宽泛通用的适配器统一处理。本文指出,这种同质化设计忽略了模态间本质差异:图像具有空间局部性,文本则具备语义密集性。为此,提出HeBA(异构瓶颈适配器),引入模态特异性结构归纳偏置的统一框架。其核心创新包括:(1) 异质性:用2D深度可分离卷积处理视觉令牌以保持空间相关性,用密集线性投影处理文本令牌以捕捉语义关系;(2) 瓶颈正则化:不同于常规扩展适配器,采用压缩瓶颈(D → D/4),强制模型学习紧凑、鲁棒特征,同时起结构正则作用;(3) 活跃梯度初始化:挑战零初始化范式,采用Kaiming初始化策略,确保充分初始梯度流,加速收敛而不损害冻结主干的预训练知识。大量实验表明,HeBA的专用架构设计在11个少样本基准上达到新最优性能,显著提升稳定性和准确率。代码已开源于https://github.com/Jahid12012021/VLM-HeBA。

原文摘要 · Abstract (English)

Adapting large-scale Vision-Language Models (VLMs) like CLIP to downstream tasks often suffers from a "one-size-fits-all" architectural approach, where visual and textual tokens are processed uniformly by wide, generic adapters. We argue that this homogeneity ignores the distinct structural nature of the modalities -- spatial locality in images versus semantic density in text. To address this, we propose HeBA (Heterogeneous Bottleneck Adapter), a unified architectural framework that introduces modality-specific structural inductive biases. HeBA departs from conventional designs through three key architectural innovations: (1) Heterogeneity: It processes visual tokens via 2D depthwise-separable convolutions to preserve spatial correlations, while distinctively processing text tokens via dense linear projections to capture semantic relationships; (2) Bottleneck Regularization: Unlike standard expanding adapters, HeBA employs a compression bottleneck (D -> D/4) that explicitly forces the model to learn compact, robust features and acts as a structural regularizer; and (3) Active Gradient Initialization: We challenge the restrictive zero-initialization paradigm, utilizing a Kaiming initialization strategy that ensures sufficient initial gradient flow to accelerate convergence without compromising the frozen backbone's pre-trained knowledge. Extensive experiments demonstrate that HeBA's architecturally specialized design achieves superior stability and accuracy, establishing a new state-of-the-art on 11 few-shot benchmarks. Code is available at https://github.com/Jahid12012021/VLM-HeBA.

视觉语言模型适配器少样本学习结构设计

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。