Law of Vision Representation in MLLMs
Shijia Yang, Bohan Zhai, Quanzeng You, Jianbo Yuan, Hongxia Yang, Chenfeng Xu
TL;DR
The paper addresses the costly, empirical process of selecting vision representations for MLLMs by proposing the Law of Vision Representation, which links performance to cross-modal Alignment $A$ and visual Correspondence $C$ via a quadratic relation. It formalizes $A$ and $C$ into measurable scores and combines them into the AC Score, demonstrating a strong $R^2$ fit (approximately $0.9406$) across diverse vision representations and benchmarks. To enable scalable selection, it introduces the AC policy, a region-based sampling method that identifies top representations with only a fraction of full LLM finetuning (Recall@3 around $87.72\\%$ on average, up to $91.7\%$ for OKVQA) and yields up to a $99.7\%$ reduction in compute. These results offer a principled, data-efficient approach to vision-language alignment in MLLMs, facilitating more scalable and cost-effective development.
Abstract
We present the "Law of Vision Representation" in multimodal large language models (MLLMs). It reveals a strong correlation between the combination of cross-modal alignment, correspondence in vision representation, and MLLM performance. We quantify the two factors using the cross-modal Alignment and Correspondence score (AC score). Through extensive experiments involving thirteen different vision representation settings and evaluations across eight benchmarks, we find that the AC score is linearly correlated to model performance. By leveraging this relationship, we are able to identify and train the optimal vision representation only, which does not require finetuning the language model every time, resulting in a 99.7% reduction in computational cost.
