What Makes for Good Visual Tokenizers for Large Language Models?
Guangzhi Wang, Yixiao Ge, Xiaohan Ding, Mohan Kankanhalli, Ying Shan

TL;DR
This paper empirically evaluates various visual tokenizers for large multimodal models, revealing insights on their semantic and fine-grained perception capabilities, and introduces a new tokenizer that enhances visual understanding without extra parameters.
Contribution
It provides a comprehensive benchmark of visual tokenizers, analyzes their strengths and weaknesses, and proposes a tailored Good Visual Tokenizer (GVT) that improves multimodal model performance.
Findings
Fully/weakly supervised models capture more semantics than self-supervised models.
Scaling pre-training datasets narrows the semantic gap.
Self-supervised models excel at fine-grained perception.
Abstract
We empirically investigate proper pre-training methods to build good visual tokenizers, making Large Language Models (LLMs) powerful Multimodal Large Language Models (MLLMs). In our benchmark, which is curated to evaluate MLLMs visual semantic understanding and fine-grained perception capabilities, we discussed different visual tokenizers pre-trained with dominant methods (i.e., DeiT, CLIP, MAE, DINO), and observe that: i) Fully/weakly supervised models capture more semantics than self-supervised models, but the gap is narrowed by scaling up the pre-training dataset. ii) Self-supervised models are better at fine-grained perception, where patch-level supervision is particularly effective. iii) Tuning the visual tokenizer leads to the loss of semantics obtained from large-scale pretraining, which is unfavorable with relatively small-scale instruction-tuning dataset. Given the findings, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Dense Connections · Softmax · Dropout · Feedforward Network · Linear Layer · Attention Dropout · Masked autoencoder · Data-efficient Image Transformer
