通过双路LoRA与梯度适配器提升多模态模型视觉理解能力
Improving Multi-modal Large Language Model through Boosting Vision Capabilities
- 采用视觉与语言并行的双LoRA模块,实现模态解耦训练
- 利用可学习阶梯结构聚合视觉编码器中间特征,增强视觉表征
- 在多个任务上显著提升视觉感知,适合需要强视觉理解的场景
本文致力于提升多模态大语言模型的视觉理解能力。提出名为Arcana的多模态语言模型,引入两项关键技术:一是多模态低秩适配器(MM-LoRA),在解码器中设计视觉与语言并行的双LoRA模块,各自独立参数,实现模态特化学习与信息融合;二是查询梯度适配器(QLadder),通过可学习的“阶梯”结构深度聚合冻结预训练视觉编码器(如CLIP图像编码器)的中间表示,使模型能学习新视觉特征同时保留原始强大能力。二者协同增强模型视觉感知力,使其在多种多模态场景中输出更准确、更契合上下文的结果。大量实验与消融研究验证了方法的有效性与泛化能力。代码与重标注数据已公开。
原文摘要 · Abstract (English)
We focus on improving the visual understanding capability for boosting the vision-language models. We propose \textbf{Arcana}, a multiModal language model, which introduces two crucial techniques. First, we present Multimodal LoRA (MM-LoRA), a module designed to enhance the decoder. Unlike traditional language-driven decoders, MM-LoRA consists of two parallel LoRAs -- one for vision and one for language -- each with its own parameters. This disentangled parameters design allows for more specialized learning in each modality and better integration of multimodal information. Second, we introduce the Query Ladder adapter (QLadder) to improve the visual encoder. QLadder employs a learnable ``\textit{ladder}'' structure to deeply aggregates the intermediate representations from the frozen pretrained visual encoder (e.g., CLIP image encoder). This enables the model to learn new and informative visual features, as well as remaining the powerful capabilities of the pretrained visual encoder. These techniques collectively enhance Arcana's visual perception power, enabling it to leverage improved visual information for more accurate and contextually relevant outputs across various multimodal scenarios. Extensive experiments and ablation studies demonstrate the effectiveness and generalization capability of our Arcana. The code and re-annotated data are available at \url{https://arcana-project-page.github.io}.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。