宽残差网络——WRN

本文探讨了残差网络(Residual Network)存在的问题,并介绍了宽残差网络(Wide Residual Network,WRN)作为解决方案。WRN通过增加卷积核的宽度,而非深度,提高了网络性能,同时减少了层数,加速了计算速度。
摘要由CSDN通过智能技术生成

宽残差网络——Wide Residual Network

文章出自Sergey Zagoruyko的Wide Residual Network

残差网络——Residual Network

近年来,残差网络(Residual Network)在各个测试集上都取得了不错的效果,其网络结构如下图所示,这里写图片描述
其网络网络由残差模块组成
这里写图片描述
其中的跳跃式连接可以将残差很好的传递过去,从而避免梯度消失的现象。
可是,深度残差网络过于追求网络深度,而忽略了模块自身的问题。随着模块的增加,模型的表现并没有明显提升,因此可以理解为部分模块其实并没有起到应有的作用,

as gradient flows through the network there is nothing to force it to go through residual block weights and ti can avoid learning anything during training, so ti is possible that there is either only a few blocks that learn useful representations

因此,本文的作者希望提出一种更加有效的方式,来提升残差模块的效果。

out goal is to explore a much richer set of network architectures of ResNet Blocks and thoroughly examine how several other different aspects besides the order of activations affect performance.

宽残差网络——WRN

这里写图片描述
WRN在原始的残差模块的基础上加上了一个系数k,从而拓宽卷积核的个数。按照文章中提出的解释,这样做降低了层数,但并没有减少模型参数,同时还加快了计算速度。

in particular, we present wider deep residual networks that significantly improved, having 50 times less layers and being more than 2 times faster.

模型结构如下表所示

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值