实时目标检测--Pelee: A Real-Time Object Detection System on Mobile Devices

Pelee: A Real-Time Object Detection System on Mobile Devices
ICLR 2018
Code: https://github.com/Robert-JunWang/Pelee

CNN模型在嵌入式设备中运行成为一种趋势,为此提出了一些模型如 MobileNet, ShuffleNet, and NASNet-A,他们主要依赖于 depthwise separable convolution , 但是在当前主要深度学习框架中,depthwise separable convolution 没有被高效的实现, lacks efficient implementation。这里我们提出了一个网络结构 PeleeNet,它基于 conventional convolution。

PeleeNet 主要特征模块:
1)Two-Way Dense Layer : to get different scales of receptive fields
2)Stem Block:This stem block can effectively improve the feature expression ability without adding computational cost too much

在这里插入图片描述

3) Dynamic Number of Channels in Bottleneck Layer 根据输入形状 动态 决定通道数目, this method can save up to
28.5% of the computational cost with a small impact on accuracy

4) Transition Layer without Compression 我们的实验显示 在 transition layers 中进行压缩会伤害 feature expression

5)Composite Function 为了提速,我们使用 post-activation (Convolution - Batch Normalization - Relu
For post-activation, all batch normalization layers can be merged with convolution layer at the inference stage, which can accelerate the speed greatly.

针对目标检测问题,我们将 PeleeNet 嵌入到 SSD 中,主要注意点如下:
1) Feature Map Selection:我们选择了 5 scale feature maps (19 x 19, 10 x 10, 5 x 5, 3 x 3, and 1 x 1). 为了节约计算,我们没有选择 38 x 38 feature map
2)Residual Prediction Block : 加了一个 a residual block (ResBlock) before conducting prediction.
3) Small Convolutional Kernel for Prediction:1x1 kernels reduce the computational cost by 21.5%

在这里插入图片描述

Overview of PeleeNet architecture

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

11

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值