Sequential Modeling Enables Scalable Learning for Large Vision Models
About
We introduce a novel sequential modeling approach which enables learning a Large Vision Model (LVM) without making use of any linguistic data. To do this, we define a common format, "visual sentences", in which we can represent raw images and videos as well as annotated data sources such as semantic segmentations and depth reconstructions without needing any meta-knowledge beyond the pixels. Once this wide variety of visual data (comprising 420 billion tokens) is represented as sequences, the model can be trained to minimize a cross-entropy loss for next token prediction. By training across various scales of model architecture and data diversity, we provide empirical evidence that our models scale effectively. Many different vision tasks can be solved by designing suitable visual prompts at test time.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Depth Estimation | NYU Depth V2 | -- | 177 | |
| Surface Normal Prediction | NYU V2 | Mean Error23.433 | 100 | |
| Video Generation | Physics-IQ | Phys. IQ Score18.02 | 45 | |
| Foreground segmentation | Pascal-5i (1) | mIoU48.94 | 16 | |
| Foreground segmentation | Pascal-5i (2) | mIoU51.29 | 13 | |
| Foreground segmentation | Pascal-5i (3) | mIoU47.66 | 13 | |
| Inpainting | ImageNet | FID4.05 | 8 | |
| Colorization | ImageNet | MSE0.51 | 7 | |
| Foreground segmentation | Pascal-5i Split 4 | mIoU50.82 | 4 | |
| Single Object Detection | Pascal-5i (Split 1) | mIoU48.25 | 4 |