Towards Efficient Visual-Language Alignment of the Q-Former for Visual Reasoning Tasks
Sungkyung Kim, Adam Lee, Junyoung Park, Andrew Chung, Jusang Oh, Jay-Yoon Lee
TL;DR
The paper addresses efficient visual-language alignment by applying parameter-efficient fine-tuning (PEFT) to the Q-Former within InstructBLIP and analyzing sublayer importance with AdaLoRA. It demonstrates that LoRA-based fine-tuning of the Q-Former can match full fine-tuning performance while using under 2% of trainable parameters, and that jointly applying PEFT to both the Q-Former and the LLM yields further gains with under 12% trainable parameters. AdaLoRA analysis reveals that self-attention layers are most critical for perceptual visual-language reasoning, while FFN contributions increase with task complexity, offering guidance on dynamic budget allocation across sublayers. The findings promote efficient multimodal training and provide practical insights for parameter budgeting in visual reasoning systems, with code available at the authors' GitHub repository.
Abstract
Recent advancements in large language models have demonstrated enhanced capabilities in visual reasoning tasks by employing additional encoders for aligning different modalities. While the Q-Former has been widely used as a general encoder for aligning several modalities including image, video, audio, and 3D with large language models, previous works on its efficient training and the analysis of its individual components have been limited. In this work, we investigate the effectiveness of parameter efficient fine-tuning (PEFT) the Q-Former using InstructBLIP with visual reasoning benchmarks ScienceQA and IconQA. We observe that applying PEFT to the Q-Former achieves comparable performance to full fine-tuning using under 2% of the trainable parameters. Additionally, we employ AdaLoRA for dynamic parameter budget reallocation to examine the relative importance of the Q-Former's sublayers with 4 different benchmarks. Our findings reveal that the self-attention layers are noticeably more important in perceptual visual-language reasoning tasks, and relative importance of FFN layers depends on the complexity of visual-language patterns involved in tasks. The code is available at https://github.com/AttentionX/InstructBLIP_PEFT.
