Boosting Generative Image Modeling via Joint Image-Feature Synthesis
Abstract
Latent diffusion models (LDMs) dominate high-quality image generation, yet integrating representation learning with generative modeling remains a challenge. We introduce a novel generative image modeling framework that seamlessly bridges this gap by leveraging a diffusion model to jointly model low-level image latents (from a variational autoencoder) and high-level semantic features (from a pretrained self-supervised encoder like DINO). Our latent-semantic diffusion approach learns to generate coherent image-feature pairs from pure noise, significantly enhancing both generative quality and training efficiency, all while requiring only minimal modifications to standard Diffusion Transformer architectures. By eliminating the need for complex distillation objectives, our unified design simplifies training and unlocks a powerful new inference strategy: Representation Guidance, which leverages learned semantics to steer and refine image generation. Evaluated in both conditional and unconditional settings, our method delivers substantial improvements in image quality and training convergence speed, establishing a new direction for representation-aware generative modeling.
Community
ReDi (Representation Diffusion) is a new generative approach that leverages a diffusion model to jointly capture:
– Low-level image details (via VAE latents)
– High-level semantic features (via DINOv2)The result?
🔗 A powerful new method for generative image modeling that bridges generation and representation learning.
⚡️Brings massive gains in performance/training efficiency and a new paradigm for representation-aware generative modeling.ReDi builds on the insight that some latent representations are inherently easier to model, enabling a unified dual-space diffusion approach that generates coherent image–feature pairs from pure noise.
Integrating ReDi into DiT/SiT-style architectures is seamless:
🔹Apply noise to both image latents and semantic features
🔹Fuse them into one token sequence
🔹Denoise both with standard DiT/SiT
That’s it.We explore two ways to fuse tokens for image latents & features:
🔹Merged Tokens (MR): Efficient, keeps token count constant
🔹Separate Tokens (SP): More expressive, ~2x compute
Both boost performance, but MR hits the sweet spot for speed vs. quality.ReDi requires no extra distillation losses, just pure diffusion, significantly simplifying training. Plus, it unlocks Representation Guidance (RG), a new inference strategy that uses learned semantics to steer and refine image generation. 🎯
Training speed? Massive improvements for both DiT and SiT:
~23x faster convergence than baseline DiT/SiT.
~6x faster than REPA. 🚀ReDi delivers delivers state-of-the-art results with exceptional generation performance, across the board. 🔥
Unconditional generation gets a huge upgrade too. ReDi + Representation Guidance (RG) nearly closes the gap with conditional models. E.g., unconditional DiT-XL/2 with ReDi+RG hits FID 22.6, close to class-conditioned DiT-XL’s FID 19.5!
We apply PCA to DINOv2 to retain expressivity without dominating model capacity. Just a few PCs suffice to significantly boost generative performance.
Paper: https://arxiv.org/abs/2504.16064
Code: https://github.com/zelaki/ReDi
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- USP: Unified Self-Supervised Pretraining for Image Generation and Understanding (2025)
- Efficient Generative Model Training via Embedded Representation Warmup (2025)
- SARA: Structural and Adversarial Representation Alignment for Training-efficient Diffusion Models (2025)
- Deeply Supervised Flow-Based Generative Models (2025)
- PixelFlow: Pixel-Space Generative Models with Flow (2025)
- ZipIR: Latent Pyramid Diffusion Transformer for High-Resolution Image Restoration (2025)
- FlowTok: Flowing Seamlessly Across Text and Image Tokens (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper