RTI-DP enables fast inference in diffusion-based robotic policies by initializing each denoising step with the previous prediction — no retraining, no distillation.
This model is designed to be used with its official codebase. For detailed installation instructions, environment setup, and further information, please refer to the
official GitHub repository, which is based on
Diffusion Policy.
To evaluate RTI-DP policies with DDPM, you can use the provided script from the repository:
For RTI-DP-scale checkpoints, refer to the
duandaxia/rti-dp-scale on Hugging Face.
1@misc{duan2025realtimeiterationschemediffusion,
2 title={Real-Time Iteration Scheme for Diffusion Policy},
3 author={Yufei Duan and Hang Yin and Danica Kragic},
4 year={2025},
5 eprint={2508.05396},
6 archivePrefix={arXiv},
7 primaryClass={cs.RO},
8 url={https://arxiv.org/abs/2508.05396},
9}