Generation Enhances Understanding in Unified Multimodal Models via Multi-Representation Generation
Zihan Su, Hongyang Wei, Kangrui Cen, Yong Wang, Guanhua Chen, Chun Yuan, Xiangxiang Chu
TL;DR
The paper tackles the open question of whether generation can enhance understanding in Unified Multimodal Models (UMMs). It introduces UniMRG, a simple post-training approach that adds four concurrent tasks—image reconstruction, image-to-depth, image-to-segmentation, and image understanding—training with a combined loss $L_{total}$ to instill geometric and structural cues. Across autoregressive, masked autoregressive, and diffusion-based UMMs, UniMRG yields consistent gains in fine-grained perception, hallucination mitigation, spatial understanding, and generation quality, approaching or surpassing state-of-the-art on several benchmarks. Ablation studies show depth and segmentation targets are essential for improving understanding without sacrificing generation, and the method generalizes to out-of-distribution data though its benefits depend on the model’s representational capacity. Overall, UniMRG provides a practical, architecture-agnostic path to more grounded, capable unified multimodal systems and motivates extending intrinsic representations and video settings.
Abstract
Unified Multimodal Models (UMMs) integrate both visual understanding and generation within a single framework. Their ultimate aspiration is to create a cycle where understanding and generation mutually reinforce each other. While recent post-training methods have successfully leveraged understanding to enhance generation, the reverse direction of utilizing generation to improve understanding remains largely unexplored. In this work, we propose UniMRG (Unified Multi-Representation Generation), a simple yet effective architecture-agnostic post-training method. UniMRG enhances the understanding capabilities of UMMs by incorporating auxiliary generation tasks. Specifically, we train UMMs to generate multiple intrinsic representations of input images, namely pixel (reconstruction), depth (geometry), and segmentation (structure), alongside standard visual understanding objectives. By synthesizing these diverse representations, UMMs capture complementary information regarding appearance, spatial relations, and structural layout. Consequently, UMMs develop a deeper and more comprehensive understanding of visual inputs. Extensive experiments across diverse UMM architectures demonstrate that our method notably enhances fine-grained perception, reduces hallucinations, and improves spatial understanding, while simultaneously boosting generation capabilities.
