pith. sign in

arxiv: 2602.02214 · v3 · pith:77QS24PVnew · submitted 2026-02-02 · 💻 cs.CV

Causal Forcing: Autoregressive Diffusion Distillation Done Right for High-Quality Real-Time Interactive Video Generation

Pith reviewed 2026-05-22 11:42 UTC · model grok-4.3

classification 💻 cs.CV
keywords autoregressive video generationdiffusion distillationcausal attentionreal-time interactive videoODE initializationDMD procedureSelf Forcing
0
0 comments X

The pith

Causal Forcing uses an autoregressive teacher for ODE initialization to recover the teacher's flow map when distilling into causal video models.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper shows that distilling bidirectional video diffusion models into autoregressive students creates an architectural mismatch because bidirectional teachers violate frame-level injectivity under the PF-ODE. This forces the student toward a conditional-expectation solution rather than the desired flow map. Causal Forcing fixes the initialization step by switching to an autoregressive teacher before running the same DMD procedure used in prior work. The resulting models generate higher-quality real-time interactive video. A sympathetic reader cares because the change directly improves metrics that matter for dynamic, instruction-following video without changing the downstream training loop.

Core claim

By initializing the autoregressive student via ODE distillation from an autoregressive teacher, Causal Forcing satisfies the frame-level injectivity condition that bidirectional teachers violate, thereby recovering the teacher's flow map rather than converging to a conditional-expectation solution, after which the DMD procedure produces superior few-step causal video generators.

What carries the argument

Causal Forcing, which replaces the bidirectional teacher with an autoregressive teacher solely for the ODE initialization step to enforce injectivity before applying DMD.

If this is right

  • Autoregressive video generators distilled this way outperform prior Self Forcing baselines on dynamic degree, vision reward, and instruction following.
  • Causal attention can replace full attention in the student without the performance penalty previously observed.
  • Real-time interactive video generation becomes viable at higher visual and temporal fidelity.
  • The same two-stage recipe (AR-teacher ODE init followed by DMD) applies to other diffusion-based sequence models.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The technique may extend to distilling other teacher-student pairs that differ in causality or attention scope.
  • Longer video sequences or higher frame rates could be tested to check whether the injectivity benefit persists.
  • Interactive applications such as live editing or simulation may see reduced latency once the distilled models run at full speed.
  • Combining Causal Forcing with additional compression steps could push generation toward sub-frame latency.

Load-bearing premise

An autoregressive teacher produces frame-level injectivity under the PF-ODE so that the flow map can be recovered.

What would settle it

A controlled comparison in which an autoregressive teacher for ODE initialization yields equal or worse final AR student quality than a bidirectional teacher on the same downstream DMD stage would falsify the central claim.

Figures

Figures reproduced from arXiv: 2602.02214 by Chongxuan Li, Guande He, Hang Su, Hongzhou Zhu, Jun Zhu, Min Zhao.

Figure 1
Figure 1. Figure 1: Limitations of existing methods. While distilling from the same bidirectional base model, SOTA autoregressive diffusion distillation methods like Self-Forcing still lag significantly behind standard DMD, which distills a bidirectional student. frames. This violation of frame-level injectivity results in blurred and inconsistent video generation. Building on the above analysis, we propose Causal Forcing, wh… view at source ↗
Figure 2
Figure 2. Figure 2: DMD fails to bridge the architectural gap. Initializing the autoregressive student with standard DMD removes the sampling￾step gap and isolates the architectural gap, yet still underperforms standard DMD. This indicates that the architectural gap cannot be resolved by the DMD stage and should instead be addressed during the preceding ODE initialization. to x0 <i. In contrast, DF targets the noisy-condition… view at source ↗
Figure 3
Figure 3. Figure 3: Necessary principle for ODE initialization and why Self Forcing is flawed. ODE distillation requires injective paired data. (a) Standard ODE distillation, which distills a bidirectional teacher to a bidirectional student, satisfies this requirement at the video level. (b) For an AR student, injectivity must hold at the frame level: each noisy frame maps to a unique clean frame via the PF-ODE of the AR teac… view at source ↗
Figure 4
Figure 4. Figure 4: TF vs. DF in AR diffusion training. Contrary to common belief, DF leads to video collapse due to the training￾inference gap, whereas TF produces higher visual quality. 3.3. Causal Forcing Building on the above analysis, bridging the architectural gap requires ODE distillation to satisfy the frame-level in￾jectivity condition in Eq. (4), which in turn requires an autoregressive diffusion model as the teache… view at source ↗
Figure 5
Figure 5. Figure 5: Performance comparison between Self Forcing (SF) and ours. DMD with Self Forcing’s ODE initialization shows weaker dynamics and artifacts, whereas with causal ODE initial￾ization, it achieves stronger dynamics with higher visual fidelity. 4. Experiments 4.1. Setup Implementation details. Following Self Forcing (Huang et al., 2025a), we adopt Wan2.1-T2V-1.3B (Wan et al., 2025) as our base model to fine-tune… view at source ↗
Figure 6
Figure 6. Figure 6: Qualitative comparisons with existing methods. Our method achieves substantially higher dynamics and better visual quality than existing distilled autoregressive video models (Causvid and Self Forcing), while matching or even surpassing bidirectional diffusion models (Wan2.1). More video demos and all the prompts used in this paper are provided in the supplementary materials. sulting model initializes asym… view at source ↗
Figure 7
Figure 7. Figure 7: Performance comparison with 4-step generation before the DMD stage. Without having reached the DMD stage yet, we directly compare the 4-step generation of the autoregressive diffusion model with the 4-step generation of the causal ODE-distilled model. Autoregressive diffusion exhibits inter-frame abrupt changes, indicating suboptimal causality under 4 steps, whereas the causal ODE–distilled model remains m… view at source ↗
Figure 8
Figure 8. Figure 8: Performance comparison of DMD with different initialization. DMD with Self Forcing’s ODE initialization shows weak dynamics and abrupt artifacts. Initializing with TF-trained autoregressive diffusion brings a large improvement but still exhibits abrupt changes (e.g., two red flowers turning into one), whereas causal ODE initialization yields the highest quality and the most stable results. 17 [PITH_FULL_I… view at source ↗
Figure 9
Figure 9. Figure 9: Student initialization is not the bottleneck of ODE distillation. With causal ODE distillation, the student with a bidirectional initial model achieves similar performance to that with a causal initial model, both better than Self Forcing’s ODE distillation. C.3. Causal ODE Distillation from Bidirectional Initial Model Recall from Sec. 3.2 that we claim that we should adopt causal ODE distillation rather t… view at source ↗
Figure 10
Figure 10. Figure 10: Comparison between asymmetric CD and causal CD. Asymmetric CD appears highly blurry and exhibits abrupt artifacts, whereas causal CD results remain much better quality and more stable. model vθ, an x0-prediction form for Gθ already satisfies the required boundary conditions, without any additional design: Gθ(x i , x <i gt , t) = x i − tvθ(x i , x <i gt , t). (31) This simplified design may not be optimal … view at source ↗
read the original abstract

To achieve real-time interactive video generation, current methods distill pretrained bidirectional video diffusion models into few-step autoregressive (AR) models, facing an architectural gap when full attention is replaced by causal attention. However, existing approaches do not bridge this gap theoretically. They initialize the AR student via ODE distillation, which requires frame-level injectivity, where each noisy frame must map to a unique clean frame under the PF-ODE of an AR teacher. Distilling an AR student from a bidirectional teacher violates this condition, preventing recovery of the teacher's flow map and instead inducing a conditional-expectation solution, which degrades performance. To address this issue, we propose Causal Forcing, which uses an autoregressive teacher for ODE initialization to bridge the architectural gap, and then applies the same DMD procedure as in Self Forcing. Empirical results show that our method outperforms all baselines across all metrics, surpassing the SOTA Self Forcing by 19.3\% in Dynamic Degree, 8.7\% in VisionReward, and 16.7\% in Instruction Following. Project page: \href{https://thu-ml.github.io/CausalForcing.github.io/}{https://thu-ml.github.io/CausalForcing.github.io/}; the code: \href{https://github.com/thu-ml/Causal-Forcing}{https://github.com/thu-ml/Causal-Forcing}.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 1 minor

Summary. The manuscript introduces Causal Forcing to distill pretrained bidirectional video diffusion models into few-step autoregressive models for real-time interactive video generation. It identifies an architectural gap arising from replacing full attention with causal attention and proposes using an autoregressive teacher for ODE initialization to satisfy frame-level injectivity under the PF-ODE (allowing recovery of the teacher's flow map rather than a conditional-expectation solution), followed by the DMD procedure from Self Forcing. Empirical results claim outperformance over all baselines, including gains of 19.3% in Dynamic Degree, 8.7% in VisionReward, and 16.7% in Instruction Following relative to Self Forcing.

Significance. If the frame-level injectivity assumption holds, the work supplies a mechanistically motivated fix for the bidirectional-to-autoregressive distillation gap and reports concrete metric improvements in dynamic content and instruction adherence. The public release of code and a project page is a clear strength for reproducibility and follow-up work.

major comments (1)
  1. Abstract: the central mechanistic claim is that 'frame-level injectivity' holds under the PF-ODE for an autoregressive teacher (due to causal attention) but is violated by bidirectional teachers (due to future context). No formal argument, injectivity proof, or numerical verification (e.g., checking uniqueness of the noisy-to-clean mapping on held-out frames) is supplied. This assumption is load-bearing for attributing the reported gains to flow-map recovery rather than to other factors such as training schedule or initialization details.
minor comments (1)
  1. The abstract reports specific percentage improvements but does not indicate whether they are averaged over multiple seeds or include error bars; adding this information would strengthen the empirical section.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for the detailed and constructive review. We appreciate the recognition of the mechanistic motivation and the value of our public code release. We address the major comment below.

read point-by-point responses
  1. Referee: Abstract: the central mechanistic claim is that 'frame-level injectivity' holds under the PF-ODE for an autoregressive teacher (due to causal attention) but is violated by bidirectional teachers (due to future context). No formal argument, injectivity proof, or numerical verification (e.g., checking uniqueness of the noisy-to-clean mapping on held-out frames) is supplied. This assumption is load-bearing for attributing the reported gains to flow-map recovery rather than to other factors such as training schedule or initialization details.

    Authors: We agree that a more explicit justification would strengthen the manuscript. The core intuition, as stated in the paper, is that causal attention in the autoregressive teacher restricts the PF-ODE evolution of frame t to depend only on frames 1 through t. This per-frame conditioning makes the mapping from a noisy frame to its clean counterpart unique under the teacher's flow, satisfying frame-level injectivity. Bidirectional attention, by contrast, allows future-frame information to influence the ODE trajectory of earlier frames, rendering the per-frame mapping non-injective and yielding a conditional-expectation solution instead of the teacher's flow map. While the initial submission relied on this architectural reasoning without a formal injectivity proof or additional numerical checks, we will add a dedicated paragraph in Section 3 together with a simple numerical verification on a low-dimensional toy diffusion model to confirm uniqueness of the noisy-to-clean mapping for causal versus bidirectional teachers. We believe these additions will better isolate the contribution of the AR-teacher initialization from other training factors; the existing ablations already show that replacing the bidirectional teacher with an autoregressive one yields the reported gains even under matched schedules. revision: partial

Circularity Check

0 steps flagged

Minor self-citation to prior DMD procedure; core AR-teacher initialization is independent

full rationale

The paper re-uses the DMD procedure from Self Forcing but introduces a distinct initialization step that relies on the stated frame-level injectivity property of autoregressive teachers under the PF-ODE. This assumption is presented as a direct consequence of causal attention lacking future context, separate from any fitted parameters or self-referential definitions within the current work. No equation or derivation reduces by construction to prior outputs of the same run, and the empirical comparisons are reported as external validation. The self-citation is not load-bearing for the novel contribution and does not trigger higher circularity.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 0 invented entities

The central claim rests on the domain assumption that an autoregressive teacher satisfies frame-level injectivity under the PF-ODE, plus the empirical claim that the resulting student outperforms baselines. No free parameters or invented entities are described in the abstract.

axioms (1)
  • domain assumption Frame-level injectivity is required for ODE distillation to recover the teacher's flow map rather than a conditional-expectation solution.
    Explicitly invoked in the abstract to explain why bidirectional-to-AR distillation fails.

pith-pipeline@v0.9.0 · 5792 in / 1252 out tokens · 50840 ms · 2026-05-22T11:42:38.845391+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 22 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Q-ARVD: Quantizing Autoregressive Video Diffusion Models

    cs.CV 2026-05 unverdicted novelty 7.0

    Q-ARVD introduces final-quality-aware frame weighting and outlier-aware adaptive dual-scale quantization to enable accurate low-bit inference for autoregressive video diffusion models.

  2. Goodbye Drift: Anchored Tree Sampling for Long-Horizon Video-to-Video Generation

    cs.CV 2026-05 unverdicted novelty 7.0

    Anchored Tree Sampling converts horizon-compounding drift into anchor-bounded drift by organizing video generation as a sparse-to-dense tree of imputations instead of left-to-right autoregressive rollout.

  3. LongLive-2.0: An NVFP4 Parallel Infrastructure for Long Video Generation

    cs.CV 2026-05 unverdicted novelty 7.0

    LongLive-2.0 delivers an NVFP4 parallel infrastructure that enables direct training of long multi-shot autoregressive diffusion video models and achieves up to 2.15x training and 1.84x inference speedups on Blackwell ...

  4. CausalCine: Real-Time Autoregressive Generation for Multi-Shot Video Narratives

    cs.CV 2026-05 unverdicted novelty 7.0

    CausalCine enables real-time causal autoregressive multi-shot video generation via multi-shot training, content-aware memory routing for coherence, and distillation to few-step inference.

  5. HorizonDrive: Self-Corrective Autoregressive World Model for Long-horizon Driving Simulation

    cs.CV 2026-05 conditional novelty 7.0

    HorizonDrive enables stable long-horizon autoregressive driving simulation via anti-drifting teacher training with scheduled rollout recovery and teacher rollout distillation.

  6. MultiWorld: Scalable Multi-Agent Multi-View Video World Models

    cs.CV 2026-04 unverdicted novelty 7.0

    MultiWorld is a scalable framework for multi-agent multi-view video world models that improves controllability and consistency over single-agent baselines in game and robot tasks.

  7. Efficient Video Diffusion Models: Advancements and Challenges

    cs.CV 2026-04 unverdicted novelty 7.0

    A survey that groups efficient video diffusion methods into four paradigms—step distillation, efficient attention, model compression, and cache/trajectory optimization—and outlines open challenges for practical use.

  8. WorldKV: Efficient World Memory with World Retrieval and Compression

    cs.CV 2026-05 unverdicted novelty 6.0

    WorldKV enables persistent world memory in autoregressive video diffusion models by selectively retrieving and compressing KV-cache chunks, matching full-cache fidelity at roughly twice the throughput without training.

  9. DySink: Dynamic Frame Sinks for Autoregressive Long Video Generation

    cs.CV 2026-05 unverdicted novelty 6.0

    DySink uses adaptive retrieval of relevant historical frames plus a sink anomaly gate to improve dynamic degree and temporal quality in minute-long autoregressive video generation.

  10. Xiaomi EV World Model: A Joint World Model Integrating Reconstruction and Generation for Autonomous Driving

    cs.CV 2026-05 unverdicted novelty 6.0

    Xiaomi EV World Model integrates WorldRec for sparse-query 3D Gaussian reconstruction and WorldGen for fast causal video generation via bidirectional pretraining and causal fine-tuning to support autonomous driving si...

  11. FashionChameleon: Towards Real-Time and Interactive Human-Garment Video Customization

    cs.CV 2026-05 unverdicted novelty 6.0

    FashionChameleon achieves interactive multi-garment video customization in real time by training a teacher model with in-context learning on single-garment pairs, applying streaming distillation, and using training-fr...

  12. PhyMotion: Structured 3D Motion Reward for Physics-Grounded Human Video Generation

    cs.CV 2026-05 conditional novelty 6.0

    PhyMotion scores generated human videos by grounding recovered 3D poses in a physics simulator across kinematic, contact, and dynamic axes, yielding stronger human correlation and larger RL post-training gains than pr...

  13. Pyramid Forcing: Head-Aware Pyramid KV Cache Policy for High-Quality Long Video Generation

    cs.CV 2026-05 unverdicted novelty 6.0

    Pyramid Forcing classifies attention heads into Anchor, Wave, and Veil types and applies type-specific KV cache policies to improve long-horizon autoregressive video generation quality.

  14. Forcing-KV: Hybrid KV Cache Compression for Efficient Autoregressive Video Diffusion Models

    cs.CV 2026-05 unverdicted novelty 6.0

    Forcing-KV applies head-specific static and dynamic pruning to KV caches in AR video diffusion models, achieving over 29 fps, 30% memory reduction, and up to 2.82x speedup at maintained quality.

  15. Human Cognition in Machines: A Unified Perspective of World Models

    cs.RO 2026-04 unverdicted novelty 6.0

    The paper introduces a unified framework for world models that fully incorporates all cognitive functions from Cognitive Architecture Theory, highlights under-researched areas in motivation and meta-cognition, and pro...

  16. Long-Horizon Streaming Video Generation via Hybrid Attention with Decoupled Distillation

    cs.CV 2026-04 conditional novelty 6.0

    Hybrid Forcing combines linear temporal attention for long-range retention, block-sparse attention for efficiency, and decoupled distillation to achieve real-time unbounded 832x480 streaming video generation at 29.5 FPS.

  17. Salt: Self-Consistent Distribution Matching with Cache-Aware Training for Fast Video Generation

    cs.CV 2026-04 unverdicted novelty 6.0

    Salt improves low-step video generation quality by adding endpoint-consistent regularization to distribution matching distillation and using cache-conditioned feature alignment for autoregressive models.

  18. Video Generation Models as World Models: Efficient Paradigms, Architectures and Algorithms

    eess.IV 2026-03 unverdicted novelty 6.0

    Video generation models can function as world simulators if efficiency gaps in spatiotemporal modeling are bridged via organized paradigms, architectures, and algorithms.

  19. One Sentence, One Drama: Personalized Short-Form Drama Generation via Multi-Agent Systems

    cs.CV 2026-05 unverdicted novelty 5.0

    A hierarchical multi-agent framework converts a single sentence into a short drama using debate-based scripting, 3D-grounded first frames for spatial consistency, and multi-stage reviewer loops.

  20. Focused Forcing: Content-Aware Per-Frame KV Selection for Efficient Autoregressive Video Diffusion

    cs.CV 2026-05 unverdicted novelty 5.0

    Focused Forcing is a training-free per-frame KV selection method that combines attention scores with diversity metrics and head-importance estimation to accelerate autoregressive video diffusion up to 1.48x while impr...

  21. A Systematic Post-Train Framework for Video Generation

    cs.CV 2026-04 unverdicted novelty 5.0

    A post-training pipeline for video generation models combines SFT, RLHF with novel GRPO, prompt enhancement, and inference optimization to improve visual quality, temporal coherence, and instruction following.

  22. Matrix-Game 3.0: Real-Time and Streaming Interactive World Model with Long-Horizon Memory

    cs.CV 2026-04 unverdicted novelty 4.0

    Matrix-Game 3.0 delivers 720p real-time video generation at 40 FPS with minute-scale memory consistency by combining residual self-correction training, camera-aware memory injection, and DMD-based autoregressive disti...

Reference graph

Works this paper leans on

58 extracted references · 58 canonical work pages · cited by 22 Pith papers · 32 internal anchors

  1. [1]

    Vidu: a highly consistent, dynamic and skilled text-to-video generator with diffusion models.arXiv preprint arXiv:2405.04233,

    Bao, F., Xiang, C., Yue, G., He, G., Zhu, H., Zheng, K., Zhao, M., Liu, S., Wang, Y ., and Zhu, J. Vidu: a highly consistent, dynamic and skilled text-to-video generator with diffusion models.arXiv preprint arXiv:2405.04233,

  2. [2]

    Stable Video Diffusion: Scaling Latent Video Diffusion Models to Large Datasets

    Blattmann, A., Dockhorn, T., Kulal, S., Mendelevitch, D., Kilian, M., Lorenz, D., Levi, Y ., English, Z., V oleti, V ., Letts, A., et al. Stable video diffusion: Scaling latent video diffusion models to large datasets.arXiv preprint arXiv:2311.15127, 2023a. Blattmann, A., Rombach, R., Ling, H., Dockhorn, T., Kim, S. W., Fidler, S., and Kreis, K. Align you...

  3. [3]

    SkyReels-V2: Infinite-length Film Generative Model

    Chen, G., Lin, D., Yang, J., Lin, C., Zhu, J., Fan, M., Zhang, H., Chen, S., Chen, Z., Ma, C., et al. Skyreels- v2: Infinite-length film generative model.arXiv preprint arXiv:2504.13074,

  4. [4]

    VideoCrafter1: Open Diffusion Models for High-Quality Video Generation

    Chen, H., Xia, M., He, Y ., Zhang, Y ., Cun, X., Yang, S., Xing, J., Liu, Y ., Chen, Q., Wang, X., et al. Videocrafter1: Open diffusion models for high-quality video generation. arXiv preprint arXiv:2310.19512,

  5. [5]

    Self-Forcing++: Towards Minute-Scale High-Quality Video Generation

    Cui, J., Wu, J., Li, M., Yang, T., Li, X., Wang, R., Bai, A., Ban, Y ., and Hsieh, C.-J. Self-forcing++: To- wards minute-scale high-quality video generation.arXiv preprint arXiv:2510.02283,

  6. [6]

    Autoregressive Video Generation without Vector Quantization

    Deng, H., Pan, T., Diao, H., Luo, Z., Cui, Y ., Lu, H., Shan, S., Qi, Y ., and Wang, X. Autoregressive video generation without vector quantization.arXiv preprint arXiv:2412.14169,

  7. [7]

    Vidarc: Embodied video diffusion model for closed-loop control.arXiv preprint arXiv:2512.17661,

    Feng, Y ., Xiang, C., Mao, X., Tan, H., Zhang, Z., Huang, S., Zheng, K., Liu, H., Su, H., and Zhu, J. Vidarc: Embodied video diffusion model for closed-loop control.arXiv preprint arXiv:2512.17661,

  8. [8]

    Geng, Z., Pokle, A., Luo, W., Lin, J., and Kolter, J. Z. Consistency models made easy.arXiv preprint arXiv:2406.14548,

  9. [9]

    Mean Flows for One-step Generative Modeling

    Geng, Z., Deng, M., Bai, X., Kolter, J. Z., and He, K. Mean flows for one-step generative modeling.arXiv preprint arXiv:2505.13447,

  10. [10]

    End-to-end training for au- toregressive video diffusion via self-resampling.arXiv preprint arXiv:2512.15702,

    Guo, Y ., Yang, C., He, H., Zhao, Y ., Wei, M., Yang, Z., Huang, W., and Lin, D. End-to-end training for au- toregressive video diffusion via self-resampling.arXiv preprint arXiv:2512.15702,

  11. [11]

    LTX-Video: Realtime Video Latent Diffusion

    HaCohen, Y ., Chiprut, N., Brazowski, B., Shalem, D., Moshe, D., Richardson, E., Levin, E., Shiran, G., Zabari, N., Gordon, O., et al. Ltx-video: Realtime video latent diffusion.arXiv preprint arXiv:2501.00103,

  12. [12]

    Latent Video Diffusion Models for High-Fidelity Long Video Generation

    He, Y ., Yang, T., Zhang, Y ., Shan, Y ., and Chen, Q. La- tent video diffusion models for high-fidelity long video generation.arXiv preprint arXiv:2211.13221,

  13. [13]

    Imagen Video: High Definition Video Generation with Diffusion Models

    Ho, J., Chan, W., Saharia, C., Whang, J., Gao, R., Gritsenko, A., Kingma, D. P., Poole, B., Norouzi, M., Fleet, D. J., et al. Imagen video: High definition video generation with diffusion models.arXiv preprint arXiv:2210.02303,

  14. [14]

    CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers

    Hong, W., Ding, M., Zheng, W., Liu, X., and Tang, J. Cogvideo: Large-scale pretraining for text-to-video gener- ation via transformers.arXiv preprint arXiv:2205.15868,

  15. [15]

    Relic: Interactive video world model with long-horizon memory.arXiv preprint arXiv:2512.04040,

    Hong, Y ., Mei, Y ., Ge, C., Xu, Y ., Zhou, Y ., Bi, S., Hold- Geoffroy, Y ., Roberts, M., Fisher, M., Shechtman, E., et al. Relic: Interactive video world model with long-horizon memory.arXiv preprint arXiv:2512.04040,

  16. [16]

    Self Forcing: Bridging the Train-Test Gap in Autoregressive Video Diffusion

    Huang, X., Li, Z., He, G., Zhou, M., and Shechtman, E. Self forcing: Bridging the train-test gap in autoregressive video diffusion.arXiv preprint arXiv:2506.08009, 2025a. Huang, Y ., Guo, H., Wu, F., Zhang, S., Huang, S., Gan, Q., Liu, L., Zhao, S., Chen, E., Liu, J., et al. Live avatar: Streaming real-time audio-driven avatar generation with infinite len...

  17. [17]

    Pyramidal flow matching for efficient video generative modeling.arXiv preprint arXiv:2410.05954,

    Jin, Y ., Sun, Z., Li, N., Xu, K., Jiang, H., Zhuang, N., Huang, Q., Song, Y ., Mu, Y ., and Lin, Z. Pyramidal flow matching for efficient video generative modeling.arXiv preprint arXiv:2410.05954,

  18. [18]

    Ki, T., Jang, S., Jo, J., Yoon, J., and Hwang, S. J. Avatar forcing: Real-time interactive head avatar generation for natural conversation.arXiv preprint arXiv:2601.00664,

  19. [19]

    VideoPoet: A Large Language Model for Zero-Shot Video Generation

    Kondratyuk, D., Yu, L., Gu, X., Lezama, J., Huang, J., Schindler, G., Hornung, R., Birodkar, V ., Yan, J., Chiu, M.-C., et al. Videopoet: A large language model for zero- shot video generation.arXiv preprint arXiv:2312.14125,

  20. [20]

    HunyuanVideo: A Systematic Framework For Large Video Generative Models

    Kong, W., Tian, Q., Zhang, Z., Min, R., Dai, Z., Zhou, J., Xiong, J., Li, X., Wu, B., Zhang, J., et al. Hunyuan- video: A systematic framework for large video generative models.arXiv preprint arXiv:2412.03603,

  21. [21]

    Open-Sora Plan: Open-Source Large Video Generation Model

    Lin, B., Ge, Y ., Cheng, X., Li, Z., Zhu, B., Wang, S., He, X., Ye, Y ., Yuan, S., Chen, L., et al. Open-sora plan: Open-source large video generation model.arXiv preprint arXiv:2412.00131,

  22. [22]

    Flow Matching for Generative Modeling

    Lipman, Y ., Chen, R. T., Ben-Hamu, H., Nickel, M., and Le, M. Flow matching for generative modeling.arXiv preprint arXiv:2210.02747,

  23. [23]

    Rolling Forcing: Autoregressive Long Video Diffusion in Real Time

    Liu, K., Hu, W., Xu, J., Shan, Y ., and Lu, S. Rolling forcing: Autoregressive long video diffusion in real time.arXiv preprint arXiv:2509.25161,

  24. [24]

    Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow

    Liu, X., Gong, C., and Liu, Q. Flow straight and fast: Learning to generate and transfer data with rectified flow. arXiv preprint arXiv:2209.03003,

  25. [25]

    Simplifying, Stabilizing and Scaling Continuous-Time Consistency Models

    Lu, C. and Song, Y . Simplifying, stabilizing and scal- ing continuous-time consistency models.arXiv preprint arXiv:2410.11081,

  26. [26]

    Latent Consistency Models: Synthesizing High-Resolution Images with Few-Step Inference

    Luo, S., Tan, Y ., Huang, L., Li, J., and Zhao, H. La- tent consistency models: Synthesizing high-resolution images with few-step inference.arXiv preprint arXiv:2310.04378, 2023a. Luo, W., Hu, T., Zhang, S., Sun, J., Li, Z., and Zhang, Z. Diff-instruct: A universal approach for transferring knowledge from pre-trained diffusion models.Advances in Neural In...

  27. [27]

    Yume-1.5: A text-controlled interactive world generation model.arXiv preprint arXiv:2512.22096,

    10 Causal Forcing: Autoregressive Diffusion Distillation Done Right for High-Quality Real-Time Interactive Video Generation Mao, X., Li, Z., Li, C., Xu, X., Ying, K., He, T., Pang, J., Qiao, Y ., and Zhang, K. Yume-1.5: A text-controlled interactive world generation model.arXiv preprint arXiv:2512.22096,

  28. [28]

    R., Chen, C., and Wetzstein, G

    Po, R., Chan, E. R., Chen, C., and Wetzstein, G. Bag- ger: Backwards aggregation for mitigating drift in au- toregressive video diffusion models.arXiv preprint arXiv:2512.12080,

  29. [29]

    Movie Gen: A Cast of Media Foundation Models

    Polyak, A., Zohar, A., Brown, A., Tjandra, A., Sinha, A., Lee, A., Vyas, A., Shi, B., Ma, C.-Y ., Chuang, C.-Y ., et al. Movie gen: A cast of media foundation models.arXiv preprint arXiv:2410.13720,

  30. [30]

    Progressive Distillation for Fast Sampling of Diffusion Models

    Salimans, T. and Ho, J. Progressive distillation for fast sampling of diffusion models.arXiv preprint arXiv:2202.00512,

  31. [31]

    Motionstream: Real-time video gen- eration with interactive motion controls.arXiv preprint arXiv:2511.01266,

    Shin, J., Li, Z., Zhang, R., Zhu, J.-Y ., Park, J., Shechtman, E., and Huang, X. Motionstream: Real-time video gen- eration with interactive motion controls.arXiv preprint arXiv:2511.01266,

  32. [32]

    Make-A-Video: Text-to-Video Generation without Text-Video Data

    Singer, U., Polyak, A., Hayes, T., Yin, X., An, J., Zhang, S., Hu, Q., Yang, H., Ashual, O., Gafni, O., et al. Make-a- video: Text-to-video generation without text-video data. arXiv preprint arXiv:2209.14792,

  33. [33]

    History-Guided Video Diffusion

    Song, K., Chen, B., Simchowitz, M., Du, Y ., Tedrake, R., and Sitzmann, V . History-guided video diffusion.arXiv preprint arXiv:2502.06764,

  34. [34]

    Improved Techniques for Training Consistency Models

    Song, Y . and Dhariwal, P. Improved techniques for training consistency models.arXiv preprint arXiv:2310.14189,

  35. [35]

    Score-Based Generative Modeling through Stochastic Differential Equations

    Song, Y ., Sohl-Dickstein, J., Kingma, D. P., Kumar, A., Er- mon, S., and Poole, B. Score-based generative modeling through stochastic differential equations.arXiv preprint arXiv:2011.13456,

  36. [36]

    WorldPlay: Towards Long-Term Geometric Consistency for Real-Time Interactive World Modeling

    Sun, W., Zhang, H., Wang, H., Wu, J., Wang, Z., Wang, Z., Wang, Y ., Zhang, J., Wang, T., and Guo, C. World- play: Towards long-term geometric consistency for real-time interactive world modeling.arXiv preprint arXiv:2512.14614, 2025a. Sun, Z., Peng, Z., Ma, Y ., Chen, Y ., Zhou, Z., Zhou, Z., Zhang, G., Zhang, Y ., Zhou, Y ., Lu, Q., et al. Streama- vata...

  37. [37]

    MAGI-1: Autoregressive Video Generation at Scale

    Teng, H., Jia, H., Sun, L., Li, L., Li, M., Tang, M., Han, S., Zhang, T., Zhang, W., Luo, W., et al. Magi-1: Au- toregressive video generation at scale.arXiv preprint arXiv:2505.13211,

  38. [38]

    Wan: Open and Advanced Large-Scale Video Generative Models

    Wan, T., Wang, A., Ai, B., Wen, B., Mao, C., Xie, C.-W., Chen, D., Yu, F., Zhao, H., Yang, J., et al. Wan: Open and advanced large-scale video generative models.arXiv preprint arXiv:2503.20314,

  39. [39]

    Scal- ing autoregressive video models.arXiv preprint arXiv:1906.02634,

    Weissenborn, D., T ¨ackstr¨om, O., and Uszkoreit, J. Scal- ing autoregressive video models.arXiv preprint arXiv:1906.02634,

  40. [40]

    Godiva: Generating open- domain videos from natural descriptions.arXiv preprint arXiv:2104.14806,

    Wu, C., Huang, L., Zhang, Q., Li, B., Ji, L., Yang, F., Sapiro, G., and Duan, N. Godiva: Generating open- domain videos from natural descriptions.arXiv preprint arXiv:2104.14806,

  41. [41]

    Pack and force your memory: Long-form and consistent video generation.arXiv preprint arXiv:2510.01784,

    Wu, X., Zhang, G., Xu, Z., Zhou, Y ., Lu, Q., and He, X. Pack and force your memory: Long-form and consistent video generation.arXiv preprint arXiv:2510.01784,

  42. [42]

    Sparse videogen: Acceler- ating video diffusion transformers with spatial-temporal sparsity.arXiv preprint arXiv:2502.01776,

    Xi, H., Yang, S., Zhao, Y ., Xu, C., Li, M., Li, X., Lin, Y ., Cai, H., Zhang, J., Li, D., et al. Sparse videogen: Acceler- ating video diffusion transformers with spatial-temporal sparsity.arXiv preprint arXiv:2502.01776,

  43. [43]

    Knot forcing: Taming autoregressive video diffusion models for real-time infinite interactive portrait animation.arXiv preprint arXiv:2512.21734,

    Xiao, S., Zhang, X., Meng, D., Wang, Q., Zhang, P., and Zhang, B. Knot forcing: Taming autoregressive video diffusion models for real-time infinite interactive portrait animation.arXiv preprint arXiv:2512.21734,

  44. [44]

    VisionReward: Fine-Grained Multi-Dimensional Human Preference Learning for Image and Video Generation

    Xu, J., Huang, Y ., Cheng, J., Yang, Y ., Xu, J., Wang, Y ., Duan, W., Yang, S., Jin, Q., Li, S., et al. Visionre- ward: Fine-grained multi-dimensional human preference learning for image and video generation.arXiv preprint arXiv:2412.21059,

  45. [45]

    VideoGPT: Video Generation using VQ-VAE and Transformers

    Yan, W., Zhang, Y ., Abbeel, P., and Srinivas, A. Videogpt: Video generation using vq-vae and transformers.arXiv preprint arXiv:2104.10157,

  46. [46]

    LongLive: Real-time Interactive Long Video Generation

    Yang, S., Huang, W., Chu, R., Xiao, Y ., Zhao, Y ., Wang, X., Li, M., Xie, E., Chen, Y ., Lu, Y ., et al. Longlive: Real- time interactive long video generation.arXiv preprint arXiv:2509.22622, 2025a. Yang, Y ., Huang, H., Peng, X., Hu, X., Luo, D., Zhang, J., Wang, C., and Wu, Y . Towards one-step causal video generation via adversarial self-distillation...

  47. [47]

    H., Nam, J., Yoon, H., and Kim, S

    Yi, J., Jang, W., Cho, P. H., Nam, J., Yoon, H., and Kim, S. Deep forcing: Training-free long video generation with deep sink and participative compression.arXiv preprint arXiv:2512.05081,

  48. [48]

    Riflex: A free lunch for length extrapolation in video diffusion transformers.arXiv preprint arXiv:2502.15894, 2025a

    Zhao, M., He, G., Chen, Y ., Zhu, H., Li, C., and Zhu, J. Riflex: A free lunch for length extrapolation in video diffusion transformers.arXiv preprint arXiv:2502.15894, 2025a. Zhao, M., Wang, R., Bao, F., Li, C., and Zhu, J. Con- trolvideo: conditional control for one-shot text-driven video editing and beyond.Science China Information Sciences, 68(3):1321...

  49. [49]

    Open-Sora: Democratizing Efficient Video Production for All

    Zheng, Z., Peng, X., Yang, T., Shen, C., Li, S., Liu, H., Zhou, Y ., Li, T., and You, Y . Open-sora: Democratiz- ing efficient video production for all.arXiv preprint arXiv:2412.20404,

  50. [50]

    12 Causal Forcing: Autoregressive Diffusion Distillation Done Right for High-Quality Real-Time Interactive Video Generation A. Extended Related Work Video Generative Models.Building on the tremendous success of diffusion models, many works have applied them to video generation (He et al., 2022; Ho et al., 2022; Singer et al., 2022; Blattmann et al., 2023a...

  51. [51]

    and Wan2.1 (Wan et al., 2025). Apart from the full-sequence diffusion models, some works adopt autoregressive next-token prediction to enable video generation (Wu et al., 2021; Hong et al., 2022; Wu et al., 2022; Weissenborn et al., 2019; Yan et al., 2021; Zhao et al., 2025c;a), such as NOV A (Deng et al.,

  52. [52]

    Video generation based on full-sequence diffusion models currently achieves better overall quality than autoregressive next-token prediction

    and VideoPoet (Kondratyuk et al., 2023). Video generation based on full-sequence diffusion models currently achieves better overall quality than autoregressive next-token prediction. However, full-sequence diffusion models must generate all frames in one shot, which incurs substantial latency and prevents displaying frames to users as they are produced, h...

  53. [53]

    Such real-time, interactive video generation models are highly promising and have broad applications across many domains

    and Self Forcing (Huang et al., 2025a) introduce distillation strategies to obtain few-step generation models. Such real-time, interactive video generation models are highly promising and have broad applications across many domains. One prominent application is video world modeling. HY-WorldPlay (Sun et al., 2025a), RELIC (Hong et al., 2025), Hunyuan-Game...

  54. [54]

    This interactive world-modeling paradigm further enables embodied intelligence, such as closed-loop control in Vidarc (Feng et al., 2025)

    train real-time interactive video models for realistic world simulation, allowing users to freely explore and take actions in the simulated environment. This interactive world-modeling paradigm further enables embodied intelligence, such as closed-loop control in Vidarc (Feng et al., 2025). Another major application lies in entertainment and media, suppor...

  55. [55]

    Equivalently, P(Var(ϕ(xt, t)u |x u t , t)>0)>0

    imply the following: for the above z1,z 2, in a neighborhood of z2 there exist uncountably many zk, each of which maps to a distinct ϕ(xt, t)u, just as z2 does. Equivalently, P(Var(ϕ(xt, t)u |x u t , t)>0)>0. We next prove Proposition 3.3. First, we formalize this in the following statement. Proposition B.2(Distribution mismatch in chunk-wise regression)....

  56. [56]

    More Discussion of Our Method C.1

    51 3.336 22 C. More Discussion of Our Method C.1. Further Remarks on Autoregressive Diffusion Training Strategies In this section, we first provide further remarks on diffusion forcing, and then report results for other training strategies, including PFVG (Wu et al., 2025), BAgger (Po et al., 2025), and Resampling Forcing (Guo et al., 2025). As stated in ...

  57. [57]

    and recent works (e.g., LiveAvatar (Huang et al., 2025b)). Apart from diffusion forcing and teacher forcing, we also experiment with several recent alternatives, including PFVG (Wu et al., 2025), BAgger (Po et al., 2025), and Resampling Forcing (Guo et al., 2025). However, as shown in Tab. 3, these methods provide no significant improvement over teacher f...

  58. [58]

    However, since we use flow matching, i.e., av-prediction parameterization for the diffusion 18 Causal Forcing: Autoregressive Diffusion Distillation Done Right for High-Quality Real-Time Interactive Video Generation Type Generated video Asymmetric CD … Causal CD … Figure 10.Comparison between asymmetric CD and causal CD.Asymmetric CD appears highly blurry...