Multi-branch convolutional networks

本文综述了多种多分支卷积网络架构,包括Highway Networks、ResNet及其变种Multi-Residual Networks、Multi-Level ResNets、Wide Residual Networks等。探讨了这些网络如何通过增加宽度而非深度来提高模型精度。

Multi-branch convolutional networks

这是在学习阅读Selective Kernel Networks论文中出现的related work。

从来没接触过,没了解过。今天学习记录一下。

Highway networks

R. K. Srivastava, K. Greff, and J. Schmidhuber. Highway networks. arXiv preprint arXiv:1505.00387, 2015.

highway network是主要讲的是什么呢,阅读其论文,主要描述的就是提出了一个门控函数。
对于一个卷积层的输入X,设门控函数为T(x),卷积操作为H(x),
那么highway network的输出定义为 Y = T(x) * H(x) + (1-T(x)) * X

在这里插入图片描述
这种思想类似于ResNet的短路连接。

不过highway networks是在2015年提出来的。

准确的说 是ResNet的发明借鉴 了 highway networks的思路。

ResNet

K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In CVPR, 2016.

大名鼎鼎的ResNet就不用多介绍了,这里我就放一张图片。

在这里插入图片描述

multi-residual networks

M. Abdi and S. Nahavandi. Multi-residual networks. arxiv preprint. arXiv preprint arXiv:1609.05672, 2016.

多分枝残差网络。这到底是个什么东西呢,还得看论文怎么描述。

In this article, we take one step toward understanding the learning behavior of deep residual networks, and supporting the observation that deep residual networks behave like ensembles. We propose a new convolutional neural network architecture which builds upon the success of residual networks by explicitly exploiting the interpr

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值