中文
相关论文

相关论文: Learning Heatmap-Style Jigsaw Puzzles Provides Goo…

200 篇论文

Previous video-based human pose estimation methods have shown promising results by leveraging aggregated features of consecutive frames. However, most approaches compromise accuracy to mitigate jitter or do not sufficiently comprehend the…

计算机视觉与模式识别 · 计算机科学 2022-11-30 Kyung-Min Jin , Byoung-Sung Lim , Gun-Hee Lee , Tae-Kyung Kang , Seong-Whan Lee

In this paper, we propose a two-stage depth ranking based method (DRPose3D) to tackle the problem of 3D human pose estimation. Instead of accurate 3D positions, the depth ranking can be identified by human intuitively and learned using the…

计算机视觉与模式识别 · 计算机科学 2018-05-25 Min Wang , Xipeng Chen , Wentao Liu , Chen Qian , Liang Lin , Lizhuang Ma

Human pose estimation are of importance for visual understanding tasks such as action recognition and human-computer interaction. In this work, we present a Multiple Stage High-Resolution Network (Multi-Stage HRNet) to tackling the problem…

计算机视觉与模式识别 · 计算机科学 2019-10-15 Junjie Huang , Zheng Zhu , Guan Huang

We present the first single-network approach for 2D~whole-body pose estimation, which entails simultaneous localization of body, face, hands, and feet keypoints. Due to the bottom-up formulation, our method maintains constant real-time…

计算机视觉与模式识别 · 计算机科学 2019-10-01 Gines Hidalgo , Yaadhav Raaj , Haroon Idrees , Donglai Xiang , Hanbyul Joo , Tomas Simon , Yaser Sheikh

This is an official pytorch implementation of Deep High-Resolution Representation Learning for Human Pose Estimation. In this work, we are interested in the human pose estimation problem with a focus on learning reliable high-resolution…

计算机视觉与模式识别 · 计算机科学 2019-02-26 Ke Sun , Bin Xiao , Dong Liu , Jingdong Wang

In this paper, we propose an end-to-end trainable regression approach for human pose estimation from still images. We use the proposed Soft-argmax function to convert feature maps directly to joint coordinates, resulting in a fully…

计算机视觉与模式识别 · 计算机科学 2017-10-09 Diogo C. Luvizon , Hedi Tabia , David Picard

This paper presents Key2Mesh, a model that takes a set of 2D human pose keypoints as input and estimates the corresponding body mesh. Since this process does not involve any visual (i.e. RGB image) data, the model can be trained on…

计算机视觉与模式识别 · 计算机科学 2024-04-11 Bedirhan Uguz , Ozhan Suat , Batuhan Karagoz , Emre Akbas

3D human pose estimation captures the human joint points in three-dimensional space while keeping the depth information and physical structure. That is essential for applications that require precise pose information, such as human-computer…

计算机视觉与模式识别 · 计算机科学 2024-03-26 Jianbin Jiao , Xina Cheng , Weijie Chen , Xiaoting Yin , Hao Shi , Kailun Yang

We present a new self-supervised approach, SelfPose3d, for estimating 3d poses of multiple persons from multiple camera views. Unlike current state-of-the-art fully-supervised methods, our approach does not require any 2d or 3d ground-truth…

计算机视觉与模式识别 · 计算机科学 2024-06-11 Vinkle Srivastav , Keqi Chen , Nicolas Padoy

3D human pose estimation from 2D images is a challenging problem due to depth ambiguity and occlusion. Because of these challenges the task is underdetermined, where there exists multiple -- possibly infinite -- poses that are plausible…

计算机视觉与模式识别 · 计算机科学 2026-02-04 Francis Snelgar , Ming Xu , Stephen Gould , Liang Zheng , Akshay Asthana

The phenomenon of Human Pose Estimation (HPE) is a problem that has been explored over the years, particularly in computer vision. But what exactly is it? To answer this, the concept of a pose must first be understood. Pose can be defined…

计算机视觉与模式识别 · 计算机科学 2021-10-14 Rohit Josyula , Sarah Ostadabbas

This work addresses the problem of estimating the full body 3D human pose and shape from a single color image. This is a task where iterative optimization-based solutions have typically prevailed, while Convolutional Networks (ConvNets)…

计算机视觉与模式识别 · 计算机科学 2018-05-11 Georgios Pavlakos , Luyang Zhu , Xiaowei Zhou , Kostas Daniilidis

Recently, the leading performance of human pose estimation is dominated by heatmap based methods. While being a fundamental component of heatmap processing, heatmap decoding (i.e. transforming heatmaps to coordinates) receives only limited…

计算机视觉与模式识别 · 计算机科学 2020-07-20 Feiyu Yang , Zhan Song , Zhenzhong Xiao , Yu Chen , Zhe Pan , Min Zhang , Min Xue , Yaoyang Mo , Yao Zhang , Guoxiong Guan , Beibei Qian

The common approach to 3D human pose estimation is predicting the body joint coordinates relative to the hip. This works well for a single person but is insufficient in the case of multiple interacting people. Methods predicting absolute…

计算机视觉与模式识别 · 计算机科学 2019-04-15 Márton Véges , András Lőrincz

Estimating a 3D human pose has proven to be a challenging task, primarily because of the complexity of the human body joints, occlusions, and variability in lighting conditions. In this paper, we introduce a higher-order graph convolutional…

计算机视觉与模式识别 · 计算机科学 2021-11-02 Jianning Quan , A. Ben Hamza

Human face pose estimation aims at estimating the gazing direction or head postures with 2D images. It gives some very important information such as communicative gestures, saliency detection and so on, which attracts plenty of attention…

计算机视觉与模式识别 · 计算机科学 2017-12-19 Chaoqun Hong , Jun Yu

Heatmap regression has become the most prevalent choice for nowadays human pose estimation methods. The ground-truth heatmaps are usually constructed via covering all skeletal keypoints by 2D gaussian kernels. The standard deviations of…

计算机视觉与模式识别 · 计算机科学 2021-03-26 Zhengxiong Luo , Zhicheng Wang , Yan Huang , Tieniu Tan , Erjin Zhou

We study the problem of learning to assign a characteristic pose, i.e., scale and orientation, for an image region of interest. Despite its apparent simplicity, the problem is non-trivial; it is hard to obtain a large-scale set of image…

计算机视觉与模式识别 · 计算机科学 2022-06-16 Jongmin Lee , Yoonwoo Jeong , Minsu Cho

Deep learning methods have achieved excellent performance in pose estimation, but the lack of robustness causes the keypoints to change drastically between similar images. In view of this problem, a stable heatmap regression method is…

计算机视觉与模式识别 · 计算机科学 2021-05-11 Yumeng Zhang , Li Chen , Yufeng Liu , Xiaoyan Guo , Wen Zheng , Junhai Yong

In recent years, estimating the 6D pose of object instances with convolutional neural network (CNN) has received considerable attention. Depending on whether intermediate cues are used, the relevant literature can be roughly divided into…

计算机视觉与模式识别 · 计算机科学 2019-05-31 Mingliang Fu , Weijia Zhou