中文
相关论文

相关论文: Human pose estimation via Convolutional Part Heatm…

200 篇论文

Human pose estimation (i.e., locating the body parts / joints of a person) is a fundamental problem in human-computer interaction and multimedia applications. Significant progress has been made based on the development of depth sensors,…

计算机视觉与模式识别 · 计算机科学 2016-08-16 Keze Wang , Shengfu Zhai , Hui Cheng , Xiaodan Liang , Liang Lin

This paper introduces a new architecture for human pose estimation using a multi- layer convolutional network architecture and a modified learning technique that learns low-level features and higher-level weak spatial models. Unconstrained…

计算机视觉与模式识别 · 计算机科学 2014-04-24 Arjun Jain , Jonathan Tompson , Mykhaylo Andriluka , Graham W. Taylor , Christoph Bregler

We introduce a novel method for robust and accurate 3D object pose estimation from a single color image under large occlusions. Following recent approaches, we first predict the 2D projections of 3D points related to the target object and…

计算机视觉与模式识别 · 计算机科学 2018-07-27 Markus Oberweger , Mahdi Rad , Vincent Lepetit

Human pose estimation is an important topic in computer vision with many applications including gesture and activity recognition. However, pose estimation from image is challenging due to appearance variations, occlusions, clutter…

计算机视觉与模式识别 · 计算机科学 2018-08-07 Lipeng Ke , Ming-Ching Chang , Honggang Qi , Siwei Lyu

Head pose estimation is a crucial problem for many tasks, such as driver attention, fatigue detection, and human behaviour analysis. It is well known that neural networks are better at handling classification problems than regression…

计算机视觉与模式识别 · 计算机科学 2020-05-26 Zhongxu Hu , Yang Xing , Chen Lv , Peng Hang , Jie Liu

Achieving robust multi-person 2D body landmark localization and pose estimation is essential for human behavior and interaction understanding as encountered for instance in HRI settings. Accurate methods have been proposed recently, but…

计算机视觉与模式识别 · 计算机科学 2019-12-03 Angel Martínez-González , Michael Villamizar , Olivier Canévet , Jean-Marc Odobez

While there has been a success in 2D human pose estimation with convolutional neural networks (CNNs), 3D human pose estimation has not been thoroughly studied. In this paper, we tackle the 3D human pose estimation task with end-to-end…

计算机视觉与模式识别 · 计算机科学 2016-09-09 Sungheon Park , Jihye Hwang , Nojun Kwak

The objective of this work is human pose estimation in videos, where multiple frames are available. We investigate a ConvNet architecture that is able to benefit from temporal context by combining information across the multiple frames…

计算机视觉与模式识别 · 计算机科学 2015-11-10 Tomas Pfister , James Charles , Andrew Zisserman

We propose a novel ConvNet model for predicting 2D human body poses in an image. The model regresses a heatmap representation for each body keypoint, and is able to learn and represent both the part appearances and the context of the part…

计算机视觉与模式识别 · 计算机科学 2017-08-08 Vasileios Belagiannis , Andrew Zisserman

Like many computer vision problems, human pose estimation is a challenging problem in that recognizing a body part requires not only information from local area but also from areas with large spatial distance. In order to spatially pass…

计算机视觉与模式识别 · 计算机科学 2019-04-08 Te Qi , Bayram Bayramli , Usman Ali , Qinchuan Zhang , Hongtao Lu

Human pose estimation is an essential yet challenging task in computer vision. One of the reasons for this difficulty is that there are many redundant regions in the images. In this work, we proposed a convolutional network architecture…

计算机视觉与模式识别 · 计算机科学 2019-04-05 Guanxiong Sun , Chengqin Ye , Kuanquan Wang

This paper explores the capabilities of convolutional neural networks to deal with a task that is easily manageable for humans: perceiving 3D pose of a human body from varying angles. However, in our approach, we are restricted to using a…

计算机视觉与模式识别 · 计算机科学 2017-07-21 Agne Grinciunaite , Amogh Gudi , Emrah Tasli , Marten den Uyl

The typical bottom-up human pose estimation framework includes two stages, keypoint detection and grouping. Most existing works focus on developing grouping algorithms, e.g., associative embedding, and pixel-wise keypoint regression that we…

计算机视觉与模式识别 · 计算机科学 2020-06-30 Ke Sun , Zigang Geng , Depu Meng , Bin Xiao , Dong Liu , Zhaoxiang Zhang , Jingdong Wang

Human pose estimation plays an important role in many computer vision tasks and has been studied for many decades. However, due to complex appearance variations from poses, illuminations, occlusions and low resolutions, it still remains a…

计算机视觉与模式识别 · 计算机科学 2019-05-21 Zhihui Su , Ming Ye , Guohui Zhang , Lei Dai , Jianda Sheng

We propose a method for inferring human attributes (such as gender, hair style, clothes style, expression, action) from images of people under large variation of viewpoint, pose, appearance, articulation and occlusion. Convolutional Neural…

计算机视觉与模式识别 · 计算机科学 2014-05-07 Ning Zhang , Manohar Paluri , Marc'Aurelio Ranzato , Trevor Darrell , Lubomir Bourdev

In this paper, we present a method for real-time multi-person human pose estimation from video by utilizing convolutional neural networks. Our method is aimed for use case specific applications, where good accuracy is essential and…

计算机视觉与模式识别 · 计算机科学 2016-09-26 Marko Linna , Juho Kannala , Esa Rahtu

We explore the importance of spatial contextual information in human pose estimation. Most state-of-the-art pose networks are trained in a multi-stage manner and produce several auxiliary predictions for deep supervision. With this…

计算机视觉与模式识别 · 计算机科学 2019-01-08 Hong Zhang , Hao Ouyang , Shu Liu , Xiaojuan Qi , Xiaoyong Shen , Ruigang Yang , Jiaya Jia

Human pose estimation - the process of recognizing human keypoints in a given image - is one of the most important tasks in computer vision and has a wide range of applications including movement diagnostics, surveillance, or self-driving…

计算机视觉与模式识别 · 计算机科学 2021-01-25 Trung Q. Tran , Giang V. Nguyen , Daeyoung Kim

This work presents a novel Convolutional Neural Network (CNN) architecture and a training procedure to enable robust and accurate pose estimation of a noncooperative spacecraft. First, a new CNN architecture is introduced that has scored a…

计算机视觉与模式识别 · 计算机科学 2019-09-04 Tae Ha Park , Sumant Sharma , Simone D'Amico

In this paper, we present a regression-based pose recognition method using cascade Transformers. One way to categorize the existing approaches in this domain is to separate them into 1). heatmap-based and 2). regression-based. In general,…

计算机视觉与模式识别 · 计算机科学 2021-04-15 Ke Li , Shijie Wang , Xiang Zhang , Yifan Xu , Weijian Xu , Zhuowen Tu
‹ 上一页 1 2 3 10 下一页 ›