- The paper shows that x-prediction prevents error amplification, ensuring on-manifold consistency and superior performance in diffusion guidance.
- It employs rigorous theoretical analysis and empirical evaluations using synthetic datasets and an ImageNet-based benchmark to compare prediction targets.
- Findings recommend x-prediction for robust, high-fidelity generation under strong guidance, directly influencing model design and control.
Training-Free Diffusion Guidance and the Crucial Role of Prediction Targets
Overview
This paper investigates the manifold preservation properties of training-free guidance (TFG) in diffusion models, focusing on how the choice of prediction target—specifically, ϵ (noise), v (velocity), or x (clean data)—fundamentally determines the fidelity of generated samples under inference-time guidance. The authors provide a rigorous theoretical hierarchy of error amplification, empirically expose differences via a new fine-grained benchmark and manifold-aware metrics, and demonstrate that x-prediction is uniquely robust, ensuring guided samples remain on the data manifold across guidance strengths, dimensional regimes, and various tasks.

Figure 1: Guidance schematic illustrating how prediction target determines whether TFG stays on the data manifold (left: schematic, right: visual outcomes of crossed-lines and ImageNet samples; x-prediction preserves manifold structure while ϵ-prediction collapses off-manifold).
Theoretical Analysis: Error Amplification Hierarchy
The central theoretical contribution is a precise quantification of how each prediction target amplifies network prediction error in the estimation of x, the clean image, which is essential for gradient-based guidance. The recovery formulas induce distinct error amplification:
- ϵ-prediction: Clean image estimate error is amplified by (1−t)/t, diverging as t→0 (early, noisy steps), causing uncontrolled perturbations off the data manifold.
- v0-prediction: Error is attenuated by a bounded v1 factor.
- v2-prediction: No error amplification; the model outputs clean v3 directly.
Cumulative analysis across denoising steps proves that v4-prediction's errors compound and diverge, v5-prediction's stay bounded, and v6-prediction’s remain the lowest.
Empirical Evidence: Controlled and Large-Scale Evaluation
The paper systematically contrasts these prediction targets both through toy distributions and ImageNet-scale experiments:
- Synthetic Controlled Setting: On the crossed-lines dataset embedded in up to 512 dimensions, all architectural and training factors are matched except for the prediction target. v7-prediction retains v8 on-manifold rate at v9; x0-prediction is x1; x2-prediction collapses to x3.
- ImageNet Birds Benchmark: Introduction of a fine-grained (143 species) ImageNet-based benchmark, using a strict separation of guidance and evaluation classifiers to prevent circularity.
- Child FID (C-FID) Metric: A domain-specific, manifold-sensitive extension of FID (Fréchet Inception Distance), computed between guided samples and the reference set for the target class instead of the full ImageNet marginal.

Figure 3: P-FID vs. Validity tradeoff on birds: Increasing Validity does not guarantee low distributional divergence from the parent class reference, masking off-manifold collapse visible in C-FID.
Key empirical finding is that at matched classifier accuracy (Validity x4), x5-prediction delivers C-FID 32.9, whereas x6-prediction achieves only 38.1 (higher is worse, indicating manifold damage), despite producing similar or greater Validity—i.e., guided samples fool the classifier but are not on-manifold. This effect generalizes across capacities, tasks (classification, style transfer, inverse problems), and architectures.
Guidance-Strength Pareto Frontiers and Diversity-Quality Tradeoff
The authors propose not to report single operating points but instead plot full Pareto frontiers (P-FID vs. Validity, P-FID vs. C-FID) across guidance strengths x7 for each model. Under strong guidance, x8- and x9-prediction models collapse to narrow, classifier-fooling sets (high precision, low recall), while x0-prediction maintains higher diversity and better manifold coverage.
Figure 2: Precision vs. Recall curves on fine-grained bird generation as guidance strength increases: x1-prediction achieves artificially high precision (fidelity) via mode collapse, while x2-prediction alone achieves higher recall (diversity), robustly covering the target class.
Qualitative inspections show that only x3-prediction maintains compositionally diverse and photorealistic outputs at high guidance strengths; x4-prediction fails with significant mode concentration and loss of realism.
Implications for Model and System Design
The findings directly affect best practices for inference-time control:
- Manifold preservation under strong guidance is not a property of the guidance algorithm per se but of the underlying prediction target.
- x5-prediction yields not only higher on-manifold rates but allows much stronger guidance strengths before degradation, directly enabling more aggressive and precise control without distributional collapse.
- The theoretical hierarchy predicts that the gap between prediction targets widens with data dimensionality—a prediction confirmed empirically.
- Robust guidance enables higher reliability for downstream tasks, e.g., conditional generation, style transfer, and inverse problems such as deblurring and super-resolution.
Practical Recommendations and Limitations
For practitioners and model designers targeting training-free, plug-and-play conditional generation or editing with diffusion models, the results imply:
- Opt for x6-prediction as the model target whenever possible, especially in high-dimensional (e.g., pixel) spaces.
- Evaluate guided models not just with classifier Validity but with task- and class-specific manifold-aware metrics (e.g., C-FID, PR).
- Guidance evaluation must involve full strength sweeps and Pareto analysis, not fixed points, to expose robustness limits.
The authors note that while the primary finding is robust across multiple architectures and two data spaces (pixel and latent), no single real-world comparison can match x7-, x8-, and x9-prediction under identical architectures and operating spaces at modern ImageNet scale due to architectural support constraints.
Future Directions
Future research directions highlighted include:
- Application to inference-time scaling algorithms and Monte Carlo-based search/steering (e.g., SMC, guide-your-own, test-time alignment), where the prediction target's error properties will govern sample quality and efficiency.
- Extension to long-horizon or spatiotemporal domains (e.g., video, text-to-image) where error amplification compound across frames could further magnify the observed hierarchy.
- Investigation into the role of manifold curvature, intrinsic dimension, and guidance objective class (beyond classification and style transfer).
Conclusion
The choice of prediction target is a first-order concern for guided diffusion inference. x0-prediction is uniquely suited to preserving the core generative modeling contract—plausible, on-manifold samples—even under strong, training-free guidance. This result changes the recommended default for both researchers and practitioners designing controllable, guidance-robust diffusion models.
Figure 6: Visualization of crossed-lines guided generation at high dimensionality: x1-prediction alone maintains structural integrity with increased ambient dimension.
References
- Not All Prediction Targets Keep Training-Free Diffusion Guidance on the Manifold (2607.00647)
- Li & He, "Back to Basics: Let Denoising Generative Models Denoise" (Li et al., 17 Nov 2025)
- Ye et al., "TFG: Unified Training-Free Guidance for Diffusion Models" (NeurIPS) [2024]
- Peebles & Xie, "Scalable Diffusion Models with Transformers" (Peebles et al., 2022)