vit-16x16-patches-image-tokens

IN premiseentries/2026/06/21/wiki-Transformer_deep_learning_architecture-chunk-6.md

Created 2026-06-21T09:50:10+00:00

Vision Transformer (ViT) (Dosovitskiy et al., 2021) divides images into 16x16 patches and treats them as token sequences, extending the Transformer architecture to image recognition.

Summary

The Vision Transformer handles images the same way language models handle sentences: it chops a picture into small 16-by-16 pixel squares and feeds them into the network as if they were words. This matters because it lets the entire Transformer architecture, with its attention mechanisms, be repurposed for visual recognition, meaning image understanding can now run on the same infrastructure built for language.

Dependents

These beliefs depend on this one: