Overview
- Field: Computer Vision
- Authors: Yu-Cheng Shi, Zhen-Hao Xie, Jun-Tao Tang
- Published: 2026-06-03
- arXiv: 2506.00004
- Format-aware task prototypes: task assignment and routing are aligned with both task semantics and output structure, not just image-text similarity.
- Geometric-aware integration: format-compatible updates are merged in a geometry-aware manner, enabling effective reuse and progressive refinement of existing parameters.
- Paper: https://arxiv.org/abs/2506.00004
Abstract
Multimodal Large Language Models (MLLMs) achieve strong performance through instruction tuning, but real-world deployment requires them to continually acquire new vision-language capabilities, making Multimodal Continual Instruction Tuning (MCIT) essential. To reduce inter-task interference and promote collaboration, recent methods often employ sparse architectures like Mixture of LoRA Experts with image-text similarity routing. However, tasks with distinct response structures could share highly similar visual-linguistic semantics and thus be wrongly routed to the same expert; image-text similarity alone is insufficient for reliable task assignment. For example, an expert in a grounding task requiring coordinate prediction may be biased toward producing short textual answers after learning semantically similar VQA tasks. This format-blind task assignment merges heterogeneous response types into shared parameters, leading to gradient interference and ineffective expert collaboration.
Method
To address this, the authors propose ProtoAda, a prototype-guided adaptive fine-tuning framework:
Results
Extensive experiments across multiple benchmarks demonstrate that ProtoAda achieves superior performance, particularly on tasks whose answer structures are easily disrupted by sequential fine-tuning.