In a nutshellVision Transformer treats an image as a sequence of patches. With large-scale pretraining, this straightforward adaptation of a Transformer performs strongly on image recognition.
Deep Residual Learning for Image Recognition
THE PAPER, IN A NUTSHELL
Residual connections make very deep neural networks easier to optimize. Instead of learning an entire transformation, layers learn a change relative to their input.
Read the paper
The original PDF. Select a passage to explore it with Jenni.
Preparing your reading space…
The key takeaways
01
Residual learning enables effective training of substantially deeper networks.
02
The authors evaluate networks with up to 152 layers on ImageNet.
03
The learned representations also improve object detection results.
How the research works
Residual networks are compared with plain networks on image classification, with additional evaluation of transferred representations for object detection.
A thoughtful reading
Greater depth still has a computational cost. The reported vision benchmarks do not establish improvements for every architecture or application.
Editorial overview · Always refer to the original study.