π€ AI Summary
This work addresses the bottleneck in visual understanding of multimodal large language models (MLLMs) imposed by single-encoder representations, systematically exploring the design space of hybrid vision encoders. We propose three key techniques: (1) lightweight concatenative fusion of multi-resolution complementary vision encoders; (2) a Pre-Alignment mechanism that explicitly aligns vision tokens with language tokens in semantic space; and (3) an end-to-end joint training framework. Experiments demonstrate that our Eagle series models achieve new state-of-the-art performance across major benchmarksβincluding MMBench, OCRBench, and DocVQAβoutperforming all open-source SOTA models. The approach significantly mitigates hallucination and delivers substantial gains on fine-grained tasks such as OCR and document parsing.
π Abstract
The ability to accurately interpret complex visual information is a crucial topic of multimodal large language models (MLLMs). Recent work indicates that enhanced visual perception significantly reduces hallucinations and improves performance on resolution-sensitive tasks, such as optical character recognition and document analysis. A number of recent MLLMs achieve this goal using a mixture of vision encoders. Despite their success, there is a lack of systematic comparisons and detailed ablation studies addressing critical aspects, such as expert selection and the integration of multiple vision experts. This study provides an extensive exploration of the design space for MLLMs using a mixture of vision encoders and resolutions. Our findings reveal several underlying principles common to various existing strategies, leading to a streamlined yet effective design approach. We discover that simply concatenating visual tokens from a set of complementary vision encoders is as effective as more complex mixing architectures or strategies. We additionally introduce Pre-Alignment to bridge the gap between vision-focused encoders and language tokens, enhancing model coherence. The resulting family of MLLMs, Eagle, surpasses other leading open-source models on major MLLM benchmarks.