中文
相关论文

相关论文: SimCC: a Simple Coordinate Classification Perspect…

200 篇论文

The goal of 2D human pose estimation (HPE) is to localize anatomical landmarks, given an image of a person in a pose. SOTA techniques make use of thousands of labeled figures (finetuning transformers or training deep CNNs), acquired using…

计算机视觉与模式识别 · 计算机科学 2023-11-07 Nobline Yoo , Olga Russakovsky

For tackling the task of 2D human pose estimation, the great majority of the recent methods regard this task as a heatmap estimation problem, and optimize the heatmap prediction using the Gaussian-smoothed heatmap as the optimization…

计算机视觉与模式识别 · 计算机科学 2022-10-05 Haoxuan Qu , Li Xu , Yujun Cai , Lin Geng Foo , Jun Liu

One of the mainstream schemes for 2D human pose estimation (HPE) is learning keypoints heatmaps by a neural network. Existing methods typically improve the quality of heatmaps by customized architectures, such as high-resolution…

计算机视觉与模式识别 · 计算机科学 2023-06-30 Zhongwei Qiu , Qiansheng Yang , Jian Wang , Xiyu Wang , Chang Xu , Dongmei Fu , Kun Yao , Junyu Han , Errui Ding , Jingdong Wang

Human pose estimation (HPE) has received increasing attention recently due to its wide application in motion analysis, virtual reality, healthcare, etc. However, it suffers from the lack of labeled diverse real-world datasets due to the…

计算机视觉与模式识别 · 计算机科学 2024-12-31 Qucheng Peng , Ce Zheng , Zhengming Ding , Pu Wang , Chen Chen

Current Transformer-based methods for small object detection continue emerging, yet they have still exhibited significant shortcomings. This paper introduces HeatMap Position Embedding (HMPE), a novel Transformer Optimization technique that…

计算机视觉与模式识别 · 计算机科学 2025-04-21 YangChen Zeng

In this paper we present a novel approach for bottom-up multi-person 3D human pose estimation from monocular RGB images. We propose to use high resolution volumetric heatmaps to model joint locations, devising a simple and effective…

计算机视觉与模式识别 · 计算机科学 2020-04-02 Matteo Fabbri , Fabio Lanzi , Simone Calderara , Stefano Alletto , Rita Cucchiara

The existing human pose estimation methods are confronted with inaccurate long-distance regression or high computational cost due to the complex learning objectives. This work proposes a novel deep learning framework for human pose…

计算机视觉与模式识别 · 计算机科学 2021-05-18 ZiFan Chen , Xin Qin , Chao Yang , Li Zhang

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

In the field of human pose estimation, regression-based methods have been dominated in terms of speed, while heatmap-based methods are far ahead in terms of performance. How to take advantage of both schemes remains a challenging problem.…

计算机视觉与模式识别 · 计算机科学 2023-03-17 Suhang Ye , Yingyi Zhang , Jie Hu , Liujuan Cao , Shengchuan Zhang , Lei Shen , Jun Wang , Shouhong Ding , Rongrong Ji

The practical application requests both accuracy and efficiency on multi-person pose estimation algorithms. But the high accuracy and fast inference speed are dominated by top-down methods and bottom-up methods respectively. To make a…

计算机视觉与模式识别 · 计算机科学 2021-04-08 Jiabin Zhang , Zheng Zhu , Jiwen Lu , Junjie Huang , Guan Huang , Jie Zhou

3D Human Pose Estimation (HPE) is the task of locating keypoints of the human body in 3D space from 2D or 3D representations such as RGB images, depth maps or point clouds. Current HPE methods from depth and point clouds predominantly rely…

计算机视觉与模式识别 · 计算机科学 2024-09-04 Irene Ballester , Ondřej Peterka , Martin Kampel

Visual localization on standard-definition (SD) maps has emerged as a promising low-cost and scalable solution for autonomous driving. However, existing regression-based approaches often overlook inherent geometric priors, resulting in…

计算机视觉与模式识别 · 计算机科学 2026-01-08 Xuchang Zhong , Xu Cao , Jinke Feng , Hao Fang

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

Most 2D human pose estimation frameworks estimate keypoint confidence in an ad-hoc manner, using heuristics such as the maximum value of heatmaps. The confidence is part of the evaluation scheme, e.g., AP for the MSCOCO dataset, yet has…

计算机视觉与模式识别 · 计算机科学 2023-11-30 Kerui Gu , Rongyu Chen , Angela Yao

In this paper, we focus on the coordinate representation in human pose estimation. While being the standard choice, heatmap based representation has not been systematically investigated. We found that the process of coordinate decoding…

计算机视觉与模式识别 · 计算机科学 2020-03-17 Hanbin Dai , Liangbo Zhou , Feng Zhang , Zhengyu Zhang , Hong Hu , Xiatian Zhu , Mao Ye

We propose a new semi-supervised learning design for human pose estimation that revisits the popular dual-student framework and enhances it two ways. First, we introduce a denoising scheme to generate reliable pseudo-heatmaps as targets for…

计算机视觉与模式识别 · 计算机科学 2023-10-03 Zhuoran Yu , Manchen Wang , Yanbei Chen , Paolo Favaro , Davide Modolo

Human pose estimation aims at localizing human anatomical keypoints or body parts in the input data (e.g., images, videos, or signals). It forms a crucial component in enabling machines to have an insightful understanding of the behaviors…

计算机视觉与模式识别 · 计算机科学 2022-04-18 Haoming Chen , Runyang Feng , Sifan Wu , Hao Xu , Fengcheng Zhou , Zhenguang Liu

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

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

In monocular 3D human pose estimation a common setup is to first detect 2D positions and then lift the detection into 3D coordinates. Many algorithms suffer from overfitting to camera positions in the training set. We propose a siamese…

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