Update README.md
Browse files
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 |
-
|
| 16 |
|
| 17 |
<div align="center">
|
| 18 |
-
<img src="https://
|
| 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{
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|