Computer vision papers explained
Computer vision models turn pixels into representations useful for recognition, segmentation, or reconstructing a scene. Their designs differ in what they assume about images and what supervision they need. These explainers connect architectural choices and learning objectives to the visual tasks they enable.
Start with residual networks, see how the Transformer treats an image as a sequence of patches, then explore learning from missing patches. Continue into segmentation, video representations, and methods for rendering three-dimensional scenes.
Start here
ResNet
Understand why learning a residual makes deep networks easier to optimize.
Vision Transformer (ViT)
See how image patches become tokens for a Transformer.
Masked Autoencoders (MAE)
Learn how reconstructing hidden patches provides a visual training signal.
All Vision explainers
13 papers · newest explainers first