arXiv:2503.08497cs.LGcs.CV2025-03CVPR被引 59

提出新框架提升视觉语言模型少样本适应能力

MMRL: Multi-Modal Representation Learning for Vision-Language Models

  • 设计共享可学习表示空间,增强多模态交互
  • 在15个数据集上超越现有方法,平衡适应与泛化
  • 适合需要少样本微调的视觉语言模型研究者

大规模预训练视觉语言模型(VLMs)在跨任务迁移学习中至关重要。然而,使用少量样本进行微调常导致过拟合,降低新任务表现。为此,我们提出多模态表示学习(MMRL)框架,引入一个共享、可学习且模态无关的表示空间。该框架将空间标记投影至文本和图像表示标记,促进更有效的多模态交互。与仅优化类别标记特征的方法不同,MMRL在编码器高层(数据集特异性特征更显著)集成表示标记,同时保留低层中的通用知识。训练时,表示和类别特征均优化,表示标记通过可训练投影层处理,而类别标记投影层保持冻结以保留预训练知识。此外,引入正则项,使类别特征与文本特征对齐于冻结VLM的零样本特征,保护模型泛化能力。推理时采用解耦策略:基础类别使用表示和类别特征,新任务仅使用保留通用知识的类别特征。在15个数据集上的大量实验表明,MMRL优于当前最优方法,实现任务适应与泛化的良好平衡。代码已开源。

原文摘要 · Abstract (English)

Large-scale pre-trained Vision-Language Models (VLMs) have become essential for transfer learning across diverse tasks. However, adapting these models with limited few-shot data often leads to overfitting, diminishing their performance on new tasks. To tackle this issue, we propose a novel Multi-Modal Representation Learning (MMRL) framework that introduces a shared, learnable, and modality-agnostic representation space. MMRL projects the space tokens to text and image representation tokens, facilitating more effective multi-modal interactions. Unlike previous approaches that solely optimize class token features, MMRL integrates representation tokens at higher layers of the encoders--where dataset-specific features are more prominent--while preserving generalized knowledge in the lower layers. During training, both representation and class features are optimized, with trainable projection layer applied to the representation tokens, whereas the class token projection layer remains frozen to retain pre-trained knowledge. Furthermore, a regularization term is introduced to align the class features and text features with the zero-shot features from the frozen VLM, thereby safeguarding the model's generalization capacity. For inference, a decoupling strategy is employed, wherein both representation and class features are utilized for base classes, while only the class features, which retain more generalized knowledge, are used for new tasks. Extensive experiments across 15 datasets demonstrate that MMRL outperforms state-of-the-art methods, achieving a balanced trade-off between task-specific adaptation and generalization. Code is available at https://github.com/yunncheng/MMRL.

视觉语言模型少样本学习表示学习

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