Meta Flow Maps enable scalable reward alignment
Peter Potaptchik, Adhi Saravanan, Abbas Mammadov, Alvaro Prat, Michael S. Albergo, Yee Whye Teh
TL;DR
This work tackles the computational bottleneck of reward alignment for generative models by introducing Meta Flow Maps (MFMs), stochastic flow-map operators that generate arbitrarily many one-shot samples from the conditional posterior $p_{1|t}(\cdotig| x)$ for any intermediate state. By providing differentiable posterior samples, MFMs enable asymptotically exact estimation of the value-function gradient $ abla V_t(x)$, which is central to both inference-time steering and off-policy fine-tuning toward general rewards. The authors present a dual estimator framework (MFM-GF and MFM-G) for $ abla V_t$, derive convergence guarantees for steered samplers, and develop an unbiased fine-tuning objective (MFM-FT). Empirically, MFMs demonstrate competitive posterior sampling quality, improved steering efficiency, and substantial compute savings on ImageNet compared to Best-of-N baselines, while also enabling scalable reward alignment through training-time fine-tuning.
Abstract
Controlling generative models is computationally expensive. This is because optimal alignment with a reward function--whether via inference-time steering or fine-tuning--requires estimating the value function. This task demands access to the conditional posterior $p_{1|t}(x_1|x_t)$, the distribution of clean data $x_1$ consistent with an intermediate state $x_t$, a requirement that typically compels methods to resort to costly trajectory simulations. To address this bottleneck, we introduce Meta Flow Maps (MFMs), a framework extending consistency models and flow maps into the stochastic regime. MFMs are trained to perform stochastic one-step posterior sampling, generating arbitrarily many i.i.d. draws of clean data $x_1$ from any intermediate state. Crucially, these samples provide a differentiable reparametrization that unlocks efficient value function estimation. We leverage this capability to solve bottlenecks in both paradigms: enabling inference-time steering without inner rollouts, and facilitating unbiased, off-policy fine-tuning to general rewards. Empirically, our single-particle steered-MFM sampler outperforms a Best-of-1000 baseline on ImageNet across multiple rewards at a fraction of the compute.
