Res Net 4
Res Net 4
Deep Learning and Its Applications to Signal and Image Processing and Analysis
•• 60,000
60,000 images
images
•• 28
32 xx 28
32
•• 10
10 labels
labels
• Classification
• Classification
Grading The Networks
• Evaluating networks performance
• ~1,200,000 images
19 layers 22 layers
• 1000 labels
shallow 8 layers 8 layers • classification
http://www.image-net.org/challenges/LSVRC/
LeNet-5 [LeCun et al., 1998]
19 layers 22 layers
19 layers 22 layers
• Motivation
• Benchmarks
• LeNet
• ILSVRC
• AlexNet
• VGG
Problems In Deep Networks: Overfitting?
What happens when we continue stacking deeper layers
on a “plain” convolutional neural network?
𝑾 𝟏=𝟎.𝟑𝟗𝟗𝟗𝟗𝟒 ≅ 𝟎.𝟒
The Hypothesis
The problem is an optimization problem, deeper
models are harder to optimize!
Shallow
input Identity Identity Identity output
Network
Overview 2015
19 layers 22 layers
F(x) X
relu relu
identity
X X
“Plain” layers Residual
block
ResNet - Architecture
• Vanishing gradient
• ResNet
• Architecture
• Training
• Results