Elevating Visual Perception in Multimodal LLMs with Visual Embedding Distillation
Jitesh Jain, Zhengyuan Yang, Humphrey Shi, Jianfeng Gao, Jianwei Yang
TL;DR
The work addresses the challenge that multimodal LLMs often underutilize rich visual perception signals when trained with natural language supervision alone. VisPer-LM introduces a vision-centric pretraining approach that distills knowledge from expert vision encoders into the LLM’s hidden representations via predictive embedding optimization, while using a single encoder at inference. Through extensive probing and experiments, VisPer-LM demonstrates improved visual perception abilities, achieving gains on CV-Bench tasks (up to 8.7% depth) and outperforming both single- and multi-encoder baselines across diverse benchmarks. This approach enables stronger spatial/depth reasoning in MLLMs without proportional increases in training data or inference latency, offering a practical path toward more capable embodied AI systems. The work also highlights the value of probing internal representations to guide architecture- and objective-level design choices for vision-language models.
Abstract
In recent times, the standard practice for developing MLLMs is to feed features from vision encoder(s) into the LLM and train with natural language supervision. This approach often causes models to lean towards language comprehension and undermine the rich visual perception signals present in the data, which are critical for tasks involving spatial reasoning in the domain of embodied AI and robotics. Is it possible to optimize both at the same time? In this work, we propose VisPer-LM, the first approach that infuses visual perception knowledge from expert vision encoders into the LLM's (of an MLLM) hidden representations. We start by investigating MLLMs trained solely with natural language supervision and identify a positive correlation between the quality of visual representations within these models and their downstream performance. Given this insight, we formulate the objective during the pretraining stage in MLLMs as a coupled optimization of predictive visual embedding and next (text) token prediction. Moreover, through extensive probing, we observe improved visual representation quality due to embedding optimization, underscoring the effectiveness of our probing setup. We demonstrate that our VisPer-LM outperforms the single and multi-encoder baselines, proving our approach's superiority over explicitly feeding the corresponding features to the LLM. In particular, VisPer-LM boosts performance by an average margin of up to 2.5% on various benchmarks, with a notable improvement of 8.7% on the Depth task in CV-Bench.
