REVIEW 2 major objections 5 minor 31 references
Any admissible speed profile can be applied to a pretrained linear flow-matching model with no retraining, cutting CIFAR-10 FID by up to 19.8 percent by damping Euler error near data.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-14 05:34 UTC pith:QRENP33A
load-bearing objection Clean, useful training-free rescheduling of linear flow matching via motion-planning velocity profiles; CIFAR-10 gains are real, the LTE causal story is plausible but unmeasured. the 2 major comments →
Velocity Scheduled Flow Matching
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Velocity Scheduled Flow Matching replaces the constant conditional target x1 minus x0 with v(t) times (x1 minus x0) for any nonnegative profile v that integrates to one. The same pretrained linear network can then be sampled under any admissible profile by querying it at remapped times tau equals alpha(t) and advancing by exact increments Delta tau equals alpha of the next time minus alpha of the current time. On CIFAR-10 the coasting profile reduces FID by up to 19.8 percent with no retraining; training under that profile further improves four-NFE FID by 17.4 percent. Both gains follow from the fact that braking profiles place the smallest steps where the learned field varies most rapidly.
What carries the argument
The adapted field tilde v of x comma t equals v of t times v_theta of x comma alpha of t, which after the change of variables tau equals alpha of t is exactly the pretrained model's own tau-space ODE. Profile choice therefore collapses to a pure non-uniform grid on the displacement coordinate, enabling exact, training-free rescheduling.
Load-bearing premise
The learned velocity field changes most rapidly near the data endpoint, so concentrating the smallest integration steps there is what actually lowers total Euler error at fixed step count.
What would settle it
On a generation task where the velocity field is independently measured to vary most near noise or mid-trajectory, check whether braking profiles raise rather than lower FID relative to the linear baseline under the same Euler integrator; if they do, the claimed error-damping mechanism fails.
If this is right
- Any existing linear flow-matching checkpoint can be improved at sampling time by a braking-profile schedule at zero training cost.
- At low NFE the velocity profile becomes a first-order design choice rather than a secondary hyperparameter.
- Braking profiles that decelerate toward data systematically outperform constant-speed and symmetric profiles under Euler sampling.
- Higher-order solvers that cancel the leading truncation term should shrink the advantage of non-constant profiles.
- Training under a matched non-constant profile aligns the network with its inference schedule and yields further FID gains.
Where Pith is reading between the lines
- The same zero-retraining rescheduling should transfer immediately to large rectified-flow text-to-image systems that already ship with linear interpolants.
- Image-to-image or structured-source tasks, where field variation near the start may dominate, could reverse the ranking and favor symmetric or accelerating profiles.
- A parametric profile learned jointly with network weights could outperform the fixed polynomial family once the local-error diagnostic is available.
- Measuring the magnitude of the field's time derivative along trajectories would give a cheap, data-driven way to design better profiles for any new domain.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Velocity Scheduled Flow Matching (VSFM), replacing the constant conditional velocity target of linear flow matching with v(t)(x1−x0) for any nonnegative profile v with unit integral. Six polynomial profiles from motion planning are studied. The main technical contribution is a training-free inference procedure: a pretrained linear FM model can be sampled under any admissible profile by integrating its own τ-space ODE on the non-uniform grid τi=α(i/N) with exact steps Δτi=α((i+1)/N)−α(i/N) (Eqs. 7–10, Algorithm 2). On CIFAR-10 this yields up to 19.8% FID reduction (coasting, Table 4). Training from scratch under the same profiles (Algorithm 1, loss Eq. 5) gives a further 17.4% reduction at 4 NFE (Table 3). Both effects are attributed to damping of the Euler local truncation error near the data endpoint (Section 3.4, Eqs. 11–12).
Significance. If the empirical gains hold under broader evaluation, VSFM supplies a zero-cost, training-free lever for few-step sampling of existing flow-matching checkpoints, which is practically valuable for large pretrained systems. The reparameterization is algebraically clean and the connection to classical motion-planning profiles is novel for generative modeling. The work is reproducible in principle (public TorchCFM checkpoint, closed-form α, fixed Euler integrator) and the ranking of profiles is falsifiable. The contribution is incremental rather than foundational: it is a structured non-uniform schedule plus a one-line training change, but the inference-time result and the explicit LTE account are useful additions to the flow-matching toolkit.
major comments (2)
- Abstract, §3.4 and §5 claim that both FID gains “follow from” damping of the Euler LTE term (Δτi)² · d²x/dτ² near τ=1, because “learned flow-matching fields tend to vary rapidly” there (Eqs. 11–12). No measurement of the field-variation proxy ||∂vθ/∂x vθ + ∂vθ/∂τ|| (or any surrogate) along τ is reported for the TorchCFM checkpoint or the trained models. The observed ranking (coasting > uniform decel. > linear; smooth landing failing at low NFE) is consistent with the premise but does not establish it; alternative explanations (any schedule that simply densifies steps near data, or α-induced training mass near x1) remain open. A direct plot or table of field variation vs. τ is needed to make the causal attribution load-bearing rather than interpretive.
- All quantitative claims rest on a single 32×32 dataset (CIFAR-10) and a fixed-step Euler sampler (Tables 3–4, Figures 2–3). The conclusions themselves list higher-resolution datasets and higher-order solvers (DPM-Solver, DDIM) as open directions. Without at least one additional dataset or a comparison under an adaptive/higher-order integrator, it is unclear whether the reported percentage gains and the preference for braking profiles are specific to this regime or general. This limits the strength of the central empirical claim.
minor comments (5)
- §3.1: the choice to absorb the v(t)² weighting into an unweighted regression on (x1−x0) is stated as numerically preferable, but no ablation of the weighted vs. unweighted loss is shown; a short note or appendix table would strengthen the claim.
- Table 2 and the surrounding text use approximate Δτi ≈ v(ti)/N; for the exact closed-form α used in Algorithm 2 this is unnecessary and slightly obscures that the implementation is exact.
- Figure 3 caption lists only five of the six profiles; the missing minimum-jerk curve should be either plotted or explicitly omitted with a reason.
- Related-work §2.4 correctly places the method among non-uniform schedules, but a short quantitative comparison against a simple hand-tuned non-uniform grid (without the motion-planning parameterization) would clarify how much of the gain is due to the structured profile family versus any densification near data.
- Typographical consistency: “NFE” is sometimes written with a thin space and sometimes without; “τ-space” hyphenation is inconsistent across sections.
Circularity Check
No circularity: a-priori polynomial profiles, standard Euler LTE analysis, and empirical FID comparisons; nothing is defined in terms of the reported gains.
full rationale
Walk of the derivation chain finds no self-definitional loop, no fitted-parameter-as-prediction, and no load-bearing self-citation. Admissible profiles are fixed before any run by classical motion-planning boundary conditions on α (Table 1; Flash & Hogan, Craig), with ∫v=1 and nonnegativity only. The training loss (Eq. 5) regresses on the constant displacement x1−x0; the profile enters only through the interpolant positions xt=x0+α(t)(x1−x0), with no free coefficients tuned to FID. Inference-time rescheduling is a change of variables τ=α(t) that turns the adapted ODE into the pretrained model’s own τ-space ODE (Eqs. 7–10), integrated with exact closed-form Δτi—not a quantity fitted to the reported 19.8% gain. The claim that gains “follow from” Euler local truncation error (Eqs. 11–12) is a standard numerical-analysis argument conditional on the (unmeasured) premise that field variation is largest near τ=1; that premise is a domain assumption, not a circular reduction of the FID numbers to their own inputs. Self-citations [6,7] are peripheral and not used to force uniqueness or forbid alternatives. Profile ranking and FID tables are external empirical measurements under fixed a-priori schedules. Score 0.
Axiom & Free-Parameter Ledger
axioms (4)
- standard math Any nonnegative v with ∫₀¹ v dt = 1 yields an interpolant that transports x₀ to x₁ (unit total displacement, no backtracking).
- standard math Local truncation error of the explicit Euler method on dx/dτ = g is (Δτ)²/2 · d²x/dτ² + O((Δτ)³).
- domain assumption Learned flow-matching velocity fields vary most rapidly near the data endpoint τ→1.
- ad hoc to paper The six polynomial profiles obtained from classical endpoint boundary conditions on α and its derivatives are representative of useful velocity schedules.
invented entities (2)
-
Velocity Scheduled Flow Matching (VSFM)
no independent evidence
-
Motion-planning polynomial velocity profiles applied as FM schedules
independent evidence
read the original abstract
Flow matching trains a neural network to regress the conditional velocity along a linear interpolant between noise and data, and the number of network evaluations~(NFE) sets the cost of sampling. The straight-line interpolant carries an implicit choice: the sample moves at constant speed throughout the trajectory. We relax this choice and introduce Velocity Scheduled Flow Matching~(VSFM), which replaces the conditional target $x_1 - x_0$ with $v(t)(x_1 - x_0)$ for any nonnegative profile $v:[0,1]\to\mathbb{R}_{\geq 0}$ satisfying $\int_0^1 v\,dt = 1$. We study six polynomial profiles drawn from motion planning. The first use of VSFM is at inference time: a pretrained linear flow-matching model can be sampled under any admissible profile by integrating its ODE on a non-uniform $\tau$-schedule, with no retraining and no additional computation; on CIFAR-10 this lowers FID by up to $19.8\%$. Training from scratch under a braking profile gives a further reduction of $17.4\%$ at $4$~NFE. Both gains follow from the local truncation error of the Euler integrator on the induced grid.
Figures
Reference graph
Works this paper leans on
-
[1]
Flow matching for generative modeling.arXiv preprint arXiv:2210.02747, 2022
Yaron Lipman, Ricky TQ Chen, Heli Ben-Hamu, Maximilian Nickel, and Matt Le. Flow matching for generative modeling.arXiv preprint arXiv:2210.02747, 2022
Pith/arXiv arXiv 2022
-
[2]
Xingchao Liu, Chengyue Gong, and Qiang Liu. Flow straight and fast: Learning to generate and transfer data with rectified flow.arXiv preprint arXiv:2209.03003, 2022
Pith/arXiv arXiv 2022
-
[3]
Improving and generalizing flow-based generative models with minibatch optimal transport.Transactions on Machine Learning Research, 2024
Alexander Tong, Kilian FATRAS, Nikolay Malkin, Guillaume Huguet, Yanlei Zhang, Jarrid Rector-Brooks, Guy Wolf, and Yoshua Bengio. Improving and generalizing flow-based generative models with minibatch optimal transport.Transactions on Machine Learning Research, 2024
2024
-
[4]
Equivariant flow matching.Advances in Neural Information Processing Systems, 36:59886–59910, 2023
Leon Klein, Andreas Krämer, and Frank Noé. Equivariant flow matching.Advances in Neural Information Processing Systems, 36:59886–59910, 2023
2023
-
[5]
Se (3)-stochastic flow matching for protein backbone generation
Joey Bose, Tara Akhound-Sadegh, Guillaume Huguet, Kilian Fatras, Jarrid Rector-Brooks, Chenghao Liu, Andrei Nica, Maksym Korablyov, Michael Bronstein, and Alexander Tong. Se (3)-stochastic flow matching for protein backbone generation. InInternational Conference on Learning Representations, volume 2024, pages 22590–22621, 2024
2024
-
[6]
Deep generative models as the probability transformation functions
Vitalii Bondar, Vira Babenko, Roman Trembovetskyi, Yurii Korobeinyk, and Viktoriya Dzyuba. Deep generative models as the probability transformation functions. InInternational Conference on Information and Software Technologies, pages 97–111. Springer, 2025
2025
-
[7]
Vitalii Bondar. Inference-time scaling as a universal principle in machine learning: Classification and cross-domain analysis.Visnyk of Kherson National Technical University, (1 (96)):200–206, 2026
2026
-
[8]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022
2022
-
[9]
Scaling rectified flow transformers for high-resolution image synthesis
Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas Müller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al. Scaling rectified flow transformers for high-resolution image synthesis. InForty-first international conference on machine learning, 2024
2024
-
[10]
On kinetic optimal probability paths for generative models
Neta Shaul, Ricky TQ Chen, Maximilian Nickel, Matthew Le, and Yaron Lipman. On kinetic optimal probability paths for generative models. InInternational Conference on Machine Learning, pages 30883–30907. PMLR, 2023
2023
-
[11]
Ling Yang, Zixiang Zhang, Zhilong Zhang, Xingchao Liu, Minkai Xu, Wentao Zhang, Chenlin Meng, Stefano Ermon, and Bin Cui. Consistency flow matching: Defining straight flows with velocity consistency.arXiv preprint arXiv:2407.02398, 2024
Pith/arXiv arXiv 2024
-
[12]
Santanu Subhash Rathod, Pietro Liò, and Xiao Zhang. Splineflow: Flow matching for dynamical systems with b-spline interpolants.arXiv preprint arXiv:2601.23072, 2026. 11 Bondar V . Velocity Scheduled Flow Matching
Pith/arXiv arXiv 2026
-
[13]
Building normalizing flows with stochastic interpolants.arXiv preprint arXiv:2209.15571, 2022
Michael S Albergo and Eric Vanden-Eijnden. Building normalizing flows with stochastic interpolants.arXiv preprint arXiv:2209.15571, 2022
Pith/arXiv arXiv 2022
-
[14]
Multisample flow matching: Straightening flows with minibatch couplings
Aram-Alexandre Pooladian, Heli Ben-Hamu, Carles Domingo-Enrich, Brandon Amos, Yaron Lipman, and Ricky T Q Chen. Multisample flow matching: Straightening flows with minibatch couplings. InInternational Conference on Machine Learning, pages 28100–28127. PMLR, 2023
2023
-
[15]
Deep unsupervised learning using nonequilibrium thermodynamics
Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. In Francis Bach and David Blei, editors,Proceedings of the 32nd International Conference on Machine Learning, volume 37 ofProceedings of Machine Learning Research, pages 2256–2265, Lille, France, 07 2015. PMLR
2015
-
[16]
Denoising diffusion probabilistic models.Advances in neural information processing systems, 33:6840–6851, 2020
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models.Advances in neural information processing systems, 33:6840–6851, 2020
2020
-
[17]
Score- based generative modeling through stochastic differential equations
Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. Score- based generative modeling through stochastic differential equations. InInternational Conference on Learning Representations, 2021
2021
-
[18]
Diffusion models beat gans on image synthesis.Advances in neural information processing systems, 34:8780–8794, 2021
Prafulla Dhariwal and Alexander Nichol. Diffusion models beat gans on image synthesis.Advances in neural information processing systems, 34:8780–8794, 2021
2021
-
[19]
Improved denoising diffusion probabilistic models
Alexander Quinn Nichol and Prafulla Dhariwal. Improved denoising diffusion probabilistic models. InInterna- tional conference on machine learning, pages 8162–8171. PMLR, 2021
2021
-
[20]
Elucidating the design space of diffusion-based generative models.Advances in neural information processing systems, 35:26565–26577, 2022
Tero Karras, Miika Aittala, Timo Aila, and Samuli Laine. Elucidating the design space of diffusion-based generative models.Advances in neural information processing systems, 35:26565–26577, 2022
2022
-
[21]
Perception prioritized training of diffusion models
Jooyoung Choi, Jungbeom Lee, Chaehun Shin, Sungwon Kim, Hyunwoo Kim, and Sungroh Yoon. Perception prioritized training of diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 11472–11481, 2022
2022
-
[22]
Efficient diffusion training via min-snr weighting strategy
Tiankai Hang, Shuyang Gu, Chen Li, Jianmin Bao, Dong Chen, Han Hu, Xin Geng, and Baining Guo. Efficient diffusion training via min-snr weighting strategy. InProceedings of the IEEE/CVF international conference on computer vision, pages 7441–7451, 2023
2023
-
[23]
Understanding diffusion objectives as the elbo with simple data augmentation
Diederik Kingma and Ruiqi Gao. Understanding diffusion objectives as the elbo with simple data augmentation. Advances in Neural Information Processing Systems, 36:65484–65516, 2023
2023
-
[24]
Zidong Chen, Zihao Guo, Peng Wang, ThankGod Itua Egbe, Yan Lyu, and Chenghao Qian. Dense-jump flow matching with non-uniform time scheduling for robotic policies: Mitigating multi-step inference degradation. arXiv preprint arXiv:2509.13574, 2025
arXiv 2025
-
[25]
Pearson Education India, 2009
John J Craig.Introduction to robotics: mechanics and control, 3/E. Pearson Education India, 2009
2009
-
[26]
The coordination of arm movements: an experimentally confirmed mathematical model
T Flash and N Hogan. The coordination of arm movements: an experimentally confirmed mathematical model. Journal of Neuroscience, 5(7):1688–1703, 1985
1985
-
[27]
Neural ordinary differential equations.Advances in neural information processing systems, 31, 2018
Ricky TQ Chen, Yulia Rubanova, Jesse Bettencourt, and David K Duvenaud. Neural ordinary differential equations.Advances in neural information processing systems, 31, 2018
2018
-
[28]
Gans trained by a two time-scale update rule converge to a local nash equilibrium.Advances in neural information processing systems, 30, 2017
Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilibrium.Advances in neural information processing systems, 30, 2017
2017
-
[29]
DPM-Solver: A fast ODE solver for diffusion probabilistic model sampling in around 10 steps
Cheng Lu, Yuhao Zhou, Fan Bao, Jianfei Chen, Chongxuan Li, and Jun Zhu. DPM-Solver: A fast ODE solver for diffusion probabilistic model sampling in around 10 steps. InAdvances in Neural Information Processing Systems, volume 35, pages 5775–5787, 2022
2022
-
[30]
Denoising diffusion implicit models
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models. InInternational Conference on Learning Representations, 2021
2021
-
[31]
Progressive distillation for fast sampling of diffusion models.arXiv preprint arXiv:2202.00512, 2022
Tim Salimans and Jonathan Ho. Progressive distillation for fast sampling of diffusion models.arXiv preprint arXiv:2202.00512, 2022. 12
Pith/arXiv arXiv 2022
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.