Research contexts
A. Understanding and reformulating classifier-free guidance
Krunoslav Lehman Pavasovic, Jakob Verbeek, Giulio Biroli, Marc Mezard · arXiv, 2025
Research context. This paper analyzes the distribution induced by CFG in high-dimensional Gaussian-mixture settings. It studies how mean overshoot and variance shrinkage depend on dimensionality, and introduces a nonlinear power-law family of guidance forms.
Relation to Characteristic Guidance. The paper lists characteristic guidance alongside rectified guidance, projected score guidance, second-order CFG, CADS, CFG++, and APG as alternatives to standard CFG. Its own contribution is a high-dimensional analysis and a different nonlinear generalization, so the relation is a comparison within the broader CFG-variant landscape rather than a claim of direct extension.
Tero Karras, Miika Aittala, Tuomas Kynkäänniemi, Jaakko Lehtinen, Timo Aila, Samuli Laine · NeurIPS 2024
Research context. AutoGuidance studies the quality–variation trade-off of CFG and proposes guiding a stronger diffusion model with a smaller or less-trained version of itself, rather than with an unconditional model.
Relation to Characteristic Guidance. The paper cites Characteristic Guidance in its bibliography as part of the literature on guidance behavior and high-scale corrections. Its proposed mechanism is different: it changes the guiding model rather than applying a nonlinear correction derived from diffusion score dynamics.
Zhenyu Zhou, Defang Chen, Can Wang, Chun Chen, Siwei Lyu · AAAI 2026
Research context. DICE distills the effect of CFG into sharpened text embeddings, aiming to remove the extra model evaluation required by guided sampling while retaining comparable text-to-image quality.
Relation to Characteristic Guidance. In its introduction, DICE cites Characteristic Guidance when discussing how CFG deviates from a normal diffusion sampling path and complicates the analysis of sampling dynamics. DICE addresses the computational and deployment side through embedding distillation; Characteristic Guidance addresses the nonlinear dynamics of the guidance update itself.
B. High-guidance-scale correction and sampling behavior
Seyedmorteza Sadat, Otmar Hilliges, Romann M. Weber · ICLR 2025
Research context. This work revisits the CFG update at high guidance scales, decomposing the update into components parallel and orthogonal to the conditional prediction. It proposes Adaptive Projected Guidance (APG), combining projection, rescaling, and reverse momentum to reduce oversaturation and artifacts.
Relation to Characteristic Guidance. In related work, APG identifies orthogonal projection as having been explored in the context of nonlinear guidance, citing Characteristic Guidance. The papers then take different routes: Characteristic Guidance derives a nonlinear correction from diffusion dynamics, while APG targets the geometry and magnitude of the CFG update to control saturation.
C. Alternative guidance formulations for diffusion and flow models
Shreshth Saini, Shashank Gupta, Alan C. Bovik · NeurIPS 2025
Research context. Rectified-CFG++ studies the off-manifold drift that can occur when CFG is applied to rectified-flow models. It proposes a predictor–corrector scheme that first follows the conditional flow and then applies a scheduled correction using conditional and unconditional velocities.
Relation to Characteristic Guidance. The paper places Characteristic Guidance among earlier CFG modifications intended to alleviate high-scale artifacts, while distinguishing its own flow-specific formulation. This provides a direct citation link from diffusion guidance corrections to later work focused on deterministic flow trajectories.
Hanyang Wang, Yiyang Liu, Jiawei Chi, Fangfu Liu, Ran Xue, Yueqi Duan · CVPR 2026
Research context. CFG-Ctrl reinterprets classifier-free guidance as feedback control over a continuous-time generative flow. Its SMC-CFG variant uses nonlinear feedback and sliding-mode control to improve stability at large guidance scales.
Relation to Characteristic Guidance. CFG-Ctrl cites Characteristic Guidance in its discussion of guidance alternatives and places it within a family of methods that refine the standard linear CFG rule. The paper’s own framework is control-theoretic and flow-oriented, whereas Characteristic Guidance is derived from the score and Fokker–Planck dynamics of diffusion.
At a glance
| Research direction | Later work | How it relates to Characteristic Guidance |
| CFG theory and nonlinear forms | High-dimensional CFG analysis | Places characteristic guidance among nonlinear CFG alternatives. |
| Guidance model design | AutoGuidance | Cites the work while using a different guiding-model strategy. |
| High-scale artifacts | APG | Discusses nonlinear guidance and follows a projection-based route. |
| CFG efficiency | DICE | Cites the work when discussing CFG sampling dynamics and overhead. |
| Flow-based guidance | Rectified-CFG++ and CFG-Ctrl | Position the work among prior guidance corrections before proposing flow-specific formulations. |
How the research landscape evolved
A common thread in subsequent work is that classifier-free guidance is useful but not equivalent to simply sampling the original conditional diffusion process at every noisy time. Researchers have therefore studied the gap from several complementary viewpoints.
One direction makes the behavior more explicit through theory: high-dimensional analyses characterize when CFG distortion becomes small, while other work studies predictor–corrector interpretations and the relationship between guidance strength, diversity, and sampling dynamics.
A second direction modifies the inference update directly. These methods include nonlinear corrections, projection or rescaling of the guidance direction, time-dependent schedules, and distillation into a single model evaluation. Their objectives overlap in the broad problem of making strong guidance more stable or efficient, but their assumptions and mechanisms differ.
With the adoption of rectified flow and flow-matching models, a third direction treats guidance as a problem in deterministic ODE trajectories and learned manifolds. Rectified-CFG++ and CFG-Ctrl illustrate this shift toward flow-specific geometry, feedback, and stability analysis.
Related research topics
Awesome Diffusion Guidance·classifier-free guidance·high guidance scales·nonlinear diffusion guidance·score dynamics·rectified flow·flow matching
Original paper
Characteristic Guidance: Non-linear Correction for Diffusion Model at Large Guidance Scale
Candi Zheng and Yuan Lan
Proceedings of the 41st International Conference on Machine Learning, 2024
PMLR·arXiv·WebUI implementation
@inproceedings{zheng2024characteristic,
title={Characteristic Guidance: Non-linear Correction for Diffusion Model at Large Guidance Scale},
author={Zheng, Candi and Lan, Yuan},
booktitle={Proceedings of the 41st International Conference on Machine Learning},
pages={61386--61412},
year={2024},
publisher={PMLR},
url={https://proceedings.mlr.press/v235/zheng24f.html}
}