← Latest papers
💻 computer science

VDE: Training-Free Accelerating Rectified Flow Model via Velocity Decomposition and Estimation

This paper introduces VDE, a training-free acceleration method for rectified flow models that improves inference speed by decomposing and estimating velocity components rather than reusing static cached features, thereby achieving significant acceleration with minimal loss in visual quality.

Original authors: Junwen Tan, Jinglin Liang, Hongyuan Chen, Shuangping Huang

Published 2026-05-25
📖 4 min read☕ Coffee break read

Original authors: Junwen Tan, Jinglin Liang, Hongyuan Chen, Shuangping Huang

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 draw a complex picture, like a bustling city street, but you have to do it one tiny brushstroke at a time. To get a perfect result, you might need to take 50 steps, checking your work and adjusting the paint after every single stroke. This takes a long time.

This is exactly how modern AI image and video generators (called Rectified Flow Models) work. They are incredibly talented artists, but they are slow because they take so many tiny steps to create an image.

The paper introduces a new trick called VDE (Velocity Decomposition and Estimation) that makes these AI artists work much faster without ruining the quality of their paintings. Here is how it works, using simple analogies:

The Old Way: "The Frozen Blueprint"

Previous methods tried to speed things up by caching (saving) parts of the drawing from the previous step and just reusing them.

  • The Analogy: Imagine you are walking down a path. The old method says, "I'll just copy the map from where I was 10 seconds ago and assume the path hasn't changed."
  • The Problem: The world is dynamic. If you turn a corner or the scenery changes, that old map is now wrong. The AI tries to reuse old features that no longer fit the current picture, leading to blurry textures or weird distortions. It's like trying to wear a coat that was sized for you yesterday; it might not fit today.

The New Way (VDE): "The Smart Navigator"

The authors realized that instead of copying old maps, the AI can actually predict where it's going next by breaking its movement down into two simple parts.

Think of the AI's movement (its "velocity") as a car driving down a road. VDE splits this movement into two components:

  1. The "Forward" Push (Parallel Component): This is how much the car is moving straight ahead.

    • The Discovery: The paper found that this "forward push" changes very smoothly and predictably. It's like a car accelerating; if you know the speed for the last two seconds, you can easily guess the speed for the next second using simple math (like drawing a straight line).
    • The Trick: Instead of recalculating the whole engine, VDE just does a quick math guess based on the last few steps.
  2. The "Sideways" Drift (Orthogonal Component): This is the subtle side-to-side adjustments the car makes to stay in the lane.

    • The Discovery: The paper found that for short periods, this "sideways drift" barely changes at all. It's like the car's steering wheel staying in the exact same position for a few seconds.
    • The Trick: VDE just reuses this "sideways" direction for a few steps without recalculating it.

How VDE Works in Practice

VDE uses a "Check-in and Estimate" strategy:

  1. The Anchor (Check-in): Every few steps, the AI does a full, slow calculation to get the perfect, real data. This is like the driver stopping to check the GPS and confirm the road ahead.
  2. The Estimate (The Shortcut): For the steps in between, the AI doesn't do the heavy lifting. Instead, it uses the "Forward" math guess and the "Sideways" reuse to instantly figure out the next step.
  3. The Result: The AI skips the heavy work 2 to 3 times faster than before.

Why It's Better

The paper tested this on three different AI models (Flux, Qwen-Image, and Wan2.1) for creating images and videos.

  • Speed: It made the AI 2 to 3 times faster. For example, an image that took 12 seconds to make was done in about 4 seconds.
  • Quality: Because VDE calculates the movement based on the current input (the actual road the car is on right now) rather than an old, static map, the pictures look almost identical to the slow, high-quality version.
  • The Comparison: Other methods that just "reuse" old parts often result in blurry or broken images (like a stretched-out face or a melted texture). VDE keeps the details sharp.

In a Nutshell

The paper claims that by breaking the AI's movement into a "predictable forward part" and a "stable sideways part," we can stop the AI from doing unnecessary heavy calculations. Instead of blindly copying old work, the AI uses smart, lightweight math to guess the next step, allowing it to create high-quality images and videos in a fraction of the time.

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 →