前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >目标检测--Accurate Single Stage Detector Using Recurrent Rolling Convolution

目标检测--Accurate Single Stage Detector Using Recurrent Rolling Convolution

作者头像
用户1148525
发布2019-05-26 12:05:30
6660
发布2019-05-26 12:05:30
举报

Accurate Single Stage Detector Using Recurrent Rolling Convolution CVPR 2017 商汤科技关于目标检测的文献

Code: https://github.com/xiaohaoChen/rrc_detection

本文直观的理解就是对SSD 自动寻找合适 contextual information 来提升目标检测性能。

这里 single stage detectors 就是一个过程就搞定了检测,相对于 R-CNN 系列的 two stage: 候选区域提取+分类

这里写图片描述
这里写图片描述

本文首先实用数学公式分析了一下 SSD 检测存在的问题 SSD heavily relies on a strong assumption to perform well 这个强假设就是 每一层特征 对于检测目标是足够复杂的 ,包含的信息是够用的。 every Φ, by itself, has to be sophisticated enough to support the detection and the accurate localization of the objects of interest 这里的 sophistication 满足一下三点: 1)特征的尺寸足够大,包含足够的目标细节 2)将原始输入图像映射到当前特征的 特征提取函数足够的deep,这样可以得到 合适的 high level abstraction ,得到目标的抽象信息 3)特征层含有合适的contextual information,基于这些信息可以解决 overlapping objects, occluded objects, small objects, blur or saturated objects

The contextual information inˆΦ(·) means differently for different objects of interest. For instance, when detecting small objects it meansˆΦ(·) should return feature maps contain higher resolution features of this object to represent the missing details. When detecting occluded objects, ˆΦ(·) should return feature maps contain robust abstraction of such object so that the feature is relatively invariant to occlusion. When detecting overlapping objects, ˆΦ(·) should return feature maps contain both the details of the boundary and the high level abstraction to distinguish different objects.

这里我们提出了一个 Recurrent Rolling Convolution 来渐进的完成寻找合适的 contextual information的任务 RRC is a recurrent process in which each iteration gathers and aggregates relevant features for detection. As we discussed before, these revevant feature contains contextual information which is critical for detecting challenging objects

这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述

KITTI 测试数据检测结果:

这里写图片描述
这里写图片描述

虽然是 single stage detector, 但是这个网络的速度应该不是很快。做不到实时检测

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2017年04月24日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
对象存储
对象存储(Cloud Object Storage,COS)是由腾讯云推出的无目录层次结构、无数据格式限制,可容纳海量数据且支持 HTTP/HTTPS 协议访问的分布式存储服务。腾讯云 COS 的存储桶空间无容量上限,无需分区管理,适用于 CDN 数据分发、数据万象处理或大数据计算与分析的数据湖等多种场景。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档