DenseNet: Densely Connected CNN

本文详细介绍了DenseNet稠密连接卷积网络的原理和优势,包括残差网的关键技术、DenseNet的结构、增长速率、效果分析,以及在不同数据集上的表现。DenseNet通过层间密集连接减少了参数数量,提高了信息传播效率,解决了梯度消失问题,同时在分类错误率和计算量上优于ResNet。
摘要由CSDN通过智能技术生成

文章来源

arxiv
torch代码地址
caffe模型地址

突出贡献

一个关于DenseNet block的示意图

In this paper, we propose an architecture that distills this insight into a simple connectivity pattern: to ensure maximum information flow between layers in the network, we connect all layers (with matching feature-map sizes) directly with each other. To preserve the feed-forward nature, each layer obtains additional inputs from all preceding layers and passes on its own feature-maps to all subsequent
layers. Crucially, in contrast to ResNets, we never combine features
through summation before they are passed into a layer; instead, we combine features by concatenating them.

模型

DenseNet的组成结构

对其中的121层的模型进行显示,如下图所示。为了显示得更多,我对其中第二个DenseBlock变为只剩头和尾的部分,第三层的也是如同处理。

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值