Training-Free Representation Guidance for Diffusion Models with a Representation Alignment Projector
Wenqiang Zu, Shenghao Xie, Bo Lei, Lei Ma
TL;DR
This work tackles semantic drift in diffusion-model inference by injecting target representations through a lightweight representation alignment projector during intermediate denoising steps. The proposed R-Pred framework uses a learned representation predictor to form an implicit target, guiding the latent trajectory via gradient updates without modifying model architecture. Across SiT and REPA backbones on ImageNet 256256, representation-guided sampling yields consistent FID improvements and synergizes with classifier-free guidance, achieving substantial gains such as lowering FID from 5.9 to 3.3 in REPA-XL/2. The results demonstrate that training-free, representation-informed diffusion sampling can reinforce semantic preservation and image consistency in large-scale diffusion transformers with practical computational overhead.
Abstract
Recent progress in generative modeling has enabled high-quality visual synthesis with diffusion-based frameworks, supporting controllable sampling and large-scale training. Inference-time guidance methods such as classifier-free and representative guidance enhance semantic alignment by modifying sampling dynamics; however, they do not fully exploit unsupervised feature representations. Although such visual representations contain rich semantic structure, their integration during generation is constrained by the absence of ground-truth reference images at inference. This work reveals semantic drift in the early denoising stages of diffusion transformers, where stochasticity results in inconsistent alignment even under identical conditioning. To mitigate this issue, we introduce a guidance scheme using a representation alignment projector that injects representations predicted by a projector into intermediate sampling steps, providing an effective semantic anchor without modifying the model architecture. Experiments on SiTs and REPAs show notable improvements in class-conditional ImageNet synthesis, achieving substantially lower FID scores; for example, REPA-XL/2 improves from 5.9 to 3.3, and the proposed method outperforms representative guidance when applied to SiT models. The approach further yields complementary gains when combined with classifier-free guidance, demonstrating enhanced semantic coherence and visual fidelity. These results establish representation-informed diffusion sampling as a practical strategy for reinforcing semantic preservation and image consistency.
