| | --- |
| | license: cc |
| | tags: |
| | - pytorch |
| | - onnx |
| | --- |
| | |
| | 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). |
| | For more details, please check out [[GitHub](https://github.com/KaiyuYue/nxtp)]. |
| |
|
| | ```bibtex |
| | @inproceedings{nxtp, |
| | title = {{Object Recognition as Next Token Prediction}}, |
| | author = {Kaiyu Yue and Bor-Chun Chen and Jonas Geiping and Hengduo Li and Tom Goldstein and Ser-Nam Lim}, |
| | booktitle = {Computer Vision and Pattern Recognition Conference (CVPR)}, |
| | year = {2024} |
| | } |
| | ``` |
| |
|
| |
|