DriftLite: Lightweight Drift Control for Inference-Time Scaling of Diffusion Models

Abstract

We study inference-time scaling for diffusion models, where the goal is to adapt a pre-trained model to new target distributions without retraining. Existing guidance-based methods are simple but introduce bias, while particle-based corrections suffer from weight degeneracy and high computational cost. We introduce *DriftLite*, a lightweight, training-free particle-based approach that steers the inference dynamics on-the-fly with provably optimal stability control. DriftLite exploits a fundamental degree of freedom in the Fokker-Planck equation between the drift and particle potential, and yields two practical instantiations: *Variance- and Energy-Controlling Guidance (VCG/ECG)* for approximating the optimal drift with modest and scalable overhead. Across Gaussian mixture models, particle systems, and large-scale protein-ligand co-folding problems, DriftLite consistently reduces variance and improves sample quality over pure guidance and sequential Monte Carlo baselines. These results highlight a principled, efficient route toward scalable inference-time adaptation of diffusion models. Our source code is publicly available at https://github.com/yinuoren/DriftLite.

Cite

Text

Ren et al. "DriftLite: Lightweight Drift Control for Inference-Time Scaling of Diffusion Models." International Conference on Learning Representations, 2026.

Markdown

[Ren et al. "DriftLite: Lightweight Drift Control for Inference-Time Scaling of Diffusion Models." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/ren2026iclr-driftlite/)

BibTeX

@inproceedings{ren2026iclr-driftlite,
  title     = {{DriftLite: Lightweight Drift Control for Inference-Time Scaling of Diffusion Models}},
  author    = {Ren, Yinuo and Gao, Wenhao and Ying, Lexing and Rotskoff, Grant M. and Han, Jiequn},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/ren2026iclr-driftlite/}
}