DenseNet--Densely Connected Convolutional Networks

Compelling advantages

  • alleviate the vanishing-gradient problem
  • strengthen feature propagation
  • encourage feature reuse
  • substantially reduce the number of parameters.
  • requires fewer parameters
  • no need to relearn redundant feature-maps
  • observe that dense connections have a regularizing effect, which reduces overfitting on tasks with smaller training set sizes
  • easy to train
  • *

Contributions

  • maximum information flow between layers in the network, we connect all layers (with matching feature-map sizes) directly with each other.
  • we never combine features through summation before they are passed into a layer; instead, we combine features by concatenating them.

Architecture

这里写图片描述

这里写图片描述

这里写图片描述

Methods

  • identity function (may impede the information flow in the network)
    这里写图片描述
  • Dense connectivity
    这里写图片描述
  • Composite function
    at lth composite layer: BN –> ReLU–>3 x 3 Conv
  • Pooling layers
    1 x 1 conv –> 2 x 2 average pooling
  • Growth rate
    lth layer has k0 + k ×(l −1)
  • Bottleneck layers
    1×1 convolution can be introduced as bottleneck layer before each 3×3 convolution to reduce the number of input feature-maps, and thus to improve computational efficiency

Experiments

这里写图片描述

这里写图片描述

这里写图片描述

Others

  • ResNet: each layer reads the state from its preceding layer and writes to the subsequent layer. It changes the state but also passes on information that needs to be preserved. ResNets [11] make this information preservation explicit through additive identity transformations.
  • stochastic depth was proposed as a way to successfully train a 1202-layer ResNet [13]. Stochastic depth improves the training of deep residual networks by dropping layers randomly during training.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值