JA EN
Textbook › Part II The Lineage of AI Models
CHAPTER 19

The Race to Go Deeper — VGG to ResNet

★ MEMBER2 min

The years after AlexNet turned into a race over a single question: how do we go deeper?

2014
VGG
Use nothing but small 3×3 kernels and simply stack them. Two stacked 3×3 kernels cover the same receptive field as one 5×5 kernel while using fewer weights and adding more nonlinearity. The structure is simple and easy to reason about, which is why it is still used as a baseline for comparison today.
2014
GoogLeNet / Inception
Apply kernels of different sizes in parallel and concatenate the results. It also introduced the "bottleneck" structure, which uses 1×1 convolutions to cut the channel count before the expensive operations, holding the compute down.
2015
ResNet
Introduced the "residual connection," which skips over layers and adds the input straight back in. This made it possible to train 152 layers, an absurd depth at the time.

§

Members-only from here

All 26 chapters and every lab, $4.99/mo. Cancel anytime.

Comments

Sign in to comment