🤖 AI Summary
To address the limitations in image generation quality, efficiency, and semantic consistency arising from the decoupling of representation learning and generative modeling, this paper proposes a unified image-feature diffusion modeling framework. Our method establishes end-to-end diffusion processes jointly in the latent space (via a VAE encoder) and the semantic space (using self-supervised features, e.g., DINO), introducing— for the first time—the latent-semantic dual-stream joint noise initialization and collaborative denoising training paradigm. We further propose Representation Guidance, a novel inference paradigm that enables representation-guided generation without knowledge distillation. Built upon Latent Diffusion Models and Diffusion Transformers, our approach achieves a 12.3% reduction in FID and a 9.7% improvement in LPIPS on both conditional and unconditional generation tasks, while accelerating training convergence by approximately 1.8×, thereby significantly enhancing image fidelity and semantic consistency.
📝 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.