Dual Path Networks双分支网络

本文的目的是设计新的path technology。我们发现resnet通过residual path能够重用特征,densenet通过dense connect path能探索新的特征。DPN继承了residual path 和 dense connect path的优点,既能有效地 重用特征也能探索新的特征
在这里插入图片描述
图d和e是一样的。
block:采用1x1conv,紧接着3x3conv,最后1x1conv输出。最后1x1conv输出的结果split为2部分:一部分作为residual path(element-add),一部分最为dense path(concat)。为增强性能,我们采用group conv。
我们可以选择residual net作为主干网络,添加thin densely connect path 构建Dual path network。
在这里插入图片描述
G代表group conv。+k代表densely connection path的channel。

在模型复杂度(param)和计算复杂度(FLOPs)优势对比
在这里插入图片描述
关于skip connect的描述(感觉挺好):Skip connection creates a path propagating information from a lower layer directly to a higher layer. During the forward propagation, skip connection enables a very top layer to access information from a distant bottom layer; while for the backward propagation,it facilitates gradient back-propagation to the bottom layer without diminishing magnitude, which effectively alleviates the gradient vanishing problem and eases the optimization.

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值