worstcoder commited on
Commit
142d77a
·
verified ·
1 Parent(s): 9d28b84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -10,8 +10,8 @@ tags:
10
  - Interactive-World-Model
11
  ---
12
  # rCM: Score-Regularized Continuous-Time Consistency Model
13
- # Causal-rCM: Teacher-Forcing meets Self-Forcing in Autoregressive Diffusion Distillation for Streaming Video Generation and Interactive World Models
14
- [**Paper**](https://arxiv.org/abs/2510.08431) | [**Website**](https://research.nvidia.com/labs/dir/rcm) | [**Code**](https://github.com/NVlabs/rcm)
15
 
16
  This repo holds unofficial rCM and Causal-rCM models for Wan, reproduced by Tsinghua University.
17
 
@@ -27,9 +27,9 @@ The Wan2.2 rCM checkpoints are obtained by merging Wan2.1 rCM weights to Wan2.2
27
  year={2025}
28
  }
29
  @article{zheng2026causal,
30
- title={Causal-rCM: Teacher-Forcing meets Self-Forcing in Autoregressive Diffusion Distillation for Streaming Video Generation and Interactive World Models},
31
- author={Zheng, Kaiwen and He, Guande and Zhao, Min and Zhu, Hongzhou and Zhang, Jintao and Chen, Huayu and Chen, Jianfei and Lin, Chen-Hsuan and Liu, Ming-Yu and Zhu, Jun and Ma, Qianli},
32
- journal={TODO},
33
  year={2026}
34
  }
35
  ```
 
10
  - Interactive-World-Model
11
  ---
12
  # rCM: Score-Regularized Continuous-Time Consistency Model
13
+ # Causal-rCM: A Unified Teacher-Forcing and Self-Forcing Open Recipe for Autoregressive Diffusion Distillation in Streaming Video Generation and Interactive World Models
14
+ [**Paper**](https://arxiv.org/abs/2510.08431) [**Paper2**](https://arxiv.org/abs/2606.25473) | [**Website**](https://research.nvidia.com/labs/dir/rcm) | [**Code**](https://github.com/NVlabs/rcm)
15
 
16
  This repo holds unofficial rCM and Causal-rCM models for Wan, reproduced by Tsinghua University.
17
 
 
27
  year={2025}
28
  }
29
  @article{zheng2026causal,
30
+ title={Causal-rCM: A Unified Teacher-Forcing and Self-Forcing Open Recipe for Autoregressive Diffusion Distillation in Streaming Video Generation and Interactive World Models},
31
+ author={Zheng, Kaiwen and He, Guande and Zhao, Min and Zhang, Jintao and Chen, Huayu and Chen, Jianfei and Lin, Chen-Hsuan and Liu, Ming-Yu and Zhu, Jun and Ma, Qianli},
32
+ journal={arXiv preprint arXiv:2606.25473},
33
  year={2026}
34
  }
35
  ```