Curvature-Guided Mixing for MLLM Adaptation
About
Fine-tuning Multimodal Large Language Models (MLLMs) on specialized tasks often leads to catastrophic forgetting of their general capabilities. Existing model merging methods to combat this are often heuristic or use sub-optimal objectives. We propose CurvatureGuided Mixing (CGM), a theoretically grounded framework that merges pre-trained and fine-tuned models. CGM formulates a joint optimization objective and uses a second-order (Hessian) approximation of the loss landscapes to analytically derive an optimal, closed-form "soft mixing" ratio. This ratio intelligently blends parameters based on their relative task-specific curvatures. We also introduce CGM$\dagger$, a robust "hard mixing" variant that performs sparse parameter selection guided by a novel, curvature-aware score. Experiments on LLaVA-1.5 and Qwen2.5VL across multiple downstream tasks show that CGM and CGM$\dagger$ consistently improve the trade-off between task specialization and general knowledge retention over existing methods. Code is available at github.com/zzsyjl/CGM-ECCV-2026.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multimodal Evaluation | LLaVA Evaluation Suite 7B v1.5 (test) | GQA59.5 | 59 | |
| Visual Question Answering | OKVQA | OKVQA Score60.2 | 9 | |
| Visual Question Answering | VQAv2, GQA, VizWiz, SQA, TextVQA, POPE, InfoVQA, OKVQA (test val) | VQAv2 Accuracy80.9 | 9 | |
| Knowledge Preservation | VQAv2, GQA, VizWiz, SQA, TextVQA, POPE, MM-Bench, MM-Bench-CN | VQAv2 Accuracy79.6 | 9 | |
| Multimodal Question Answering | MLLM Pre-trained Evaluation Suite VQAv2, GQA, VizWiz, SQA, TextVQA, POPE, MM-Bench, MM-Bench-CN | VQAv2 Accuracy76.2 | 9 | |
| Optical Character Recognition | LaTeX-OCR (test) | LaTeX-OCR Score74.9 | 9 | |
| Multimodal Adaptation | Flickr30K | Flickr30k Performance50.09 | 9 |