中文
相关论文

相关论文: 3D Human Pose and Shape Estimation via HybrIK-Tran…

200 篇论文

In this work, we demonstrate that 3D poses in video can be effectively estimated with a fully convolutional model based on dilated temporal convolutions over 2D keypoints. We also introduce back-projection, a simple and effective…

计算机视觉与模式识别 · 计算机科学 2019-04-01 Dario Pavllo , Christoph Feichtenhofer , David Grangier , Michael Auli

3D human pose estimation can be handled by encoding the geometric dependencies between the body parts and enforcing the kinematic constraints. Recently, Transformer has been adopted to encode the long-range dependencies between the joints…

计算机视觉与模式识别 · 计算机科学 2022-03-28 Mohammed Hassanin , Abdelwahed Khamiss , Mohammed Bennamoun , Farid Boussaid , Ibrahim Radwan

We address the challenges in estimating 3D human poses from multiple views under occlusion and with limited overlapping views. We approach multi-view, single-person 3D human pose reconstruction as a regression problem and propose a novel…

计算机视觉与模式识别 · 计算机科学 2023-12-29 Olivier Moliner , Sangxia Huang , Kalle Åström

Monocular 3D human pose estimation remains a challenging and ill-posed problem, particularly in real-time settings and unconstrained environments. While direct imageto-3D approaches require large annotated datasets and heavy models,…

计算机视觉与模式识别 · 计算机科学 2025-07-24 Mohamed Adjel

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

The state-of-the-art for monocular 3D human pose estimation in videos is dominated by the paradigm of 2D-to-3D pose uplifting. While the uplifting methods themselves are rather efficient, the true computational complexity depends on the…

计算机视觉与模式识别 · 计算机科学 2022-10-24 Moritz Einfalt , Katja Ludwig , Rainer Lienhart

Autonomous driving is an exciting new industry, posing important research questions. Within the perception module, 3D human pose estimation is an emerging technology, which can enable the autonomous vehicle to perceive and understand the…

计算机视觉与模式识别 · 计算机科学 2022-12-16 Andrei Zanfir , Mihai Zanfir , Alexander Gorban , Jingwei Ji , Yin Zhou , Dragomir Anguelov , Cristian Sminchisescu

The recent success of deep networks has significantly advanced 3D human pose estimation from 2D images. The diversity of capturing viewpoints and the flexibility of the human poses, however, remain some significant challenges. In this…

计算机视觉与模式识别 · 计算机科学 2019-01-31 Guoqiang Wei , Cuiling Lan , Wenjun Zeng , Zhibo Chen

We present a method for simultaneously estimating 3D human pose and body shape from a sparse set of wide-baseline camera views. We train a symmetric convolutional autoencoder with a dual loss that enforces learning of a latent…

计算机视觉与模式识别 · 计算机科学 2018-07-05 Matthew Trumble , Andrew Gilbert , Adrian Hilton , John Collomosse

Following the success of deep convolutional networks, state-of-the-art methods for 3d human pose estimation have focused on deep end-to-end systems that predict 3d joint locations given raw image pixels. Despite their excellent performance,…

计算机视觉与模式识别 · 计算机科学 2017-08-08 Julieta Martinez , Rayat Hossain , Javier Romero , James J. Little

In this paper, we aim to recover the 3D human pose from 2D body joints of a single image. The major challenge in this task is the depth ambiguity since different 3D poses may produce similar 2D poses. Although many recent advances in this…

计算机视觉与模式识别 · 计算机科学 2019-06-03 Mengxi Jiang , Zhuliang Yu , Cuihua Li , Yunqi Lei

The "lifting from 2D pose" method has been the dominant approach to 3D Human Pose Estimation (3DHPE) due to the powerful visual analysis ability of 2D pose estimators. Widely known, there exists a depth ambiguity problem when estimating…

计算机视觉与模式识别 · 计算机科学 2023-12-27 Feng Zhou , Jianqin Yin , Peiyang Li

Estimating three-dimensional human poses from the positions of two-dimensional joints has shown promising results.However, using two-dimensional joint coordinates as input loses more information than image-based approaches and results in…

计算机视觉与模式识别 · 计算机科学 2021-05-11 Shu Chen , Lei Zhang , Beiji Zou

In this work, we propose a new solution to 3D human pose estimation in videos. Instead of directly regressing the 3D joint locations, we draw inspiration from the human skeleton anatomy and decompose the task into bone direction prediction…

计算机视觉与模式识别 · 计算机科学 2021-01-27 Tianlang Chen , Chen Fang , Xiaohui Shen , Yiheng Zhu , Zhili Chen , Jiebo Luo

We explore 3D human pose estimation from a single RGB image. While many approaches try to directly predict 3D pose from image measurements, we explore a simple architecture that reasons through intermediate 2D pose predictions. Our approach…

计算机视觉与模式识别 · 计算机科学 2017-04-12 Ching-Hang Chen , Deva Ramanan

We aim to simultaneously estimate the 3D articulated pose and high fidelity volumetric occupancy of human performance, from multiple viewpoint video (MVV) with as few as two views. We use a multi-channel symmetric 3D convolutional…

计算机视觉与模式识别 · 计算机科学 2020-09-08 Andrew Gilbert , Matthew Trumble , Adrian Hilton , John Collomosse

While head-mounted devices are becoming more compact, they provide egocentric views with significant self-occlusions of the device user. Hence, existing methods often fail to accurately estimate complex 3D poses from egocentric views. In…

计算机视觉与模式识别 · 计算机科学 2024-05-16 Hiroyasu Akada , Jian Wang , Vladislav Golyanik , Christian Theobalt

The 3D human pose is vital for modern computer vision and computer graphics, and its prediction has drawn attention in recent years. 3D human pose prediction aims at forecasting a human's future motion from the previous sequence. Ignoring…

计算机视觉与模式识别 · 计算机科学 2025-05-20 Li Lin

This paper proposes a new lightweight Transformer-based lifter that maps short sequences of human 2D joint positions to 3D poses using a single camera. The proposed model takes as input geometric priors including segment lengths and camera…

计算机视觉与模式识别 · 计算机科学 2025-08-26 Mohamed Adjel , Vincent Bonnet

Existing 2D-to-3D human pose estimation (HPE) methods struggle with the occlusion issue by enriching information like temporal and visual cues in the lifting stage. In this paper, we argue that these methods ignore the limitation of the…

计算机视觉与模式识别 · 计算机科学 2025-04-01 Hongwei Zheng , Han Li , Wenrui Dai , Ziyang Zheng , Chenglin Li , Junni Zou , Hongkai Xiong