paper-with-me

Papers

Greedy Offset-Guided Keypoint Grouping for Human Pose Estimation

2021-07-07 · Jia Li, Linhua Xiang, Jiwei Chen, Zengfu Wang

We propose a simple yet reliable bottom-up approach with a good trade-off between accuracy and efficiency for the problem of multi-person pose estimation. Given an image, we employ an Hourglass Network to infer all the keypoints from different persons indiscriminately as well as the guiding offsets connecting the adjacent keypoints belonging to the same persons. Then, we greedily group the candidate keypoints into multiple human poses (if any), utilizing the predicted guiding offsets. And we refer to this process as greedy offset-guided keypoint grouping (GOG). Moreover, we revisit the encoding-decoding method for the multi-person keypoint coordinates and reveal some important facts affecting accuracy. Experiments have demonstrated the obvious performance improvements brought by the introduced components. Our approach is comparable to the state of the art on the challenging COCO dataset under fair conditions. The source code and our pre-trained model are publicly available online.

📄 PDF Abstract BibTeX arXiv:2107.03098

Code (1)

hellojialee/OffsetGuided 공식 구현 pytorch

Tasks

2D Human Pose EstimationKeypoint DetectionMulti-Person Pose EstimationPose Estimation

Similar Papers 제목 키워드 기반

Bottom-Up Human Pose Estimation by Ranking Heatmap-Guided Adaptive Keypoint Estimates

2020-06-28 · Ke Sun, Zigang Geng, Depu Meng, Bin Xiao 외

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

Keypoint DetectionMulti-Person Pose EstimationPose Estimationregression

Exploiting Offset-guided Network for Pose Estimation and Tracking

2019-06-04 · Rui Zhang, Zheng Zhu, Peng Li, Rui Wu 외

Human pose estimation has witnessed a significant advance thanks to the development of deep learning. Recent human pose estimation approaches tend to directly predict the location heatmaps, which causes quantization erro…

Human DetectionPose EstimationQuantization

Multi-person Articulated Tracking with Spatial and Temporal Embeddings

2019-03-21 · CVPR 2019 6 · Sheng Jin, Wentao Liu, Wanli Ouyang, Chen Qian

We propose a unified framework for multi-person pose estimation and tracking. Our framework consists of two main components,~\ie~SpatialNet and TemporalNet. The SpatialNet accomplishes body part detection and part-level …

Multi-Object TrackingMulti-Person Pose EstimationMulti-Person Pose Estimation and TrackingObject Tracking+2

Differentiable Hierarchical Graph Grouping for Multi-Person Pose Estimation

2020-07-23 · ECCV 2020 8 · Sheng Jin, Wentao Liu, Enze Xie, Wenhai Wang 외

Multi-person pose estimation is challenging because it localizes body keypoints for multiple persons simultaneously. Previous methods can be divided into two streams, i.e. top-down and bottom-up methods. The top-down met…

2D Human Pose EstimationClusteringGraph ClusteringGraph Neural Network+4

Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation

2019-11-24 · Jia Li, Wen Su, Zengfu Wang

We rethink a well-know bottom-up approach for multi-person pose estimation and propose an improved one. The improved approach surpasses the baseline significantly thanks to (1) an intuitional yet more sensible representa…

2D Human Pose EstimationKeypoint DetectionMulti-Person Pose EstimationPose Estimation