Lecture 9: CNN Architectures

CS231n

Lecture 9: CNN Architectures

Case Studies

LeNet-5
AlexNet
ZFNet
VGGNet

smaller filters:Stack of three 3x3 conv (stride 1) layers has same effective receptive field as one 7x7 conv layer, but deeper, more non-linearities

GoogLeNet
  • “Inception” module: a good local network topology (network within a network)
  • No FC layers
  • 12x less parameters than AlexNet
  • 1x1 conv “bottleneck” layers 降低计算量
ResNet

degregation

Network in Network (NiN)
Identity Mappings in Deep Residual Networks

moves activation to residual mapping pathway, Creates a more direct path for propagating information throughout network

Wide Residual Networks
  • residuals are the important factor, not depth
  • 50-layer wide ResNet outperforms 152-layer original ResNet
  • Increasing width instead of depth more computationally efficient (parallelizable)
ResNeXt

ResNet + Inception?

Deep Networks with Stochastic Depth
  • reduce vanishing gradients and training time through short networks
  • Randomly drop a subset of layers during each training pass
  • Bypass with identity function
  • Use full deep network at test time
FractalNet

有点像scattering network?
- key is transitioning effectively from shallow to deep and residual representations are not necessary
- Fractal architecture with both shallow and deep paths to output
- Trained with dropping out sub-paths

DenseNet
  • each layer is connected to every other layer
  • Alleviates vanishing gradient, strengthens feature propagation, encourages feature reuse
SqueezeNet

类似bottleneck的思想
- Fire modules consisting of a ‘squeeze’ layer with 1x1 filters feeding an ‘expand’ layer with 1x1 and 3x3 filters
- AlexNet level accuracy on ImageNet with 50x fewer parameters
- compress to 0.5Mb

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

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值