Equilibrium Forcing: Adaptive Video Generation Without Noise Conditioning
This paper introduces Equilibrium Forcing (EqF), a novel framework for autoregressive video generation that eliminates noise level conditioning to decouple denoising learning from sampling, thereby enabling adaptive, closed-loop inference that significantly improves video quality and consistency compared to standard methods.
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
Creating a video that plays out over time, frame by frame, is one of the most demanding tasks for artificial intelligence. It requires a model to not only generate a single image but to imagine a sequence where every new frame follows logically from the last, maintaining a consistent world, lighting, and motion. This is the realm of autoregressive video generation, a technology that powers everything from interactive simulations to the next generation of digital storytelling. For years, the most successful methods for this task have relied on a specific, rigid strategy: they start with pure static noise and gradually remove it, step by step, to reveal the final image. To keep this process stable, these systems have traditionally been forced to follow a strict, pre-written schedule, telling the computer exactly how much noise to remove at every single moment, regardless of what the image actually looks like at that moment.
A team of researchers from UC San Diego, MIT, and Harvard University has challenged this long-held assumption. They propose that forcing a computer to follow a fixed script is actually the source of many errors, especially when generating long videos. In their new work, they introduce a method called Equilibrium Forcing. Instead of following a rigid schedule, their system learns to listen to the image it is currently creating. It estimates how much noise remains in the picture based on what it sees, and then adjusts its next move accordingly. This creates a closed loop where the generation process adapts to its own progress, much like a driver adjusting their speed based on the road ahead rather than sticking to a pre-set speed limit. The result is a system that produces longer, more consistent videos with fewer errors than previous methods.
The core problem the researchers identified is that the old way of generating video creates a mismatch between the plan and the reality. In standard methods, the computer is told to remove a specific amount of noise at step one, then a different amount at step two, and so on. This schedule is fixed before the video generation even begins. However, as the computer generates frames, small errors inevitably creep in. The image it is working on might not have the exact amount of noise the schedule predicted. Because the computer blindly follows the schedule, it continues to apply the wrong amount of correction, causing the errors to pile up. Over a long video, this divergence becomes severe, leading to flickering, distorted shapes, or a complete breakdown of the scene's logic. The researchers found that this gap between the scheduled noise level and the actual noise level in the image grows larger with every frame, eventually ruining the quality of the generation.
To solve this, the team developed a framework that removes the noise schedule entirely. They trained a new type of model that does not need to be told how much noise is present. Instead, the model learns a single, unified way to clean up an image, regardless of how noisy it is. During the generation process, the model looks at the current image and internally estimates how much noise is left. It then uses this estimate to decide how much to change the image in the next step. This allows the system to operate in a closed loop, constantly checking its own progress and adjusting its speed and direction. If the image is still very noisy, it takes a larger step; if it is nearly clean, it takes a smaller, more careful step. This flexibility prevents the errors from accumulating, allowing the video to stay stable for hundreds of frames.
The researchers tested this approach on several challenging datasets, including videos of a robot arm performing tasks, tours of real estate properties, and gameplay footage from the video game Minecraft. In every case, their new method outperformed the standard approaches. On the Minecraft dataset, for example, the new system generated 300-frame sequences with significantly higher visual quality and consistency than the previous best methods. The improvement was particularly noticeable in long sequences where the old methods would typically start to degrade. The researchers also showed that this new method works even when applied to very large, pre-existing models. By taking a massive video model that was originally trained with the old, rigid schedule and simply retraining it with their new, flexible objective, they were able to unlock the same high-quality, adaptive behavior without needing to build a new model from scratch.
A key part of this success is the ability to adapt the generation process to the available computing power. Because the system knows how much noise is left in the image, it can decide to stop generating early if the image is already clean enough, or speed up the process if there is a lot of noise to remove. This "budget-adaptive" capability means the system can produce high-quality videos even when given fewer computing resources, making the technology more practical for real-world applications. The researchers also demonstrated that this method allows the system to recover from mistakes more effectively. If the system generates a frame that is slightly off, it can detect the error and correct it in the next step, rather than being forced to continue down a flawed path dictated by a pre-set schedule.
The findings suggest that the rigid schedules that have dominated video generation for years are not necessary for stability. In fact, they may be the very thing that limits the quality and length of the videos we can create. By letting the model listen to its own progress and adapt in real time, the researchers have opened a new path for creating longer, more coherent, and more reliable video content. This shift from a fixed, open-loop process to a flexible, closed-loop one represents a fundamental change in how we think about teaching machines to imagine the future. It moves the field away from following a script and toward a more dynamic, responsive form of creation, where the computer learns to navigate the complex landscape of video generation on its own terms.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.