Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,13 @@ tags:
|
|
| 10 |
---
|
| 11 |
# TVQRAP: Texture Vector-Quantization and Reconstruction Aware Prediction for Generative Super-Resolution (ICLR 2026)
|
| 12 |
|
| 13 |
-
[paper](https://arxiv.org/abs/2509.23774) | [code](https://github.com/CVL-UESTC/TVQ-RAP)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
# TVQRAP: Texture Vector-Quantization and Reconstruction Aware Prediction for Generative Super-Resolution (ICLR 2026)
|
| 12 |
|
| 13 |
+
[paper](https://arxiv.org/abs/2509.23774) | [code](https://github.com/CVL-UESTC/TVQ-RAP)
|
| 14 |
+
|
| 15 |
+
```bibtex
|
| 16 |
+
If you find our work useful, please consider citing:
|
| 17 |
+
@article{li2025texture,
|
| 18 |
+
title={Texture Vector-Quantization and Reconstruction Aware Prediction for Generative Super-Resolution},
|
| 19 |
+
author={Li, Qifan and Zou, Jiale and Zhang, Jinhua and Long, Wei and Zhou, Xingyu and Gu, Shuhang},
|
| 20 |
+
journal={arXiv preprint arXiv:2509.23774},
|
| 21 |
+
year={2025}
|
| 22 |
+
}
|