Paper Overview
- Field: Machine Learning
- Authors: Lifu Wei, Yinuo Ren, Naichen Shi
- Published: 2026-05-19
- arXiv: 2505.14304
- Training-free and approximation-free: no model retraining or score approximations needed
- Derivative-free guidance: weights are multiplicative per trajectory, avoiding gradients entirely
- Theoretical guarantee: path-level Girsanov weighting is shown equivalent to particle-level SMC, with unbiasedness preserved
- Empirical gains: better sample quality than existing inference-time guidance baselines on both synthetic and diffusion benchmarks
Abstract (Translated)
Diffusion-based generative models increasingly rely on inference-time guidance, adding a drift term or reweighting a mixture of experts to improve sample quality on task-specific objectives. However, most existing techniques require repeated score or gradient evaluations, introducing bias, high computational overhead, or both.
This paper introduces SURGE (Unbiased Resampling via Girsanov Estimation), a derivative-free inference-time scaling algorithm that performs path-wise importance reweighting via a Girsanov change of measure. Unlike prior work that computes gradient-based particle weights, SURGE attaches a simple multiplicative weight to each simulated trajectory and periodically resamples. No score, no Hessian, and no PDE evaluation is required.
The authors establish an equivalence between path-level and particle-level sequential Monte Carlo (SMC): Girsanov path weights allow backward conditional expectations to recover previous particle-level weights, guaranteeing that both schemes produce the same unbiased terminal distribution.
Empirically, SURGE outperforms existing inference-time guidance baselines on synthetic tests and diffusion model benchmarks, achieving better generative quality while being significantly simpler and fully gradient-free.
Key Highlights
Original Abstract (Excerpt)
> We introduce URGE (Unbiased Resampling via Girsanov Estimation), a derivative-free inference-time scaling algorithm that performs path-wise importance reweighting via a Girsanov change of measure. Instead of computing gradient-based particle weights in previous work, URGE attaches a simple multiplicative weight to each simulated trajectory and periodically resamples. No score, no Hessian, and no PDE evaluation is required...
---
*Auto-collected on 2026-05-20*