VA-SALD: Velocity-Aware Guided Diffusion
- The paper introduces VA-SALD, a method that augments SALD by incorporating pretrained transport velocity and a time slowdown schedule to control guidance-induced deviation.
- It decouples the base generative flow from the guidance correction via a correction field, reducing bias by focusing on the corrective energy rather than the full guided transport.
- Empirical results demonstrate that VA-SALD achieves lower terminal KL and improved stability in both synthetic scenarios and large-scale guided image generation compared to baseline methods.
Velocity-Aware SALD (VA-SALD) is a guided sampling framework for pretrained diffusion-based and related generative models that extends Slowly Annealed Langevin Dynamics (SALD) by explicitly incorporating the transport velocity of the pretrained marginal path and using time slowdown to control guidance-induced deviation. In the formulation developed in "Slowly Annealed Langevin Dynamics: Theory and Applications to Training-Free Guided Generation" (Nitanda et al., 8 May 2026), VA-SALD is designed for training-free guided generation: it uses a fixed pretrained score model, a guide or reward , and a slowdown schedule to approximate a terminal guided target , while providing non-asymptotic convergence guarantees in KL divergence.
1. SALD, moving targets, and path velocity
SALD begins from a nonstationary sampling problem. One is given a path of target distributions on , typically with oracle access to the time-dependent score , and seeks to approximately sample from . Standard annealed Langevin dynamics along the path is
SALD slows this traversal by introducing algorithmic time and a monotone schedule , with slowed path 0. The continuous-time SALD dynamics are
1
and the Euler–Maruyama discretization is
2
A standard choice is linear slowdown 3, so the same physical path is traversed in 4 times more algorithmic time (Nitanda et al., 8 May 2026).
The paper’s notion of “velocity” is not a particle kinematic observable but a transport velocity field for a curve of measures. For a path 5, a vector field 6 is a transport velocity if
7
This continuity-equation viewpoint quantifies how fast probability mass moves along the path. The paper defines the exponential-moment functional
8
and the corresponding path complexity
9
SALD’s convergence depends on this complexity and on functional inequalities, especially log-Sobolev and Poincaré inequalities, along the intermediate targets. A common misconception is that slowdown is merely a heuristic increase in step count; in the paper’s formulation, it is a continuous-time reparametrization whose benefit is expressed analytically through contraction and path-complexity terms.
2. Construction of VA-SALD for guided diffusion models
VA-SALD specializes SALD to the setting of pretrained Itô diffusions and guided generation. The forward diffusion is
0
with reverse marginal family
1
The associated forward and reverse transport velocities are
2
Guidance is introduced through a potential or reward 3, or more generally a time-dependent guide 4 with 5, defining
6
The framework assumes oracle access to 7 and to 8, or to a stochastic zeroth-order estimate in black-box guidance settings (Nitanda et al., 8 May 2026).
VA-SALD combines slowdown with explicit use of the pretrained velocity 9. With schedule 0, 1, and 2, the SDE is
3
Equivalently, using the explicit form of 4,
5
The defining distinction from SALD is structural. SALD uses only 6, whereas VA-SALD uses both the pretrained path velocity 7 and a Langevin drift based on 8. In the unguided case 9, so 0, the paper shows that if 1, then 2 exactly for any schedule 3. Slowdown therefore does not itself introduce bias in the unguided setting; VA-SALD exactly tracks the pretrained marginal path (Nitanda et al., 8 May 2026). This property is the basis of the “velocity-aware” terminology: the base transport is handled explicitly, and only the guidance-induced deviation must be corrected.
3. Guided-path deviation and the correction field
A central contribution of the theory is the decomposition of guided transport into a pretrained component and a correction component. If
4
then the pretrained velocity 5, which generates 6, need not generate 7. The paper defines
8
and proves the residual identity
9
This equation gives an exact characterization of the mismatch between the guided marginal evolution and the pretrained transport field (Nitanda et al., 8 May 2026).
To restore a valid transport description of the guided path, the paper introduces a correction field 0 solving the Poisson-type equation
1
Then 2 is a transport velocity for 3: 4 In this decomposition, 5 is the pretrained marginal transport velocity and 6 is the additional velocity required to bend the pretrained path 7 into the guided path 8.
This distinction is what makes VA-SALD different from simply applying SALD to 9. Standard SALD on the guided path must track the full guided transport, whose complexity is governed by 0. VA-SALD instead incorporates 1 directly in the sampler, so the convergence bounds depend only on 2, the complexity of the correction field. When guidance is relatively mild, the paper states that 3 and typically 4. This suggests that slowdown can be concentrated on compensating for guidance-induced deviation rather than re-tracking the entire pretrained generative flow.
The unguided limit makes the decomposition transparent. If 5, then 6, the residual vanishes, and 7. In that regime, VA-SALD reduces to exact tracking of the pretrained marginal path, and the guidance-complexity term disappears from the theory.
4. KL theory, slowdown, and functional inequalities
The paper establishes non-asymptotic convergence guarantees through KL differential inequalities. For SALD, if each 8 satisfies a log-Sobolev inequality with constant 9, and 0 is a transport velocity for 1, the law 2 at terminal algorithmic time satisfies a bound of the form
3
For linear slowdown 4, the bound simplifies to
5
As 6, the paper writes
7
Two effects are explicit: slowdown improves contraction of initialization mismatch through accumulated intermediate log-Sobolev constants, and it reduces tracking error through the 8 scaling of path energy. The discrete-time SALD theory yields analogous rates and an iteration complexity 9 to reach 0 KL accuracy (Nitanda et al., 8 May 2026).
For VA-SALD, the general theory introduces a comparison field 1 and mismatch 2, where 3 is the true transport velocity of 4. The continuous-time KL bound has the form
5
In the actual diffusion-model specialization, 6, so 7. Under linear slowdown and with 8, Corollary 2 gives
9
For small 0, the asymptotic form is
1
The interpretation is direct: guidance bias is controlled by the action of the correction field 2, not by the action of the full guided velocity 3. In the unguided case 4, the path-complexity term vanishes and only contraction of initialization mismatch remains.
The appendix further connects correction complexity to a Poincaré inequality. If 5 satisfies PI with constant 6, then the solution 7 of the Poisson equation satisfies
8
and therefore
9
This identifies guide-induced complexity with the variance of the directional time derivative 00, giving a functional-analytic interpretation of when training-free guidance is easy or hard.
5. Algorithms, implementations, and empirical results
The general Euler–Maruyama discretization of VA-SALD is
01
with 02 in the diffusion-model setting. For linear slowdown, 03, and the conceptual Itô-diffusion implementation uses
04
together with the guide gradient 05. The algorithm samples 06, iterates the VA-SALD-EM update, and outputs 07 as an approximate sample from 08. The main hyperparameters are the slowdown factor 09, step size 10, guidance scale 11, and model noise schedule 12. The paper states that larger 13 improves tracking and bias suppression at linear computational cost, and suggests choosing 14 with 15 for discretization control (Nitanda et al., 8 May 2026).
A concrete large-scale implementation is given for flow-matching models, including experiments with Stable Diffusion 3.5 Medium. For flow matching, the forward ODE is
16
and an SDE with the same marginals is
17
with score
18
After reversing time and applying slowdown, the implementation uses a specialized VA-SALD SDE and its Euler discretization. For black-box guidance, 19 is approximated by zeroth-order gradient estimation,
20
with 21, together with group reward normalization.
The empirical study has two parts. In synthetic VP diffusion experiments, the paper considers a two-Gaussian data distribution with a two-moons guide, and an eight-Gaussian ring with a left-half mode penalty. SALD’s terminal KL to the guided target decreases monotonically with the slowdown factor 22, matching the theory. VA-SALD achieves lower terminal KL for smaller budgets, with flatter and better KL curves than SALD under matched budgets. DOIT, under matched proposal-particle budgets, remains significantly worse in terminal KL.
In guided image generation, the backbone is Stable Diffusion 3.5 Medium in flow-matching form, and the rewards include Aesthetic score, PickScore, and CLIPScore. Under matched numbers of steps and batch query size, and with guidance scale 23, VA-SALD consistently achieves higher reward and visually better images than the baselines FM-ZG and FM-Evolv. Those baselines often exhibit instability and artifacts at high guidance strength, whereas VA-SALD produces samples that evolve stably as 24 increases and remain high quality. The paper also reports qualitative examples for prompts such as “bear” and “wolf” across varying 25 and guidance strengths 26, showing gradual and stable guidance under VA-SALD (Nitanda et al., 8 May 2026).
6. Methodological position, misconceptions, and open problems
VA-SALD occupies a specific position within guided generative modeling. Relative to standard Langevin or ancestral sampling, it does not merely add a heuristic guide term to the pretrained sampler; it incorporates the pretrained transport velocity 27 and applies slowdown to a principled mismatch term. Relative to standard SALD on the guided path, it does not pay for the action of the full guided transport; its KL bounds depend only on the correction energy 28. Relative to classifier or classifier-free guidance, it is framed through marginal KL control, intermediate functional inequalities, and path complexity rather than through heuristic score modification. Relative to Doob 29-transform approaches such as DOIT and Doob’s matching, it does not promise exact terminal tilting, but it avoids training a time-dependent guide network or performing expensive on-the-fly simulations (Nitanda et al., 8 May 2026).
The relation to Doob 30-transforms is especially instructive. The exact terminal tilt 31 can be realized through
32
with a reverse-process drift involving 33. VA-SALD instead works with a prescribed guide schedule 34, uses only 35, and controls the resulting bias through slowdown and the correction complexity 36. The paper explicitly characterizes this as a trade: no Doob optimality guarantee, but a training-free inference procedure with quantitative KL bounds.
Several limitations and open questions are highlighted. First, slowdown is computationally costly: increasing 37 improves tracking but linearly increases the number of iterations. Second, the choice of guide schedule 38 is unresolved; the correction complexity depends on 39 and 40 through 41, so designing schedules that minimize 42 remains open. Third, the theory assumes log-Sobolev or Poincaré inequalities, smoothness, and dissipativity conditions that are natural for many annealing paths and dissipative diffusions but are not trivial to verify for large-scale high-dimensional generative models. Fourth, extremely strong or adversarial guides may produce large 43, requiring very large slowdown factors. Fifth, the empirical evaluation is illustrative rather than exhaustive: it covers two-dimensional synthetic experiments and a limited set of SD3.5 prompts rather than large prompt suites or human preference studies.
Taken together, these features define VA-SALD as a training-free guided sampling method whose novelty lies in its explicit separation of base transport from guidance correction. Its theory formalizes the intuition that pretrained generative models already encode a useful path of marginals 44, and that guidance should be treated as a controlled perturbation of that path rather than as an entirely new trajectory to be tracked from scratch (Nitanda et al., 8 May 2026).