← Latest papers
💻 computer science

End-to-End Training for Autoregressive Video Diffusion via Self-Resampling

This paper introduces Resampling Forcing, a teacher-free, end-to-end training framework for autoregressive video diffusion models that utilizes self-resampling to mitigate exposure bias and history routing to enable efficient, temporally consistent long-horizon generation.

Original authors: Yuwei Guo, Ceyuan Yang, Hao He, Yang Zhao, Meng Wei, Zhenheng Yang, Weilin Huang, Dahua Lin

Published 2026-07-02
📖 5 min read🧠 Deep dive

Original authors: Yuwei Guo, Ceyuan Yang, Hao He, Yang Zhao, Meng Wei, Zhenheng Yang, Weilin Huang, Dahua Lin

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

The Big Picture: Teaching a Movie Maker to Handle Mistakes

Imagine you are training a robot to make a movie, one frame at a time. The robot looks at the previous scene, imagines what happens next, and draws that new frame. It repeats this over and over to create a long video.

The problem is Exposure Bias.

  • During Training: The teacher shows the robot the perfect previous frames (like showing a student the answer key). The robot learns to draw the next frame based on perfection.
  • During the Movie (Inference): The robot has to draw the next frame based on its own previous drawing. Since its drawings aren't perfect, tiny mistakes happen. Because the robot was only trained on perfection, it doesn't know how to handle these small errors. The mistakes pile up, like a snowball rolling down a hill, until the video collapses into gibberish.

Previous solutions tried to fix this by hiring a "super-teacher" (a massive, complex model) to correct the robot's mistakes after the fact, or by using a judge (discriminator) to critique the work. These methods are expensive, slow, and require extra models.

This paper proposes a new way: Instead of hiring a super-teacher, we teach the robot to practice on imperfect conditions from day one.


The Core Innovation: "Self-Resampling" (The "Practice with a Blurred Lens" Analogy)

The authors call their method Resampling Forcing. Here is how it works, broken down into two main tricks:

1. The "Blurred Lens" Training (Simulating Errors)

In traditional training, the robot sees a crystal-clear history. In this new method, the training process intentionally "blurs" the history before the robot tries to predict the next frame.

  • The Analogy: Imagine a painter learning to paint a landscape. Usually, they look at a perfect photo of the mountains. In this new method, the teacher takes the perfect photo, smears it slightly with a finger (simulating a mistake), and asks the painter to finish the painting based on that smeared photo.
  • How it works: The computer takes the "perfect" previous frames, adds a little bit of digital noise (corruption), and then uses the robot's own current brain to "clean it up" just enough to make a new, slightly imperfect version. The robot then has to predict the next frame based on this slightly imperfect version.
  • The Result: The robot learns to be robust. It learns that "Hey, the past might look a little weird, but I can still figure out what comes next." This stops the snowball of errors from growing out of control.

2. The "Smart Librarian" (History Routing)

As the video gets longer, the robot has to remember more and more frames. If it tries to look at every single previous frame to decide what to draw next, it gets overwhelmed (like trying to read every book in a library to write one sentence). This is slow and memory-heavy.

  • The Analogy: Imagine a librarian who needs to write a story based on the last 1,000 books. Instead of reading all 1,000, the librarian has a magical index card. When asked for the next chapter, the card instantly points to the top 5 most relevant books from the past.
  • How it works: The paper introduces a "History Routing" system. Instead of looking at the whole history, the robot dynamically picks the top few (e.g., top 5) most important past frames to focus on.
  • The Result: The robot stays fast and doesn't run out of memory, even when making very long videos, without losing the ability to keep the story consistent.

Why This is Better (The "Native Training" Advantage)

Many other methods try to fix the problem after the model is trained (Post-training). They train a model, then try to "distill" (compress) knowledge from a giant, perfect model into the smaller one.

  • The Paper's Claim: This is like trying to teach a student to drive by having them watch a professional driver, then handing them the keys. It's hard to transfer that skill perfectly.
  • The New Way: This paper trains the model from scratch (End-to-End) using the "Blurred Lens" method. The model learns to handle mistakes while it is learning to draw.
  • The Outcome: The resulting model creates longer, more stable videos than the "distilled" ones. It doesn't need a giant teacher model to exist first, making it cheaper and easier to train.

Summary of Results

  • Long Videos: The model can generate 15-second videos (and potentially longer) without the quality falling apart, whereas other methods start to look blurry or weird after a few seconds.
  • Physics: The videos obey the laws of physics better. For example, if a cup is being filled with water, the water level goes up consistently. Other methods might make the water level go up and then down randomly because they lost track of the "cause and effect."
  • Efficiency: By only looking at the "top 5" past frames (instead of all of them), the model runs much faster and uses less computer memory, with almost no loss in quality.

In a Nutshell

This paper teaches video AI to be resilient. Instead of hiding it from mistakes during training, they intentionally give it messy, imperfect history to practice on. This way, when it has to make a real movie, it knows exactly how to handle its own small errors without the whole video falling apart. Plus, it uses a "smart librarian" trick to stay fast even when the movie gets very long.

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 →