Scaling Reinforcement Learning for Diffusion Models via Velocity Matching
This paper introduces Reward-based Velocity Matching (RVM), a simple and computationally efficient trajectory-free framework that directly optimizes the velocity field of diffusion models for reward fine-tuning, outperforming existing likelihood-based policy-gradient methods while offering a unified perspective on recent approaches and enabling improved dynamic rewards for video generation.
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
In the rapidly evolving world of artificial intelligence, a specific class of computer programs has emerged that can create stunning images and realistic videos from simple text descriptions. These systems, known as diffusion models, work by learning to reverse a process of gradual corruption. Imagine taking a clear photograph and slowly adding static noise until it becomes unrecognizable; these models learn the mathematical path to go backward, starting from pure noise and carefully removing it step by step to reveal a coherent picture. While these tools have become incredibly powerful, teaching them to follow human preferences—such as making a video move more naturally or a picture look more beautiful—has proven difficult. Traditionally, researchers have tried to adapt methods used for language models, which rely on calculating the probability of every possible next step in a sequence. However, because image and video generation involves millions of pixels changing simultaneously, calculating these probabilities is computationally expensive and often impossible to do with perfect accuracy.
A team of researchers from Georgia Tech and NVIDIA has found a simpler, more direct way to teach these models what humans prefer. Instead of trying to calculate complex probabilities for every tiny step of the generation process, they proposed a method that focuses directly on the "velocity" of the image as it forms. In the language of these models, the system predicts how the image should change from one moment to the next to reach the final result. The researchers discovered that they could simply nudge this prediction toward directions that lead to high-quality results and push it away from directions that lead to poor ones, using a reward signal as a guide. This approach, which they call reward-based velocity matching, bypasses the need for the complicated probability calculations that have slowed down previous attempts.
The researchers tested this idea on large-scale video generation models, which are particularly expensive to train because creating a single video requires significant computing power. They compared their new method against existing techniques that rely on tracking the entire path of the video's creation. The results were striking: their simpler method produced videos that were not only better in quality but also required a fraction of the computing time. In one specific test using a model called Wan2.1, their approach achieved the highest overall quality scores while using only about one-twelfth of the training time required by the previous best methods. This suggests that the complexity of the old methods was unnecessary; the key to improvement lay not in refining the mathematical machinery of probability, but in how the reward signals were designed and applied.
A critical part of their discovery involved understanding what the models were actually optimizing. The researchers found that standard rewards, which often focus on visual clarity or how well the video matches a text description, could inadvertently encourage the model to produce static, unmoving images that looked clean but were boring. To fix this, they introduced a new type of reward that specifically tracked motion, ensuring the video contained meaningful movement. When they added this motion-focused reward to their system, the videos became significantly more dynamic without losing their visual quality. This finding highlights that for these powerful models, the most important factor is not the complexity of the training algorithm, but the clarity and specificity of the goals set for the machine.
The study also revealed that the specific mathematical formula used to update the model matters less than previously thought. The researchers showed that their new method was mathematically equivalent to several other recent approaches, meaning that the differences in performance between those methods were likely due to how they set up their rewards rather than the core algorithm itself. By stripping away the unnecessary layers of probability estimation, they demonstrated that a direct, velocity-based update is sufficient to guide the model toward better results. This simplification opens the door for more efficient training, allowing researchers to iterate faster and potentially scale these technologies to even more complex tasks without being bottlenecked by computational costs.
Ultimately, this work suggests a shift in how we think about training generative AI. Rather than treating the problem as a complex puzzle of probability estimation, the researchers showed it is better viewed as a direct alignment of the model's internal direction with human preferences. The success of their method, which achieved superior results with dramatically reduced resources, indicates that the future of efficient AI training may lie in simpler, more direct feedback loops. As these models continue to grow in size and capability, the ability to fine-tune them quickly and effectively will be essential, and this new approach offers a clear, practical path forward for making artificial intelligence more responsive to human needs.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.