UniHetero: Could Generation Enhance Understanding for Vision-Language-Model at Large Data Scale?
Fengjiao Chen, Minhao Jing, Weitao Lu, Yan Feng, Xiaoyu Li, Xuezhi Cao
TL;DR
This work investigates whether generation can improve understanding in large-scale vision-language models by introducing UniHetero, a concise autoregressive framework that operates on continuous semantic encodings while using a diffusion-based decoder for pixel generation. The key finding is that generation enhances understanding when focused on semantic representations rather than raw pixels, and that data-scale improves this effect; autoregression on the LLM input embedding helps capture visual details with fewer cumulative errors. Pixel-level generation remains challenging, but improvements are attainable through training schedules, masking strategies, and inference-time scaling. Overall, the study validates a data-efficient path to unified VLMs where semantic understanding benefits from generation without sacrificing large-scale understanding capabilities.
Abstract
Vision-language large models are moving toward the unification of visual understanding and visual generation tasks. However, whether generation can enhance understanding is still under-explored on large data scale. In this work, we analysis the unified model with a concise structure, UniHetero, under large-scale pretraining (>200M samples). Our key observations are: (1) Generation can improve understanding, but Only if you generate Semantics, Not Pixels. (2) Generation reveals a superior Data Scaling trend and higher Data Utilization. (3) Autoregression on Input Embedding is effective to capture visual details.
