duandaxia commited on
Commit
7e219f0
·
verified ·
1 Parent(s): f8e8659

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -12,10 +12,10 @@ This repository contains the official model weights and code for the paper: **"R
12
  - 🌐 [Project Page](https://rti-dp.github.io/)
13
  - 💻 [Code](https://github.com/RTI-DP/rti-dp)
14
 
15
- Diffusion Policies have demonstrated impressive performance in robotic manipulation tasks. However, their long inference time, stemming from extensive iterative denoising, limits their applicability to latency-critical tasks. Inspired by the Real-Time Iteration (RTI) Scheme from optimal control, RTI-DP introduces a novel approach to significantly reduce inference time without the need for additional training or policy redesign. This scheme accelerates optimization by leveraging solutions from previous time steps as initial guesses, enabling seamless integration into many pre-trained diffusion-based models and making them suitable for real-time robotic applications with comparable performance.
16
 
17
  <div align="center">
18
- <img src="https://github.com/RTI-DP/rti-dp/raw/main/media/rti-dp.gif" alt="RTI-DP Teaser" width="600"/>
19
  </div>
20
 
21
  ## Usage
@@ -37,10 +37,14 @@ For RTI-DP-scale checkpoints, refer to the [duandaxia/rti-dp-scale](https://hugg
37
  If you find our work useful, please consider citing our paper:
38
 
39
  ```bibtex
40
- @misc{duan2025rtidp,
41
- title={Real-Time Iteration Scheme for Diffusion Policy},
42
- author={Yufei Duan and Hang Yin and Danica Kragic},
43
- year={2025},
 
 
 
 
44
  }
45
  ```
46
 
 
12
  - 🌐 [Project Page](https://rti-dp.github.io/)
13
  - 💻 [Code](https://github.com/RTI-DP/rti-dp)
14
 
15
+ RTI-DP enables fast inference in diffusion-based robotic policies by initializing each denoising step with the previous prediction no retraining, no distillation.
16
 
17
  <div align="center">
18
+ <img src="https://rti-dp.github.io/static/images/rti.png" alt="RTI-DP Teaser" width="600"/>
19
  </div>
20
 
21
  ## Usage
 
37
  If you find our work useful, please consider citing our paper:
38
 
39
  ```bibtex
40
+ @misc{duan2025realtimeiterationschemediffusion,
41
+ title={Real-Time Iteration Scheme for Diffusion Policy},
42
+ author={Yufei Duan and Hang Yin and Danica Kragic},
43
+ year={2025},
44
+ eprint={2508.05396},
45
+ archivePrefix={arXiv},
46
+ primaryClass={cs.RO},
47
+ url={https://arxiv.org/abs/2508.05396},
48
  }
49
  ```
50