ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2024
Year
8B Vision models pre-trained using an autoregressive objective, similar to Large Language Models, on 2B images, demonstrating scaling properties utilizing architectural modifications like prefix attention and a parameterized prediction head.
This paper is significant because it demonstrates that autoregressive pretraining, the dominant paradigm in large language models (LLMs), can be effectively applied to visual data at scale. While masked image modeling (e.g., MAE) and contrastive learning (e.g., CLIP) have been the go-to methods for vision, AIM shows that a simple next-patch prediction objective, combined with appropriate architectural tweaks, scales with model size and data volume in a manner analogous to LLMs. This is important because it suggests that the same training recipe used for language can work for vision, potentially simplifying the development of multimodal models that share a common autoregressive backbone.
The paper also provides evidence that autoregressive vision models can match or exceed the performance of more complex self-supervised methods, especially at larger scales. This challenges the assumption that bidirectional context is necessary for strong visual representations and opens the door to using highly optimized LLM training infrastructure for vision tasks.
The paper reports that the 8B AIM model achieves strong performance on ImageNet-1K classification (top-1 accuracy) and other vision tasks, though exact numbers are not provided in the abstract. The key result is the demonstration of scaling laws: performance improves log-linearly with model size and data size, similar to what is observed in LLMs. The authors also show that the autoregressive objective outperforms a masked image modeling baseline at the same scale, and that prefix attention is crucial for achieving good results.
AIM has the potential to unify vision and language pretraining under a single autoregressive framework. This could simplify the architecture and training of multimodal models, reduce engineering overhead, and allow vision to benefit from the rapid advances in LLM infrastructure (e.g., efficient attention, distributed training). The paper also reinforces the idea that scaling alone can drive progress in vision, reducing the need for task-specific architectural innovations. However, the lack of direct comparisons to state-of-the-art methods like DINOv2 or CLIP on standard benchmarks limits the immediate practical impact. Future work will need to show whether autoregressive vision can match or exceed these methods in sample efficiency and final accuracy.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba