Paper Overview
- Field: Computer Vision (CV)
- Authors: Yuqing Wang, Zhijie Lin, Ceyuan Yang, Yang Zhao, et al.
- Published: 2026-05-29
- arXiv: 2605.31604
- PDF: 2605.31604.pdf
- RF forces the decoder to autoregressively predict visual representations as intermediate tokens before generating pixels.
- These predicted tokens stay in context and guide pixel diffusion within the same backbone.
- By converting representations from perception outputs into generation targets, RF removes the dependence on an external generative latent space.
- Image generation: A pixel-space model trained with RF matches the performance of state-of-the-art VAE-based unified models.
- Image understanding: Pixel-space RF generally outperforms its VAE-based variants.
- Abstract: https://arxiv.org/abs/2605.31604
- PDF: https://arxiv.org/pdf/2605.31604.pdf
Background
Unified multimodal models (UMMs) aim to handle both perception and generation tasks within a single model. However, existing UMMs still rely on frozen, separately pretrained VAEs for image generation, which creates a structural bottleneck. Directly removing the VAE leads to quality degradation, because the model must learn both high-level structure and low-level details directly from raw pixels.
Method: Representation Forcing (RF)
Representation Forcing (RF) bridges this gap by making representation prediction a native capability of the model:
Results
RF benefits both understanding and generation:
Links
*Auto-collected on 2026-06-02.*