Characteristic Guidance in Subsequent Diffusion Guidance Research

This page surveys subsequent research on classifier-free guidance, high guidance scales, nonlinear guidance correction, sampling dynamics, and flow-based guidance.

Research identity

Characteristic Guidance: Non-linear Correction for Diffusion Model at Large Guidance Scale by Candi Zheng and Yuan Lan was published at ICML 2024. The paper presents a training-free, derivative-free nonlinear correction for classifier-free guidance, derived from the score dynamics and the Fokker–Planck equation.

Research contexts

A. Understanding and reformulating classifier-free guidance

Classifier-Free Guidance: From High-Dimensional Analysis to Generalized Guidance Forms

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.

Guiding a Diffusion Model with a Bad Version of Itself

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.

DICE: Distilling Classifier-Free Guidance into Text Embeddings

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

Eliminating Oversaturation and Artifacts of High Guidance Scales in Diffusion Models

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

Rectified-CFG++ for Flow Based 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.

CFG-Ctrl: Control-Based Classifier-Free Diffusion Guidance

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 directionLater workHow it relates to Characteristic Guidance
CFG theory and nonlinear formsHigh-dimensional CFG analysisPlaces characteristic guidance among nonlinear CFG alternatives.
Guidance model designAutoGuidanceCites the work while using a different guiding-model strategy.
High-scale artifactsAPGDiscusses nonlinear guidance and follows a projection-based route.
CFG efficiencyDICECites the work when discussing CFG sampling dynamics and overhead.
Flow-based guidanceRectified-CFG++ and CFG-CtrlPosition 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 Guidanceclassifier-free guidancehigh guidance scalesnonlinear diffusion guidancescore dynamicsrectified flowflow 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

@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}
}