Context Forcing: Consistent Autoregressive Video Generation with Long Context
Abstract
Lay Summary
AI can now generate video in real time, but these systems tend to forget what they created moments earlier, so over a long clip, faces, objects, and backgrounds slowly drift and stop matching up. The cause lies in how the AI is trained: one model (the "student") learns to produce long videos by imitating a second model (the "teacher"), yet the teacher can only watch a few seconds at a time and remembers nothing before that. A teacher with no memory simply cannot teach the student to stay consistent over the long run. We fix this by giving the teacher a memory. Our method, Context Forcing, lets the teacher see the entire video generated so far, so it can properly guide the student to stay consistent over time. To keep this practical for videos up to two minutes long, we add a memory system that keeps recent moments in sharp detail while compressing older ones and discarding redundant information. The result is video that stays coherent over much longer stretches, roughly six to ten times longer than the best existing methods. Characters and scenes hold together from start to finish.