快速目标检测--Object detection at 200 Frames Per Second

Object detection at 200 Frames Per Second

本文在 Tiny Yolo 的基础上设计了一个目标检测网络,在 Nvidia 1080ti 上可以达到 100帧每秒。

在这里插入图片描述

本文主要成果有三点:1)网络结构上的设计改进;2) Distillation loss for Training,使用 teacher network 辅助训练;3)Effectiveness of data,Unlabeled data 的利用。

2 网络结构设计 Architecture customizations
在这里插入图片描述
Dense feature map with stacking 简单的来说就是多尺度卷积特征容易
大量使用 the bottleneck layers 和 1x1 convolutional layers 使得我们的网络 Deep but narrow,我们的网络简称为 F-Yolo

在这里插入图片描述

3 Distillation loss for Training
简单的来说就是使用一个高精度的目标检测器作为 teacher network 来辅助我们的快速检测网络 F-Yolo 的训练。

直接将基于 RCNN检测框架的 distillation 技术应用到 YOLO 存在问题。基于 RCNN 检测方法在候选区域提取步骤对背景做了一次过滤。而 single stage detector 没有过滤背景,导致大部分候选区域都是背景。
the dense sampling of the single stage detector introduces certain problems which makes the straight forward application of distillation ineffective.

这里针对这个问题主要是对 损失函数做了改动来解决的。

基于 非极大值抑制的区域过滤也需要改进,

4 Effectiveness of data

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

11

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值