前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >目标检测--Single-Shot Refinement Neural Network for Object Detection

目标检测--Single-Shot Refinement Neural Network for Object Detection

作者头像
用户1148525
发布2019-05-26 11:50:19
5910
发布2019-05-26 11:50:19
举报

Single-Shot Refinement Neural Network for Object Detection https://github.com/sfzhang15/RefineDet

针对目标检测,本文可以看作将 Faster RCNN 和 SSD 融合起来。

1 Introduction 当前基于 CNN 网络的目标检测可以分为两大类:1) the two-stage approach,2)the one-stage approach 1) the two-stage approach 首先是候选区域的提取,然后是目标的分类和回归,这类方法的检测精度要好于the one-stage approach 2)the one-stage approach 这类方法是通过 regular and dense sampling over locations, scales and aspect ratios,速度快,精度稍微差些,主要原因是 the class imbalance problem,即正负样本比例严重失调

本文提出一个目标检测框架 RefineDet, to inherit the merits of the two approaches (i.e., one-stage and two-stage approaches) and overcome their shortcomings

Architecture of RefineDet

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

网络主要包括两个相互关联的模型 Anchor Refinement Module (ARM)和 Object Detection Module(ODM),这两个模块通过 transfer connection block (TCB) 联系起来。

Anchor Refinement Module (ARM) 可以看作一个简化的 SSD,这里只做二分类,即目标的有无,去除一些无物体的候选区域,对位置和尺寸进行大致的调整,为后面的 ODM 提高一个好的初始化 ARM aims to remove negative anchors so as to reduce search space for the classifier and also coarsely adjust the locations and sizes of anchors to provide better initialization for the subsequent regressor

Object Detection Module(ODM) 可以看作为一个 Fast RCNN, 多类别分类是和矩形框回归 ODM aims to regress accurate object locations and predict multi-class labels based on the refined anchors

Transfer Connection Block (TCB) 这个模块可以看作 FCN 中的 deconvolution layers, 将不同网络层的特征融合起来

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

5 Experiments

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

RefineDet320+ 、RefineDet512+ : multi-scale testing strategy

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

11

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

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

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

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

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
图像识别
腾讯云图像识别基于深度学习等人工智能技术,提供车辆,物体及场景等检测和识别服务, 已上线产品子功能包含车辆识别,商品识别,宠物识别,文件封识别等,更多功能接口敬请期待。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档