Rethinking Visual Information Processing in Multimodal LLMs
Dongwan Kim, Viresh Ranjan, Takashi Nagata, Arnab Dhua, Amit Kumar K C
TL;DR
Rethinking Visual Information Processing in Multimodal LLMs addresses the modality gap between vision and language in MLLMs by letting the LLM itself act as a vision encoder. The authors propose LLaViT, which adds separate QKV projections for visual tokens, bidirectional attention among visual tokens, and a fusion of local and global CLIP features, enabling richer visual representations inside the LLM. Across 17 benchmarks, LLaViT substantially surpasses the LLaVA baseline and even matches or beats models with much larger parameter counts, demonstrating a new paradigm for MLLM design. This approach reduces the parameter gap while achieving strong vision-centric and OCR capabilities, with notable gains in fine-grained visual understanding.
Abstract
Despite the remarkable success of the LLaVA architecture for vision-language tasks, its design inherently struggles to effectively integrate visual features due to the inherent mismatch between text and vision modalities. We tackle this issue from a novel perspective in which the LLM not only serves as a language model but also a powerful vision encoder. To this end, we present LLaViT - Large Language Models as extended Vision Transformers - which enables the LLM to simultaneously function as a vision encoder through three key modifications: (1) learning separate QKV projections for vision modality, (2) enabling bidirectional attention on visual tokens, and (3) incorporating both global and local visual representations. Through extensive controlled experiments on a wide range of LLMs, we demonstrate that LLaViT significantly outperforms the baseline LLaVA method on a multitude of benchmarks, even surpassing models with double its parameter count, establishing a more effective approach to vision-language modeling.
