Velocity Scheduled Flow Matching

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, medium

Summary

Velocity Scheduled Flow Matching (VSFM) introduces a novel approach to generative modeling by relaxing the constant-speed assumption inherent in traditional Flow Matching (FM). VSFM replaces the standard conditional target x_1 - x_0 with v(t)(x_1 - x_0), where v:[0,1]->R>=0 is a nonnegative velocity profile satisfying integral(v dt) = 1. The method explores six polynomial profiles derived from motion planning. VSFM offers two primary benefits: first, it allows a pretrained linear flow-matching model to be sampled at inference time using any admissible profile via non-uniform τ-schedule integration, achieving up to a 19.8% FID reduction on CIFAR-10 without retraining. Second, training a model from scratch with a braking profile yields an additional 17.4% FID reduction at 4 NFE. These improvements stem from the local truncation error of the Euler integrator on the generated grid.

Key takeaway

For Machine Learning Engineers optimizing generative model performance, Velocity Scheduled Flow Matching offers a direct path to improved sample quality and efficiency. You should consider applying non-uniform τ-schedules to your existing pretrained linear flow-matching models to achieve significant FID reductions without retraining. When developing new models, training with a braking velocity profile can further reduce the number of network evaluations required, enhancing computational efficiency. This method provides tangible gains by leveraging the local truncation error of the Euler integrator.

Key insights

Velocity Scheduled Flow Matching improves sample quality and efficiency by dynamically adjusting the interpolation speed between noise and data.

Principles

Method

VSFM replaces the conditional target with v(t)(x_1 - x_0) using a nonnegative profile v where integral(v dt) = 1, integrating the ODE on a non-uniform τ-schedule.

In practice

Topics

Code references

Best for: Research Scientist, Computer Vision Engineer, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.