前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >行人检测--What Can Help Pedestrian Detection?

行人检测--What Can Help Pedestrian Detection?

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

What Can Help Pedestrian Detection? CVPR2017

本文主要分析 extra features 对于 基于CNN 的行人检测有什么帮助,设计了一个行人检测网络 HyperLearner 可以有效利用这些 extra features

这里的 extra features 主要指 various channel features

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

行人检测中存在什么问题了?

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

一个是低分辨率情况的 背景和小尺寸的人 很难区分,另一个是多个人在一起的时候基于CNN的单个行人的检测定位误差相对较大

这里我们将 channel features 融入到 Faster R-CNN 中去

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

3.2. Introduction to channel features

各种 channel features 分为三类: apparent-to-semantic channels, temporal channels and depth channels 1) apparent-to-semantic channels 主要包括 ICF channel [10]( colors and gradients), edge channel, segmentation channel ( FCN )and heatmap channel( blur the segmentation channel ),特征从 low-level apparent to high-level semantic 2) Temporal channels 包括 optical flow [1] and motion [29] 3)Depth channels disparity channel

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

分割信息对行人检测的帮助最大

HyperLearner 网络

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

这里的 Aggregated activation map 是怎么得到了? 将 body network 中不同尺寸的特征图归一化到同一个尺寸、相同通道数目,组合起来得到 Aggregated activation map,这个 Aggregated activation map 作为 channel feature network (CFN) 的输入得到 Channel Feature,body network 的最终输出 加上 Aggregated activation map 作为 region proposal network (RPN) and Fast R-CNN (FRCNN) 的输入。

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

Caltech test set

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

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

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

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

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档