A Unified Multi-scale Deep Convolutional Neural Network for Fast Object Detection
ECCV2016
https://github.com/zhaoweicai/mscnn

本文首先指出 Faster RCNN 在小目标检测存在的问题,分析其原因。随后提出本文的解决思路:1)在不同尺度特征图上进行候选区域提取,2)放大特征图用于检测

the MS-CNN achieves speeds of 10 fps on KITTI (1250×375) and 15 fps on Caltech (640×480) images

首先来看看 Faster-RCNN 中 RPN 存在的问题
RPN 是怎么提取候选区域的了?在一组固定的卷积特征图上滑动一组固定的滤波器
the RPN generates proposals of multiple scales by sliding a fixed set of filters over a fixed set of convolutional feature maps.

这就有一个不匹配的问题,物体尺度是变化的,但是滤波器感受野是固定的。导致小目标的检测效果尤其的差
This creates an inconsistency between the sizes of objects, which are variable, and filter receptive fields, which are fixed

我们针对目标检测提出了一个 unified multi-scale deep CNN, denoted the multi-scale CNN (MS-CNN),
主要包括两个部分: an object proposal network and an accurate detection network
3 Multi-scale Object Proposal Network
3.1 Multi-scale Detection

(a) 单个分类器,多尺度输入图像, 这种方法检测精度最高,计算量很大
(b) 多个分类器,单尺度输入图像,效率高点,精度差些
(c) 介于 (a)和 (b) 之间,若干分类器和若干尺度输入图像
(d) 合成多尺度特征图,单个分类器
(e) RCNN 中对候选区域多特征图归一化
(f) RPN 多个模板 anchor
(g) 本文的多尺度策略

本文的候选区域提取架构:

这么做的目的就是靠前的特征图可以检测小目标,靠后的特征图可以检测大目标

4 Object Detection Network 检测网络,这里用了一个反卷积的特征图放大
To the best of our knowledge, this is the first application of deconvolution to jointly improve the speed and accuracy of an object detector.


这个结构中有一个 context,就是候选区域外围的一圈,The context region is 1.5 times larger than the object region

5 Experimental Evaluation

KITTI benchmark test set

11

目标检测--A Unified Multi-scale Deep Convolutional Neural Network for Fast Object Detection相关推荐

  1. 深度学习论文阅读目标检测篇(三):Faster R-CNN《 Towards Real-Time Object Detection with Region Proposal Networks》

    深度学习论文阅读目标检测篇(三):Faster R-CNN< Towards Real-Time Object Detection with Region Proposal Networks&g ...

  2. [Paper]Application of deep convolutional neural network for automated detection of myocardial...

    *侵删 *限于博主英语水平,若翻译不当之处恳请批评指正~3Q Application of deep convolutional neural network for automated detect ...

  3. CVPR:Weakly-supervised Deep Convolutional Neural Network Learning for Facial Action Intensity Estima

    Weakly-supervised Deep Convolutional Neural Network Learning for Facial Action Intensity Estimation ...

  4. A Deep Convolutional Neural Network for segmenting and classifying epithelial and stromal regions

      文章全名:<A Deep Convolutional Neural Network for segmenting and classifying epithelial and stromal ...

  5. 3D Human Pose Estimation from Monocular Images with Deep Convolutional Neural Network(2014)

    Deep network for 3D pose estimation(2014) 本文提出两种策略去训练deep convolutional neural network以进行3D pose est ...

  6. 【医学+深度论文:F16】2015 EMBC Glaucoma detection based on deep convolutional neural network

    16 2015 EMBC Glaucoma detection based on deep convolutional neural network Method : 分类 Dataset :ORIG ...

  7. 二值网络--Optimize Deep Convolutional Neural Network with Ternarized Weights and High Accuracy

    Optimize Deep Convolutional Neural Network with Ternarized Weights and High Accuracy IEEE Winter Con ...

  8. 【转】ASPLOS'17论文导读——SC-DCNN: Highly-Scalable Deep Convolutional Neural Network using Stochastic Comput

    今年去参加了ASPLOS 2017大会,这个会议总体来说我感觉偏系统和偏软一点,涉及硬件的相对少一些,对我这个喜欢算法以及硬件架构的菜鸟来说并不算非常契合.中间记录了几篇相对比较有趣的paper,今天 ...

  9. PRN(20200816):A Hierarchical Deep Convolutional Neural Network for Incremental Learning [Tree-CNN]

    Roy D , Panda P , Roy K . Tree-CNN: A Hierarchical Deep Convolutional Neural Network for Incremental ...

最新文章

  1. 神经网络变成小怪兽,还能互相 battle!这款游戏用最简单的方式训练神经网络...
  2. 国内数十位大佬合作,综述预训练模型的过去、现在与未来
  3. 【学时总结】◆学时·VIII◆ 树形DP
  4. 一行代码集成带负数的自定义键盘
  5. php 取出多重数组中的一列_PHP获取数组中指定的一列实例
  6. bbb u-boot mmc总线初始化分析
  7. c 连接mysql示例 源码_MySQL 连接
  8. 云计算三种服务模式SaaS、PaaS和IaaS及其之间关系(顺带CaaS、MaaS)
  9. maven多模块项目部署到服务器,GitHub - baxias/foweb: 一个基于 Spring+SpringMVC+Mybatis 的Maven多模块项目。(实现前后端分离的服务器端)...
  10. 用函数判断考试得分:
  11. WORD开发工具的控件功能?
  12. 摩托罗拉发布RhoElements HTML5框架
  13. linux网卡配置没生效,linux上网络配置不生效的解决办法
  14. 使用 AndroidSocketClient 库建立 SSL 安全链接
  15. 一个简单的jxl文件上传功能
  16. spring 演变_团队的演变
  17. 修改百分浏览器(centbrowser)、谷歌和火狐浏览器默认字体的方法
  18. Linux、Windows、Mac安装JDK并配置环境变量(附删除原有jdk)
  19. 抓取Bilibili哔哩哔哩网站视频(Java和Python双版本实现)
  20. 【音特电子】整流二极管的工作原理与选型

热门文章

  1. cocos code ide 导入cocos2d-js自带的实例
  2. 创建一个表单,输入数据并且存入到数据库
  3. ICML2020 | 基于贝叶斯元学习在关系图上进行小样本关系抽取
  4. Discovery studio画蛋白质构象叠合图
  5. win10系统搭建Tensorflow深度学习平台详细步骤
  6. Environ. Res.:南土所梁玉婷组-低砷稻田土壤微生物抗砷功能基因的分布模式
  7. 轻断食是一种科学的减肥方法吗?
  8. R语言聚类分析--cluster, factoextra
  9. Nature:拟南芥微生物组功能研究2细菌基因组测序和分析
  10. eclipse取消不了多行注释_Eclipse常用快捷键