Skip to content

Commit d7f6911

Browse files
Sparse Guidance Release
1 parent fccf77c commit d7f6911

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ In our paper, we show that TREAD can also work on other architectures. In practi
4747
For most experiments we use the [EDM](https://github.com/NVlabs/edm) training and sampling to stay consistent with prior art, and the FID calculation is done via the [ADM](https://github.com/openai/guided-diffusion) evaluation suite. We provide a `fid.py` to evaluate our models during training using the same reference batches as ADM.
4848

4949
## 💥 Guiding TREAD
50+
[![arXiv](https://img.shields.io/badge/arXiv-2601.01608-b31b1b.svg)](https://arxiv.org/abs/2601.01608)
51+
[![Project Page](https://img.shields.io/badge/Project-Page-blue)](https://compvis.github.io/sparse-guidance/)
52+
53+
![Sparse Guidance overview](https://compvis.github.io/sparse-guidance/static/images/title_fig.png)
5054

5155
TREAD works great during _training_! How about _inference_? \
5256
It turns out TREAD can be applied during guided inference as well to gain additional performance and reduce FLOPS at the same time! \
@@ -62,11 +66,25 @@ We demonstrate this in `rf.py` which contains minimal flow matching code for tra
6266
If you use this codebase or otherwise found our work valuable, please cite our paper:
6367

6468
```bibtex
65-
@article{krause2025tread,
66-
title={TREAD: Token Routing for Efficient Architecture-agnostic Diffusion Training},
67-
author={Krause, Felix and Phan, Timy and Gui, Ming and Baumann, Stefan Andreas and Hu, Vincent Tao and Ommer, Bj{\"o}rn},
68-
journal={arXiv preprint arXiv:2501.04765},
69-
year={2025}
69+
# TREAD (ICCV 2025)
70+
@InProceedings{krause2025tread,
71+
author={Krause, Felix and Phan, Timy and Gui, Ming and Baumann, Stefan Andreas and Hu, Vincent Tao and Ommer, Bj\"orn},
72+
title={TREAD: Token Routing for Efficient Architecture-agnostic Diffusion Training},
73+
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
74+
month={October},
75+
year={2025},
76+
pages={15703-15713}
77+
}
78+
79+
# Sparse Guidance (Preprint 2026)
80+
@misc{krause2026guidingtokensparsediffusionmodels,
81+
title={Guiding Token-Sparse Diffusion Models},
82+
author={Felix Krause and Stefan Andreas Baumann and Johannes Schusterbauer and Olga Grebenkova and Ming Gui and Vincent Tao Hu and Bj\"orn Ommer},
83+
year={2026},
84+
eprint={2601.01608},
85+
archivePrefix={arXiv},
86+
primaryClass={cs.CV},
87+
url={https://arxiv.org/abs/2601.01608},
7088
}
7189
```
7290

0 commit comments

Comments
 (0)