the.ai

Multimodal / Vision

verified

Vision Transformer

Convolutions were assumed necessary for images because they build in the right assumptions: nearby pixels relate, and a cat is a cat wherever it appears. The vision transformer drops those assumptions and applies an ordinary transformer to image patches. It loses to convolutions on small datasets and beats them on large ones, because with enough data the assumptions can be learned rather than built in.

Viz primitive · loss-curvesteps = 1000 · params = 1
loss
step 01000

Loss over 1000 training steps, starting near 6.0. It falls to about 2.15, with 88% of the total improvement arriving in the first half.

Loss across a training run. Drag model size to watch the floor fall — a transformer's advantage over convolution shows up at scale rather than at small size.

1

Reviewed by opendroid · 2026-08-04

  • arXiv:2010.11929 — An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale