Adaptive Path Correction with Exponents (ACE)
- The paper introduces ACE, a novel framework that adaptively adjusts exponent schedules to maintain valid probability flows in compositional diffusion tasks.
- ACE employs a weighted Feynman–Kac sampler and bump function corrections to robustly counteract Marginal Path Collapse without needing model retraining.
- Empirical evaluations show significant error reduction and improved sample quality in synthetic and molecular generation benchmarks using ACE.
Adaptive Path Correction with Exponents (ACE) is a principled framework for enabling robust inference-time steering of pretrained diffusion and flow models via the adaptive combination of multiple model trajectories, each modulated by time-varying exponents. ACE addresses the fundamental challenge of Marginal Path Collapse in ratio-of-densities steering, ensuring the existence of valid intermediate probability paths for tasks including molecular generation and compositional image synthesis. It operates without retraining and leverages only black-box access to pretrained model scores or velocities, transforming ratio-based composition from an unstable heuristic into a reliable algorithmic tool (Lee et al., 11 Dec 2025).
1. Ratio-of-Densities Steering and Marginal Path Collapse
Ratio-of-densities steering forms the backbone of various compositional generative modeling tasks. Given pretrained diffusion models , potentially on different coordinates or subspaces, one constructs an unnormalized trajectory
with for a suitable projection into each expert’s domain, and exponent schedule that may be positive (numerator) or negative (denominator). If , then with defines a valid probability flow between start and target .
Marginal Path Collapse occurs when, despite , there exists with , making non-normalizable. For example, in a one-dimensional Gaussian setting, the ratio construction can be integrable at endpoints and divergent at intermediate times due to negative effective variance, a phenomenon systematically triggered when numerator variances contract more slowly than denominator variances.
2. Path-Existence Criterion
A closed-form criterion predicts precisely when Marginal Path Collapse will occur in composition tasks involving compactly supported densities. Assuming each expert follows a noise schedule and operates on coordinates , define
where indexes coordinates. The integrability of the path is guaranteed by
Violation of this condition for any and signals an impending Marginal Path Collapse. This criterion holds under the requirement that the final densities possess compact support.
3. Construction of Adaptive Path Correction with Exponents (ACE)
ACE introduces a two-pronged solution: (a) adaptive adjustment of exponents to guarantee everywhere, and (b) a weighted SDE/ODE sampler for unbiased path tracking.
3.1. Adaptive Exponents Using Bump Functions
Let be the desired endpoint exponents and assume and . There exists an index and a bump function such that modifying the exponent trajectory via
for some analytically determined ensures for all and . This approach suffices to correct the path without altering the boundary behavior, as the bump vanishes at and .
3.2. Weighted Feynman–Kac Sampler
The corrected exponent schedule enables unbiased tracking of the normalized path via a stochastic differential equation: where collects expert scores, is user-chosen drift, and terms encapsulate velocity divergence and drift mismatch corrections.
3.3. Collapse Prevention
By enforcing via the bump-corrected exponents, the integrand remains normalizable for all , preserving unbiased inference. The score is well-defined, and the Feynman-Kac framework yields stable tracking.
4. Algorithmic Implementation
The ACE method is operationalized as follows (see Alg. 1 in (Lee et al., 11 Dec 2025)):
- Initialization: Draw initial particles , set log-weights .
- For each timestep :
a. Compute and drift . b. For each expert , compute . c. Propagate . d. Update by integrating the SDE corrections. e. If the effective sample size , perform weighted resampling.
- Output: Approximates via weighted samples.
This sampler accommodates both SDE and ODE settings (by setting , omitting Itô corrections) and can be integrated with Sequential Monte Carlo resampling strategies.
5. Empirical Evaluation
5.1. Synthetic 2D Checkerboard
In a synthetic benchmark, the target is realized over using three heterogeneous diffusion experts. Collapse frequency is substantial: in $100$ random schedules, Marginal Path Collapse occurs in of cases at guidance , rising to at . ACE () eliminates collapse, achieving , , and , representing a reduction in error over constant-exponent baselines (FKC: ).
| Method | MMD | ||
|---|---|---|---|
| NR | 0.78 | 1.07 | 0.068 |
| FKC | 2.13 | — | — |
| ACE () | 0.28 | 0.40 | 0.027 |
5.2. Flexible-Pose Scaffold Decoration
In molecular scaffold decoration, three models are composed: DN (de-novo, trained on ZINC), CONF (topology-conditioned conformers), and SBDD (pocket-conditioned generation). Collapse for constant-exponent steering limits attainable guidance (). Applying ACE with to the SBDD exponent restores valid paths for up to $1.4$. On CrossDock-Weak and CrossDock-SBDD datasets, ACE attains 96–100% chemical validity, optimal structure recovery, and substantially improved docking scores ( for ACE at vs. for FKC), surpassing specialized task models such as Delete, DiffDec, and AutoFragDiff.
6. Practical Guidelines and Limitations
- Always verify the path-existence criterion on the discrete sampling grid before steering.
- If for some , introduce a bump in positive exponents; suffices for molecular tasks, and increasing further broadens safety margins, though may amplify model errors.
- For valid paths, moderate time variation in exponents can sharpen distributions and improve sample quality (see compositional generation on COCO-MIG, Prop. 4.1).
- ACE requires no retraining and is agnostic to the specific network architectures, requiring only black-box score/velocity access.
- Current limitations include: error accumulation under many expert compositions, extension to discrete/hybrid spaces, cost of SDE/ODE distillation for faster inference, and application beyond stochastic interpolants to broader transport tasks.
7. Significance and Research Frontiers
ACE furnishes a theoretically complete framework for addressing Marginal Path Collapse in diffusion steering, enabling previously unattainable degrees of compositionality and guidance strength across synthetic, molecular, and image domains. This framework systematically transforms ratio-of-densities steering into a stable, general methodology, promoting broader adoption in controllable generation. Open research questions include managing expert composition error, discrete-variable extensions, efficient inference distillation, and application to broader generative transport problems (Lee et al., 11 Dec 2025).