English

Unified Language-Vision Pretraining in LLM with Dynamic Discrete Visual Tokenization

Computer Vision and Pattern Recognition 2024-03-25 v3

Abstract

Recently, the remarkable advance of the Large Language Model (LLM) has inspired researchers to transfer its extraordinary reasoning capability to both vision and language data. However, the prevailing approaches primarily regard the visual input as a prompt and focus exclusively on optimizing the text generation process conditioned upon vision content by a frozen LLM. Such an inequitable treatment of vision and language heavily constrains the model's potential. In this paper, we break through this limitation by representing both vision and language in a unified form. Specifically, we introduce a well-designed visual tokenizer to translate the non-linguistic image into a sequence of discrete tokens like a foreign language that LLM can read. The resulting visual tokens encompass high-level semantics worthy of a word and also support dynamic sequence length varying from the image. Coped with this tokenizer, the presented foundation model called LaVIT can handle both image and text indiscriminately under the same generative learning paradigm. This unification empowers LaVIT to serve as an impressive generalist interface to understand and generate multi-modal content simultaneously. Extensive experiments further showcase that it outperforms the existing models by a large margin on massive vision-language tasks. Our code and models are available at https://github.com/jy0205/LaVIT.

Keywords

Cite

@article{arxiv.2309.04669,
  title  = {Unified Language-Vision Pretraining in LLM with Dynamic Discrete Visual Tokenization},
  author = {Yang Jin and Kun Xu and Kun Xu and Liwei Chen and Chao Liao and Jianchao Tan and Quzhe Huang and Bin Chen and Chenyi Lei and An Liu and Chengru Song and Xiaoqiang Lei and Di Zhang and Wenwu Ou and Kun Gai and Yadong Mu},
  journal= {arXiv preprint arXiv:2309.04669},
  year   = {2024}
}

Comments

ICLR 2024

R2 v1 2026-06-28T12:16:49.232Z