Incorporating Visual Experts to Resolve the Information Loss in Multimodal Large Language Models
Xin He, Longhui Wei, Lingxi Xie, Qi Tian
TL;DR
This work tackles the information loss challenge in multimodal large language models by introducing Incorporating Visual Experts (IVE), a mixture-of-experts framework that augments visual perception through three encoders (semantic, low-level, and document-related) and a structural knowledge enhancement module using visual tools. IVE integrates these visual experts into a three-stage training pipeline (pretraining, multi-task instruct tuning, and specific fine-tuning) and employs structural cues as prompts during training and inference to guide the LLM. Across diverse VQA, OCR, and document/chart benchmarks, IVE demonstrates improved visual understanding and competitive or superior performance compared with state-of-the-art approaches, with ablations confirming the contributions of each component and the benefits of training-time knowledge integration. The results suggest that combining multiple specialized visual representations with explicit structural knowledge yields more faithful visual reasoning and robust multimodal dialogue capabilities, with potential impact on broader real-world multimodal interfacing tasks.
Abstract
Multimodal Large Language Models (MLLMs) are experiencing rapid growth, yielding a plethora of noteworthy contributions in recent months. The prevailing trend involves adopting data-driven methodologies, wherein diverse instruction-following datasets are collected. However, a prevailing challenge persists in these approaches, specifically in relation to the limited visual perception ability, as CLIP-like encoders employed for extracting visual information from inputs. Though these encoders are pre-trained on billions of image-text pairs, they still grapple with the information loss dilemma, given that textual captions only partially capture the contents depicted in images. To address this limitation, this paper proposes to improve the visual perception ability of MLLMs through a mixture-of-experts knowledge enhancement mechanism. Specifically, we introduce a novel method that incorporates multi-task encoders and visual tools into the existing MLLMs training and inference pipeline, aiming to provide a more comprehensive and accurate summarization of visual inputs. Extensive experiments have evaluated its effectiveness of advancing MLLMs, showcasing improved visual perception achieved through the integration of visual experts.
