arXiv:2411.00029cs.CLcs.AI2024-11EMNLP被引 9

提出分步微调策略,更好保留预训练多模态模型的表征空间。

Preserving Pre-trained Representation Space: On Effectiveness of Prefix-tuning for Large Multi-modal Models

  • 先用前缀微调保持原始表征空间,再用适配器或LoRA提升性能
  • 在图像描述和视觉问答任务上优于传统参数高效微调方法
  • 适合需要保留预训练知识的下游应用,如跨模态理解

近年来,大型多模态模型(LMMs)正在革新机器与世界交互的方式,在多种多模态应用中开辟新可能。为适应下游任务,参数高效微调(PEFT)仅训练新增的前缀标记或模块,逐渐流行。然而,对PEFT在LMMs中如何运作的分析仍不足。本文深入探究各类微调策略的优劣,不再聚焦效率。我们首次发现,如LoRA和Adapters等模型参数微调方法会扭曲预训练阶段学习到的特征表示空间,限制预训练知识的充分利用。相反,前缀微调在保持表示空间方面表现优异,尽管其下游任务性能较低。基于此,我们提出一种两步式PEFT策略:前缀微调后接标准PEFT(即适配器或LoRA),简称PT-PEFT。实验表明,该方法在图像描述和视觉问答任务上显著优于基线方法,并有效保护了四个预训练模型的表示空间。

原文摘要 · Abstract (English)

Recently, we have observed that Large Multi-modal Models (LMMs) are revolutionizing the way machines interact with the world, unlocking new possibilities across various multi-modal applications. To adapt LMMs for downstream tasks, parameter-efficient fine-tuning (PEFT) which only trains additional prefix tokens or modules, has gained popularity. Nevertheless, there has been little analysis of how PEFT works in LMMs. In this paper, we delve into the strengths and weaknesses of each tuning strategy, shifting the focus from the efficiency typically associated with these approaches. We first discover that model parameter tuning methods such as LoRA and Adapters distort the feature representation space learned during pre-training and limit the full utilization of pre-trained knowledge. We also demonstrate that prefix-tuning excels at preserving the representation space, despite its lower performance on downstream tasks. These findings suggest a simple two-step PEFT strategy called Prefix-Tuned PEFT (PT-PEFT), which successively performs prefix-tuning and then PEFT (i.e., Adapter, LoRA), combines the benefits of both. Experimental results show that PT-PEFT not only improves performance in image captioning and visual question answering compared to vanilla PEFT methods but also helps preserve the representation space of the four pre-trained models.

多模态微调表示空间参数效率

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