LGAINov 27, 2025

Test-time scaling of diffusions with flow maps

arXiv:2511.22688v111 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in diffusion models for tasks like image editing, offering a novel method that is incremental but provides strong gains in handling complex reward functions.

The paper tackles the problem of test-time scaling in diffusion models by proposing Flow Map Trajectory Tilting (FMTT), which improves reward optimization by working directly with flow maps instead of relying on denoisers, and demonstrates efficacy against other techniques with provable better ascent on rewards.

A common recipe to improve diffusion models at test-time so that samples score highly against a user-specified reward is to introduce the gradient of the reward into the dynamics of the diffusion itself. This procedure is often ill posed, as user-specified rewards are usually only well defined on the data distribution at the end of generation. While common workarounds to this problem are to use a denoiser to estimate what a sample would have been at the end of generation, we propose a simple solution to this problem by working directly with a flow map. By exploiting a relationship between the flow map and velocity field governing the instantaneous transport, we construct an algorithm, Flow Map Trajectory Tilting (FMTT), which provably performs better ascent on the reward than standard test-time methods involving the gradient of the reward. The approach can be used to either perform exact sampling via importance weighting or principled search that identifies local maximizers of the reward-tilted distribution. We demonstrate the efficacy of our approach against other look-ahead techniques, and show how the flow map enables engagement with complicated reward functions that make possible new forms of image editing, e.g. by interfacing with vision language models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes