English

Investigating Redundancy in Multimodal Large Language Models with Multiple Vision Encoders

Computer Vision and Pattern Recognition 2026-02-16 v4 Artificial Intelligence

Abstract

Recent multimodal large language models (MLLMs) increasingly integrate multiple vision encoders to improve performance on various benchmarks, assuming that diverse pretraining objectives yield complementary visual signals. However, we show this assumption often fails in practice. Through systematic encoder masking across representative multi encoder MLLMs, we find that performance typically degrades gracefully, and sometimes even improves, when selected encoders are masked, revealing pervasive encoder redundancy. To quantify this effect, we introduce two principled metrics: the Conditional Utilization Rate (CUR), which measures an encoder s marginal contribution in the presence of others, and the Information Gap (IG), which captures heterogeneity in encoder utility within a model. Using these tools, we observe: (i) strong specialization on tasks like OCR and Chart, where a single encoder can dominate with a CUR greater than 90 percent, (ii) high redundancy on general VQA and knowledge based tasks, where encoders are largely interchangeable, (iii) instances of detrimental encoders with negative CUR. Notably, masking specific encoders can yield up to 16 percent higher accuracy on a specific task category and 3.6 percent overall performance boost compared to the full model.Furthermore, single and dual encoder variants recover over 90 percent of baseline on most non OCR tasks with substantially lower training resources and inference latency. Our analysis challenges the more encoders are better heuristic in MLLMs and provides actionable diagnostics for developing more efficient and effective multimodal architectures.

Keywords

Cite

@article{arxiv.2507.03262,
  title  = {Investigating Redundancy in Multimodal Large Language Models with Multiple Vision Encoders},
  author = {Yizhou Wang and Song Mao and Yang Chen and Yufan Shen and Yinqiao Yan and Pinlong Cai and Ding Wang and Guohang Yan and Zhi Yu and Xuming Hu and Botian Shi},
  journal= {arXiv preprint arXiv:2507.03262},
  year   = {2026}
}

Comments

accepted by ICLR2026, project website: https://github.com/MaoSong2022/Encoder-Redundancy

R2 v1 2026-07-01T03:46:10.840Z