An image is worth 16×16 words
Google cuts images into patches, feeds them to a standard transformer with no convolutions, and matches the best vision models given enough data; one architecture for everything.
what had to happen · 30 events back to 1943
Every event this one built on, transitively, in order. Direct influences are marked.
00 · One neuron · 1
I · Foundations · 6
W1 · The first winter · 2
II · Connection · 3
W2 · The second winter · 3
III · Statistics and data · 8
IV · Deep learning · 6
- 2012Dropout
- 2012AlexNet wins ImageNet
- 2014Attention
- 2014Sequence to sequence learning
- 2015Batch normalisation
- 2015Residual networksdirect
V · Transformers · 1
- 2017Attention is all you needdirect
Convolutional networks had owned vision since 2012 because their design encoded what everyone knew about images: nearby pixels matter, features repeat across positions. The vision transformer, posted on 22 October 2020, encoded none of it. It sliced an image into a grid of 16-by-16-pixel patches, treated each as a word, and fed the sequence to a plain transformer encoder. On ImageNet alone it lost to convolutional networks. Pre-trained on 300 million images from Google's private dataset, it beat them.
The result was the bitter lesson applied to sight. The inductive biases that had made convolution the right architecture for small data became a handicap at large scale, where the model could learn locality for itself, and the same transformer that read text now read pictures.
That convergence shaped what came next. CLIP, three months later, trained a text transformer and an image transformer to agree, which made text-to-image generation possible; the multimodal models of the 2020s take words, pixels, audio and video as one stream of tokens because the vision transformer showed they could. Convolutions did not disappear, but the era in which each kind of data had its own architecture ended here.
what it led to · 5 events downstream, through 2024
Built on it directly:
- 2021CLIP and DALL·EV
- 2024SoraVI
And, through them, by era: