3.VGG 论文总结

1. VGG:AlexNet的加强版(depth on its accuracy)

结构对比(卷积层 --> 卷积群)在这里插入图片描述

2.实验中VGG卷积层深度设置

在这里插入图片描述
如上图所示:
红色箭头 表示 : 每个网络的结构设计(11层 -> 19层) (11层 : 8 conv. and 3 FC layers)
蓝色圈圈 表示 : 网络之间 卷积群深度增加 对比

3.补充

  • 3 个 3 * 3 相当于 1 个 7 * 7, 使用小尺寸(3*3)滤波器原因:
    (1) 有更多非线性变化

    - makes the decision function more discriminative
    

    (2)参数更少

    -  7 × 7        :      7平方*C平方 = 49*C平方   parameters
    - 3 个 3 x 3    :   3 * 3平方*C平方 = 27*C平方   parameters
    
  • C结构中增加了 1 * 1 的卷积层:
    - a linear transformation of the input channels (降低维度,减少参数)
    - increase the nonlinearity of the decision function without affecting the receptive fields of the conv. layers

  • 提出LRN没有用

  • 深度增加,参数不会大变 (所有参数集中在全连接)

  • 初始化权重 is important

4.输入数据处理

  • 获得224*224

    随机裁剪(randomly cropped from rescaled training images)

     - Training image rescaling
    

    水平翻转 randomhorizontal flipping
    改变RGB通道 random RGB colour shift

  • 预处理:subtracting(减) the mean RGB value

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值