Update README.md
Browse files
README.md
CHANGED
|
@@ -8,3 +8,12 @@ tags:
|
|
| 8 |
This is the official PyTorch implementation for the paper [Object Recognition as Next Token Prediction](https://arxiv.org/abs/2312.02142) accepted at CVPR 2024 (Highlight).
|
| 9 |
For more details, please check out [GitHub](https://github.com/KaiyuYue/nxtp).
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
This is the official PyTorch implementation for the paper [Object Recognition as Next Token Prediction](https://arxiv.org/abs/2312.02142) accepted at CVPR 2024 (Highlight).
|
| 9 |
For more details, please check out [GitHub](https://github.com/KaiyuYue/nxtp).
|
| 10 |
|
| 11 |
+
```bibtex
|
| 12 |
+
@inproceedings{nxtp,
|
| 13 |
+
title = {{Object Recognition as Next Token Prediction}},
|
| 14 |
+
author = {Kaiyu Yue and Bor-Chun Chen and Jonas Geiping and Hengduo Li and Tom Goldstein and Ser-Nam Lim},
|
| 15 |
+
booktitle = {Computer Vision and Pattern Recognition Conference (CVPR)},
|
| 16 |
+
year = {2024}
|
| 17 |
+
}
|
| 18 |
+
```
|
| 19 |
+
|