前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >人体姿态估计--Stacked Hourglass Networks for Human Pose Estimation

人体姿态估计--Stacked Hourglass Networks for Human Pose Estimation

作者头像
用户1148525
发布2019-05-26 11:44:31
1.4K0
发布2019-05-26 11:44:31
举报

Stacked Hourglass Networks for Human Pose Estimation ECCV2016 http://www-personal.umich.edu/~alnewell/pose/ Torch code is available

本文使用CNN网络来进行人体姿态估计,使用 Stacked Hourglass Networks,这里的 Hourglass 漏斗形状,Stacked Hourglass 就是多个漏斗形状网络级联起来

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

人体姿态估计使用 CNN 网络如何做了? 一般来说是先进行人体关节的检测,然后再将这些关节联系起来估计人体姿态

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

3 Network Architecture 3.1 Hourglass Design 漏斗网络的设计主要源于 the need to capture information at every scale 即多尺度信息的捕获 局部信息对于检测 人脸和手是至关重要的。最终的姿态估计则需要对整个人体的一致性理解 coherent understanding。 对于人的方向、肢体的排列、相邻关节的关系等信息需要从图像中不同的尺度去衡量和解析

The topology of the hourglass is symmetric

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

Our hourglass module differs from these designs mainly in its more symmetric distribution of capacity between bottom-up processing (from high resolutions to low resolutions) and top-down processing (from low resolutions to high resolutions).

3.2 Layer Implementation 在网络层的实现中,这里尝试了一些方法来提升性能 大量使用 residual modules 滤波器尺寸不超过 3x3

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

3.3 Stacked Hourglass with Intermediate Supervision 在级联漏斗网络中我们加入了中间监督,就是中间结果和真值数据比较,提升网络的性能,这个有点类似人脸识别中的 FaceID系列中采用的方法

3.4 Training Details 训练中的一些细节介绍

Example output on MPII’s test set

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

本文最大的特色就是设计一个漏洞形状网络结构,然后级联这个网络。这个漏洞网络的网络结构是对称的。这个级联有对应着图像多尺度信息的提取。

SPPE Stacked Hourglass model is rather vulnerable to bounding box errors.Even for the cases when the bounding boxes are considered as correct with IoU > 0.5, the detected human poses can still be wrong. Since SPPE produces a pose for each given bounding box, redundant detections result in redundant poses.

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

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

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

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

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
人脸识别
腾讯云神图·人脸识别(Face Recognition)基于腾讯优图强大的面部分析技术,提供包括人脸检测与分析、比对、搜索、验证、五官定位、活体检测等多种功能,为开发者和企业提供高性能高可用的人脸识别服务。 可应用于在线娱乐、在线身份认证等多种应用场景,充分满足各行业客户的人脸属性识别及用户身份确认等需求。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档