Boosting Generative Image Modeling via Joint Image-Feature Synthesis
Theodoros Kouzelis, Efstathios Karypidis, Ioannis Kakogeorgiou, Spyros Gidaris, Nikos Komodakis
TL;DR
This work introduces ReDi, a joint latent-semantic diffusion framework that models VAE latents and DINOv2 semantic features within a single diffusion process. By eliminating distillation objectives and adding Representation Guidance for inference, ReDi achieves markedly higher image quality and dramatically faster convergence on ImageNet compared to prior approaches like REPA. The method is applicable to both Diffusion Transformer (DiT) and Diffusion Transformer-based SiT backbones, and is effective in both conditional and unconditional generation, including improvements in unconditional FID when guidance is used. Through token fusion strategies and PCA-based dimensionality reduction, ReDi maintains computational efficiency while delivering strong, scalable gains, establishing a representation-aware direction for generative modeling.
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. Project page and code: https://representationdiffusion.github.io
