← Latest papers
💻 computer science

minWM: A Full-Stack Open-Source Framework for Real-Time Interactive Video World Models

The paper introduces minWM, a full-stack open-source framework that transforms existing bidirectional video foundation models into real-time, camera-controllable, few-step autoregressive world models through a comprehensive pipeline of fine-tuning, causal forcing training, and distillation.

Original authors: Min Zhao, Hongzhou Zhu, Bokai Yan, Zihan Zhou, Yimin Chen, Wenqiang Sun, Kaiwen Zheng, Guande He, Xiao Yang, Chongxuan Li, Fan Bao, Jun Zhu

Published 2026-05-29
📖 5 min read🧠 Deep dive

Original authors: Min Zhao, Hongzhou Zhu, Bokai Yan, Zihan Zhou, Yimin Chen, Wenqiang Sun, Kaiwen Zheng, Guande He, Xiao Yang, Chongxuan Li, Fan Bao, Jun Zhu

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 have a brilliant, high-end movie director (a Video Foundation Model) who can create stunning, high-quality films based on a script. However, this director works very slowly: they plan the entire movie scene-by-scene before showing you a single frame. If you want to change the camera angle halfway through, they have to stop, re-plan the whole movie, and start over. This is great for making a polished film, but terrible for a video game or a live chat where you need instant reactions.

minWM is a new "training camp" and "toolkit" designed to turn this slow, perfectionist director into a real-time interactive director who can react to your commands instantly, without losing their artistic quality.

Here is how minWM works, broken down into simple steps:

1. The Problem: The "Slow Director"

Current video AI models are like the slow director. They are amazing at making beautiful videos, but they are bidirectional. This means they look at the beginning, middle, and end of a video all at once to ensure everything fits perfectly.

  • The Issue: If you want to move the camera or change the scene in real-time, this model can't do it quickly. It takes too long to "think" about the whole video before showing you the first frame.

2. The Solution: The minWM "Training Camp"

minWM is a full-stack framework (a complete set of tools) that takes an existing slow director and trains them to become a fast, interactive performer. It does this in two main phases:

Phase 1: Learning to Move the Camera (The "Camera Control" Lesson)

First, the framework teaches the slow director how to follow specific camera instructions.

  • The Analogy: Imagine teaching the director to hold a camera on a gimbal. Instead of just guessing where the camera should be, they learn to follow a precise path you draw for them.
  • How: The team uses a special technique called PRoPE. Think of this as giving the director a pair of "smart glasses" that understand exactly where the camera is in 3D space. They practice on videos where the camera movement is perfectly known (like a 3D animation), so the director learns the exact relationship between "move left" and "the view shifts left."

Phase 2: Speeding Up the Process (The "Distillation" Lesson)

Now that the director can follow camera moves, they are still too slow. They still plan the whole movie before showing a frame. minWM uses a technique called Causal Forcing to speed them up.

  • The Analogy: Imagine a student (the new fast model) sitting next to a master teacher (the slow, high-quality model).
    1. Teacher Forcing: The student learns to write the story one sentence at a time (frame by frame) instead of planning the whole book at once. This makes them faster.
    2. The "Cheat Sheet" (Distillation): To make the student even faster, they are trained to skip steps. Instead of taking 50 small steps to draw a picture, they learn to do it in just 4 big, confident strokes.
    3. The Safety Net (Asymmetric DMD): There's a risk that by speeding up, the student might start drawing messy pictures. To fix this, the student occasionally checks their work against the original master teacher. If the student's fast drawing looks a bit off, the teacher gently corrects them, ensuring the final result is still high-quality.

3. The Results: From "Cinema" to "Video Game"

The paper shows that this process works incredibly well:

  • Speed: The new models are 200+ times faster at showing the first frame than the original slow models.
    • Before: You wait over 10 seconds to see the first frame.
    • After: You see the first frame in about 1 second.
  • Control: The fast models can still follow your camera commands perfectly. You can tell the video to "pan left" or "zoom in," and it happens instantly.
  • Flexibility: The team tested this on two different types of "directors" (the Wan2.1 and HY1.5 models) and it worked for both, proving the method is a universal toolkit, not just a one-time fix.

4. Important Lessons Learned (The "Ablation Studies")

The paper also shares some practical tips they discovered while building this, which are like "rules of thumb" for anyone trying to do this:

  • Good Data is Key: You can't just teach the director with blurry, guessed camera movements. You need "ground truth" data—videos where the camera path is mathematically perfect (like 3D reconstructions). If you use messy data, the director gets confused.
  • Practice Makes Perfect: The director needs to train for a while (around 8,000 steps) before they truly understand how to move the camera. If you stop too early, they won't listen to your commands.
  • Don't Skimp on the Class Size: You need a decent number of examples (a "batch size") for the director to learn. If the class is too small (fewer than 4 examples), they fail to learn the camera moves.

Summary

minWM is an open-source recipe that takes a high-quality, slow video AI and transforms it into a real-time, interactive video engine. It teaches the AI to follow camera commands and then speeds it up so it can generate video as you watch, making it possible to build interactive video worlds (like video games or live simulations) that were previously impossible with standard video AI.

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 →