File size: 608 Bytes
76ef290
4f159d5
8af88e7
 
4f159d5
76ef290
8af88e7
d71b46c
8a7c511
e43c96e
adced1b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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}
}
```