ViCToR: Improving Visual Comprehension via Token Reconstruction for Pretraining LMMs
Yin Xie, Kaicheng Yang, Peirou Liang, Xiang An, Yongle Zhao, Yumeng Wang, Ziyong Feng, Roy Miles, Ismail Elezi, Jiankang Deng
TL;DR
ViCToR introduces a visual comprehension stage for pretraining LMMs, centering on a Learnable Visual Token Pool whose tokens are selected by Hungarian matching to replace image tokens. A visual token reconstruction loss plus dense semantic supervision from detailed captions preserves visual detail and strengthens cross-modal alignment, enabling the LLM to better understand visual information. Trained in a three-stage pipeline, ViCToR achieves state-of-the-art results across multiple benchmarks with notable data efficiency, surpassing LLaVA-NeXT-8B. The work highlights the importance of explicit token-level visual reconstruction and a learnable discrete visual vocabulary for robust vision-language modeling.
Abstract
Large Multimodal Models (LMMs) often face a modality representation gap during pretraining: while language embeddings remain stable, visual representations are highly sensitive to contextual noise (e.g., background clutter). To address this issue, we introduce a visual comprehension stage, which we call ViCToR (Visual Comprehension via Token Reconstruction), a novel pretraining framework for LMMs. ViCToR employs a learnable visual token pool and utilizes the Hungarian matching algorithm to select semantically relevant tokens from this pool for visual token replacement. Furthermore, by integrating a visual token reconstruction loss with dense semantic supervision, ViCToR can learn tokens which retain high visual detail, thereby enhancing the large language model's (LLM's) understanding of visual information. After pretraining on 3 million publicly accessible images and captions, ViCToR achieves state-of-the-art results, improving over LLaVA-NeXT-8B by 10.4%, 3.2%, and 7.2% on the MMStar, SEED$^I$, and RealWorldQA benchmarks, respectively. Code is available at https://github.com/deepglint/Victor.
