LGAIMay 12

Sharpen Your Flow: Sharpness-Aware Sampling for Flow Matching

arXiv:2605.1154775.71 citations
AI Analysis

For practitioners of generative modeling, SharpEuler offers a training-free method to enhance sample quality under fixed computational budgets, addressing a key bottleneck in fast generation.

SharpEuler improves sample quality in flow matching models by adaptively allocating integration steps where the velocity field changes most rapidly, reducing inter-mode leakage and increasing mode coverage without extra model evaluations.

Flow matching models generate samples by numerically integrating a learned velocity field, with each integration step requiring a neural network evaluation. Fast generation therefore requires using a small fixed evaluation budget effectively: the key question is not only how to integrate the flow, but where the sampler should spend its steps. We propose SharpEuler, a training-free sampler that profiles a pretrained model offline by estimating where the learned velocity field changes most rapidly along calibration trajectories. This finite-difference estimate defines a solver-aware sharpness profile, which is smoothed and converted by a quantile transform into a timestep grid for any desired inference budget. At test time, sampling remains ordinary Euler integration with the same number of model evaluations as a uniform schedule. We justify SharpEuler using three principles: a numerical principle identifying trajectory acceleration as the leading source of Euler discretization error, a variational principle deriving sharpness-based power-law timestep densities, and a statistical guarantee showing that the finite-sample calibrated sampler is stable at the terminal distribution level. Our experiments show that SharpEuler improves sample quality at fixed budgets, reducing inter-mode leakage and increasing mode coverage.

Foundations

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

Your Notes