Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
|
| 18 |
Reference-conditioned video VAE decoding for high-fidelity video reconstruction and generation.
|
| 19 |
|
| 20 |
-
[](https://arxiv.org/abs/
|
| 21 |
[](https://refdecoder.github.io/)
|
| 22 |
[](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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
```
|
| 107 |
|
| 108 |
## License
|
|
|
|
| 17 |
|
| 18 |
Reference-conditioned video VAE decoding for high-fidelity video reconstruction and generation.
|
| 19 |
|
| 20 |
+
[](https://arxiv.org/abs/2605.15196)
|
| 21 |
[](https://refdecoder.github.io/)
|
| 22 |
[](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
|