Paper Overview
- Field: Computer Vision (CV)
- Authors: Xichen Pan, Aashu Singh, Satya Narayan Shukla
- Published: 2026-06-12
- arXiv: 2606.14700
- In controlled comparisons at similar inference budgets, RepFusion outperforms baselines that allocate comparable capacity to newly initialized denoisers.
- MLLMs provide strong priors for visual representation denoising.
- Repeated MLLM conditioning at test time is an effective way to leverage test-time compute in modern T2I systems.
Abstract
Large language models (LLMs) are widely used in text-to-image (T2I) systems, but they are typically limited to text encoding, while denoising is handled by newly trained generative backbones. The emergence of representation autoencoders (RAEs) shifts the generation target toward semantically structured visual representations, creating a latent space that is more compatible with pretrained LLM priors.
Inspired by multimodal LLMs (MLLMs), where an MLP projector is sufficient to align clean visual representations with a pretrained LLM, the authors repurpose the MLLM itself as a noisy representation encoder, extending this mechanism from clean to noisy inputs. They present RepFusion, which uses the resulting MLLM outputs as the conditioning signal for a diffusion transformer.
Key Findings
*Auto-collected on 2026-06-16.*