ResNet小结

Key Point list

1 Vanishing/exploding gradients are largely addressed by normalized initialization and intermediate normalization layers(BN)

2 The plain network with depth increasing gets saturated and then degrades rapidly, which is not caused by overfitting. (degradation problem)

这里写图片描述

3 ResNet assump that it is easier to optimize the residual mapping than optize the origin, unreferenced mapping
Denote the desired underlying mapping as H(x) , residual mapping as F(x)
F(x):=H(x)x
Residual Block

Reasoning: The degradation problem suggests that the solvers might have difficulties in approximating identity mappings by multiple nonlinear layers. With the residual learning reformulation, if identity mappings are optimal, the solvers may simply drive the weights of the multiple nonlinear layers toward zero to approach identity mappings.
If the optimal function is closer to an identity mapping than to a zero mapping, it should be easier for the solver to find the perturbations with reference to an identity mapping, than to learn the function as a new one

4 The Design of ResNet:

  • Bottleneck

    这里写图片描述

    Reduce the parameters and calculations to develop more deeper network by reducing the channels.
    The parameter-free identity shortcuts are particularly important for the bottleneck architectures

  • Identity Mapping by Shortcuts(See Figure 2 )
    when dimension increases,
    method:
    A) identity mapping with zeros padding
    B) projection shortcut by 1 x 1 convolutions

  • Network Framework

    这里写图片描述

5 Experiment on ImageNet show:
- ResNet are easier to optimize, the plain net exhibit higher training error with depth increasing
- ResNet can easily enjoy accuracy from increased depth producing results substantially better than previous networks

这里写图片描述

这里写图片描述

6 Experiment Result:

这里写图片描述

这里写图片描述

这里写图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值