中文
相关论文

相关论文: Train Your Data Processor: Distribution-Aware and …

200 篇论文

While being the de facto standard coordinate representation in human pose estimation, heatmap is never systematically investigated in the literature, to our best knowledge. This work fills this gap by studying the coordinate representation…

计算机视觉与模式识别 · 计算机科学 2019-10-15 Feng Zhang , Xiatian Zhu , Hanbin Dai , Mao Ye , Ce Zhu

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

The 2D heatmap-based approaches have dominated Human Pose Estimation (HPE) for years due to high performance. However, the long-standing quantization error problem in the 2D heatmap-based methods leads to several well-known drawbacks: 1)…

计算机视觉与模式识别 · 计算机科学 2022-07-06 Yanjie Li , Sen Yang , Peidong Liu , Shoukui Zhang , Yunxiao Wang , Zhicheng Wang , Wankou Yang , Shu-Tao Xia

Recent research on human pose estimation exploits complex structures to improve performance on benchmark datasets, ignoring the resource overhead and inference speed when the model is actually deployed. In this paper, we lighten the…

计算机视觉与模式识别 · 计算机科学 2022-05-24 Shiqi Li , Xiang Xiang

A series of 2D (and 3D) keypoint estimation tasks are built upon heatmap coordinate representation, i.e. a probability map that allows for learnable and spatially aware encoding and decoding of keypoint coordinates on grids, even allowing…

计算机视觉与模式识别 · 计算机科学 2021-10-22 Anargyros Chatzitofis , Nikolaos Zioulis , Georgios Nikolaos Albanis , Dimitrios Zarpalas , Petros Daras

Deep Learning models based on heatmap regression have revolutionized the task of facial landmark localization with existing models working robustly under large poses, non-uniform illumination and shadows, occlusions and self-occlusions, low…

计算机视觉与模式识别 · 计算机科学 2021-11-04 Adrian Bulat , Enrique Sanchez , Georgios Tzimiropoulos

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 (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

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 - 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

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

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

The target of 2D human pose estimation is to locate the keypoints of body parts from input 2D images. State-of-the-art methods for pose estimation usually construct pixel-wise heatmaps from keypoints as labels for learning convolution…

计算机视觉与模式识别 · 计算机科学 2020-12-15 Kun Zhang , Rui Wu , Ping Yao , Kai Deng , Ding Li , Renbiao Liu , Chuanguang Yang , Ge Chen , Min Du , Tianyao Zheng

Reconstructing 3D human shape and pose from monocular images is challenging despite the promising results achieved by the most recent learning-based methods. The commonly occurred misalignment comes from the facts that the mapping from…

计算机视觉与模式识别 · 计算机科学 2020-12-08 Hongwen Zhang , Jie Cao , Guo Lu , Wanli Ouyang , Zhenan Sun

Deep learning-based 3D human pose estimation performs best when trained on large amounts of labeled data, making combined learning from many datasets an important research direction. One obstacle to this endeavor are the different skeleton…

计算机视觉与模式识别 · 计算机科学 2023-01-02 István Sárándi , Alexander Hermans , Bastian Leibe

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

This paper is on human pose estimation using Convolutional Neural Networks. Our main contribution is a CNN cascaded architecture specifically designed for learning part relationships and spatial context, and robustly inferring pose even for…

计算机视觉与模式识别 · 计算机科学 2018-08-28 Adrian Bulat , Georgios Tzimiropoulos

Heatmap-based methods have become the mainstream method for pose estimation due to their superior performance. However, heatmap-based approaches suffer from significant quantization errors with downscale heatmaps, which result in limited…

计算机视觉与模式识别 · 计算机科学 2023-08-01 Haonan Wang , Jie Liu , Jie Tang , Gangshan Wu

Being a fundamental component in training and inference, data processing has not been systematically considered in human pose estimation community, to the best of our knowledge. In this paper, we focus on this problem and find that the…

计算机视觉与模式识别 · 计算机科学 2021-01-01 Junjie Huang , Zheng Zhu , Feng Guo , Guan Huang , Dalong Du

Human-centric perception is the core of diverse computer vision tasks and has been a long-standing research focus. However, previous research studied these human-centric tasks individually, whose performance is largely limited to the size…

计算机视觉与模式识别 · 计算机科学 2025-04-30 Weizhen He , Yunfeng Yan , Shixiang Tang , Yiheng Deng , Yangyang Zhong , Pengxin Luo , Donglian Qi
‹ 上一页 1 2 3 10 下一页 ›