Chrome Extension
WeChat Mini Program
Use on ChatGLM

A Multiscale Coarse-to-Fine Human Pose Estimation Network with Hard Keypoint Mining

IEEE Transactions on Systems Man and Cybernetics Systems(2023)

Shanghai Univ Engn Sci | Univ Washington | Donghua Univ

Cited 0|Views20
Abstract
Current convolution neural network (CNN)-based multiperson pose estimators have achieved great progress, however, they pay no or less attention to “hard” samples, such as occluded keypoints, small and nearly invisible keypoints, and ambiguous keypoints. In this article, we explicitly deal with these “hard” samples by proposing a novel multiscale coarse-to-fine human pose estimation network (HM $^{2}$ PN), which includes two sequential subnetworks: CoarseNet and FineNet. CoarseNet conducts a coarse prediction to locate “simple” keypoints like hands and ankles with a multiscale fusion module, which is integrated with bottleneck, resulting in a novel module called multiscale bottleneck. The new module improves the multiscale representation ability of the network in a fine-grained level, while marginally reducing the computation cost because of group convolution. FineNet further infers “hard” keypoints and refines “simple” keypoints simultaneously with a hard keypoint mining loss. Distinct from the previous works, the proposed loss deals with “hard” keypoints differentially and prevents “simple” keypoints from dominating the computed gradients during training. Experiments on the COCO keypoint benchmark show that our approach achieves superior pose estimation performance compared with other state-of-the-art methods. Source code is available for further research: https://github.com/sues-vision/C2F-HumanPoseEstimation.
More
Translated text
Key words
Pose estimation,Standards,Convolution,Training,Task analysis,Heating systems,Detectors,Hard sample mining,human pose estimation,multiscale
求助PDF
上传PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Upload PDF to Generate Summary
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Related Papers
2020

被引用234 | 浏览

Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点:本文提出了一种新颖的多尺度粗到细的人体姿势估计网络,通过独特的硬关键点挖掘方法,有效处理了遮挡、小且难以观察以及模糊的关键点。

方法:本文提出的网络包括两个连续的子网络:粗网络和精细网络。粗网络通过多尺度融合模块进行粗略预测,定位像手和脚这样的简单关键点,同时引入了一个新的多尺度瓶颈模块,提升了网络在细粒度层次上的多尺度表示能力。精细网络通过硬关键点挖掘损失函数,同时推断出困难关键点和细化简单关键点。与以往的工作不同,本文的损失函数针对困难关键点进行不同处理,防止简单关键点在训练过程中主导计算梯度。

实验:在COCO关键点基准上的实验结果显示,与其他现有方法相比,我们的方法实现了更优的姿势估计性能。进一步的研究可以在https://github.com/sues-vision/C2F-HumanPoseEstimation获取源代码。