Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unveiling Encoder-Free Vision-Language Models

About

Existing vision-language models (VLMs) mostly rely on vision encoders to extract visual features followed by large language models (LLMs) for visual-language tasks. However, the vision encoders set a strong inductive bias in abstracting visual representation, e.g., resolution, aspect ratio, and semantic priors, which could impede the flexibility and efficiency of the VLMs. Training pure VLMs that accept the seamless vision and language inputs, i.e., without vision encoders, remains challenging and rarely explored. Empirical observations reveal that direct training without encoders results in slow convergence and large performance gaps. In this work, we bridge the gap between encoder-based and encoder-free models, and present a simple yet effective training recipe towards pure VLMs. Specifically, we unveil the key aspects of training encoder-free VLMs efficiently via thorough experiments: (1) Bridging vision-language representation inside one unified decoder; (2) Enhancing visual recognition capability via extra supervision. With these strategies, we launch EVE, an encoder-free vision-language model that can be trained and forwarded efficiently. Notably, solely utilizing 35M publicly accessible data, EVE can impressively rival the encoder-based VLMs of similar capacities across multiple vision-language benchmarks. It significantly outperforms the counterpart Fuyu-8B with mysterious training procedures and undisclosed training data. We believe that EVE provides a transparent and efficient route for developing a pure decoder-only architecture across modalities. Our code and models are publicly available at: https://github.com/baaivision/EVE.

Haiwen Diao, Yufeng Cui, Xiaotong Li, Yueze Wang, Huchuan Lu, Xinlong Wang• 2024

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringTextVQA--
1117
Visual Question AnsweringGQA--
963
Object Hallucination EvaluationPOPE--
935
Text-based Visual Question AnsweringTextVQA
Accuracy56.8
496
Video Question AnsweringMSRVTT-QA (test)
Accuracy49.7
371
Mathematical ReasoningMathVista
Score34.2
322
OCR EvaluationOCRBench
Score398
296
Multimodal ReasoningMM-Vet
MM-Vet Score25.7
281
Video Question AnsweringActivityNet-QA (test)
Accuracy38.1
275
Video Question AnsweringMSVD-QA (test)
Accuracy60.5
274
Showing 10 of 35 rows

Other info

Code

Follow for update