Resnet论文阅读与复现

最近梳理ResNet原始论文https://arxiv.org/pdf/1512.03385.pdf,并进行tensorflow复现,最后介绍后续诸路大神,在ResNet上面的魔改。



1.Motivation

Motivation

Degradation Problem
Based on the observation that with stacking the layers, accuracy gets saturated and then degrades rapidly, which means that not all systems are similarly easy to optimize.

2.Solution

Model

To address this degradation problem, this paper introduce a deep residual learning framework.
Let the stack layers to fit another mapping, namely F ( x ) = H ( x ) − x F(x) = H(x) - x F(x)=H(x)x. The original mapping is recast into F ( X ) + x F(X) + x F(X)+x.

This paper hypothesize that it easier to optimize the residual mapping rathre than the original one, unreferenced mapping.

Shortcut connections [2, 34, 49] are those skipping one or more layers. In our case, the shortcut connections simply perform identity mapping, and their outputs are added to the outputs of the stacked layers (Fig. 2).

3.Advantages

  1. Easy to optimize, but the counterpart “plain” nets (that simply stack layers) exhibit higher training error when the depth increases;
  2. Easily enjoy accuracy gains from greatly increased depth, producing results substantially better than previous networks.

4.Network

在这里插入图片描述
When the dimensions increase (dotted line shortcuts in Fig. 3), we consider two options: (A) The shortcut still performs identity mapping, with extra zero entries padded for increasing dimensions. This option introduces no extra parameter; (B) The projection shortcut in Eqn.(2) is used to match dimensions (done by 1×1 convolutions). For both options, when the shortcuts go across feature maps of two sizes, they are performed with a stride of 2.
在这里插入图片描述
Model

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

猴猴猪猪

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值