Arrokothwhi commited on
Commit
23311ca
·
verified ·
1 Parent(s): 67c98ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
 
18
  Reference-conditioned video VAE decoding for high-fidelity video reconstruction and generation.
19
 
20
- [![arXiv](https://img.shields.io/badge/arXiv-Paper-b31b1b.svg)](https://arxiv.org/abs/TODO)
21
  [![Project Page](https://img.shields.io/badge/Project-Page-blue)](https://refdecoder.github.io/)
22
  [![GitHub](https://img.shields.io/badge/GitHub-Code-black?logo=github)](https://github.com/RefDecoder/RefDecoder)
23
 
@@ -102,7 +102,15 @@ See the [GitHub README](https://github.com/RefDecoder/RefDecoder) for training,
102
  If you find RefDecoder useful, please cite:
103
 
104
  ```bibtex
105
- TODO
 
 
 
 
 
 
 
 
106
  ```
107
 
108
  ## License
 
17
 
18
  Reference-conditioned video VAE decoding for high-fidelity video reconstruction and generation.
19
 
20
+ [![arXiv](https://img.shields.io/badge/arXiv-Paper-b31b1b.svg)](https://arxiv.org/abs/2605.15196)
21
  [![Project Page](https://img.shields.io/badge/Project-Page-blue)](https://refdecoder.github.io/)
22
  [![GitHub](https://img.shields.io/badge/GitHub-Code-black?logo=github)](https://github.com/RefDecoder/RefDecoder)
23
 
 
102
  If you find RefDecoder useful, please cite:
103
 
104
  ```bibtex
105
+ @misc{fan2026refdecoderenhancingvisualgeneration,
106
+ title={RefDecoder: Enhancing Visual Generation with Conditional Video Decoding},
107
+ author={Xiang Fan and Yuheng Wang and Bohan Fang and Zhongzheng Ren and Ranjay Krishna},
108
+ year={2026},
109
+ eprint={2605.15196},
110
+ archivePrefix={arXiv},
111
+ primaryClass={cs.CV},
112
+ url={https://arxiv.org/abs/2605.15196},
113
+ }
114
  ```
115
 
116
  ## License