File size: 1,450 Bytes
ab692d9
 
 
 
 
 
56c9de7
 
ab692d9
 
 
429ab5e
 
ab692d9
 
 
 
 
 
 
 
 
56c9de7
 
 
 
 
 
ab692d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
size_categories:
- n>1T
---

# rCM: Score-Regularized Continuous-Time Consistency Model
# Causal-rCM: A Unified Teacher-Forcing and Self-Forcing Open Recipe for Autoregressive Diffusion Distillation in Streaming Video Generation and Interactive World Models
[**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)

This repo holds Wan-synthesized datasets used for rCM training.

<video src="https://github.com/user-attachments/assets/7186a410-bdcc-45d0-a320-d8a66c913914" controls></video>

## Citation

```
@article{zheng2025rcm,
  title={Large Scale Diffusion Distillation via Score-Regularized Continuous-Time Consistency},
  author={Zheng, Kaiwen and Wang, Yuji and Ma, Qianli and Chen, Huayu and Zhang, Jintao and Balaji, Yogesh and Chen, Jianfei and Liu, Ming-Yu and Zhu, Jun and Zhang, Qinsheng},
  journal={arXiv preprint arXiv:2510.08431},
  year={2025}
}
@article{zheng2026causal,
  title={Causal-rCM: A Unified Teacher-Forcing and Self-Forcing Open Recipe for Autoregressive Diffusion Distillation in Streaming Video Generation and Interactive World Models},
  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},
  journal={arXiv preprint arXiv:2606.25473},
  year={2026}
}
```