← Latest papers
💻 computer science

Stable Velocity: A Variance Perspective on Flow Matching

This paper proposes "Stable Velocity," a unified framework that mitigates the high-variance training targets inherent in flow matching by introducing variance-reduced objectives and adaptive supervision for training, alongside a closed-form sampling acceleration for inference, thereby significantly improving both training efficiency and sampling speed without compromising sample quality.

Original authors: Donglin Yang, Yongxing Zhang, Xin Yu, Liang Hou, Xin Tao, Pengfei Wan, Xiaojuan Qi, Renjie Liao

Published 2026-02-06
📖 4 min read☕ Coffee break read

Original authors: Donglin Yang, Yongxing Zhang, Xin Yu, Liang Hou, Xin Tao, Pengfei Wan, Xiaojuan Qi, Renjie Liao

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot how to draw a picture, starting from a blank canvas full of static noise and slowly turning it into a clear image. This process is called "Flow Matching." The robot learns by guessing the direction it needs to move the pixels at every tiny step of the way.

The paper "Stable Velocity" argues that the way we currently teach these robots is a bit chaotic. Here is the breakdown using simple analogies:

The Problem: The "Noisy Classroom"

Currently, when the robot tries to learn the direction to move (the "velocity"), it looks at just one example of a finished picture to guess the path.

  • The Analogy: Imagine trying to learn the best route to a destination by asking only one person for directions. If that person is having a bad day or gives you a weird shortcut, you might get lost.
  • The Result: In the early stages of drawing (when the image is mostly noise), asking just one person leads to high variance. The robot gets confused, the training becomes unstable, and it takes a long time to learn. It's like a classroom where every student gives a different, conflicting answer, making it hard for the teacher to know the right lesson.

The Discovery: Two Different Zones

The authors realized that the drawing process has two distinct zones, like driving a car:

  1. The "High-Variance" Zone (The Foggy Start): When the image is mostly noise, the robot is very unsure. Asking one person for directions is a gamble. The directions vary wildly depending on which "noise" sample you pick.
  2. The "Low-Variance" Zone (The Clear Road): As the image gets clearer and closer to the final picture, the robot becomes very confident. In this zone, the direction the robot thinks it should go is almost exactly the same as the true direction. It's like driving on a straight, empty highway where everyone agrees on the path.

The Solution: "Stable Velocity"

The paper proposes a new framework called Stable Velocity that treats these two zones differently.

1. Smarter Training (Stable Velocity Matching)

Instead of asking just one person for directions in the foggy zone, the robot now asks a whole group of people and averages their answers.

  • The Analogy: Instead of asking one student, the teacher asks 20 students, throws out the weird outliers, and takes the average.
  • The Benefit: This smooths out the noise. The robot learns faster and more stably because it isn't thrown off by a single bad guess. The paper proves this method is mathematically fair (unbiased) but much less shaky.

2. Smarter Supervision (VA-REPA)

The paper also suggests that we shouldn't try to teach the robot complex "semantic" lessons (like "this is a cat's ear") when it's in the foggy zone.

  • The Analogy: It's useless to try to teach a student the details of a painting while they are still staring at a blank canvas. You should only start teaching the details once the sketch is visible.
  • The Benefit: The system automatically turns on extra "helpful hints" only when the image is clear enough to understand them. This prevents the robot from getting confused by trying to learn too much too soon.

3. Faster Drawing (Stable Velocity Sampling)

When the robot is actually creating the image (inference), the authors found that in the "Clear Road" zone (low variance), the path is so predictable that you can take giant leaps instead of tiny steps.

  • The Analogy: If you are walking through a dense fog, you must take small, careful steps. But once you reach the open highway, you can run.
  • The Benefit: The new method allows the robot to skip many small steps in the clear zone without making mistakes. This makes the drawing process more than 2 times faster without ruining the quality of the final picture.

The Results

The authors tested this on famous AI models (like SD3.5, Flux, and Wan2.2) that generate images and videos.

  • Training: The models learned faster and produced better images.
  • Speed: They could generate images and videos in half the time (or fewer steps) compared to standard methods, with no visible loss in quality.

In short: The paper fixes the "noisy classroom" problem by averaging directions in the foggy parts of the process and letting the robot run fast on the clear parts, making AI image generation both more stable and significantly faster.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →