Papers › Distribution-Aware Coordinate Representation for Human Pose Estimation

Distribution-Aware Coordinate Representation for Human Pose Estimation

14 Oct 2019CVPR 2020 6arXiv:1910.06278archive 2025-07-28

Feng Zhang, Xiatian Zhu, Hanbin Dai, Mao Ye, Ce Zhu

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 with a particular focus on the heatmap. Interestingly, we found that the process of decoding the predicted heatmaps into the final joint coordinates in the original image space is surprisingly significant for human pose estimation performance, which nevertheless was not recognised before. In light of the discovered importance, we further probe the design limitations of the standard coordinate decoding method widely used by existing methods, and propose a more principled distribution-aware decoding method. Meanwhile, we improve the standard coordinate encoding process (i.e. transforming ground-truth coordinates to heatmaps) by generating accurate heatmap distributions for unbiased model training. Taking the two together, we formulate a novel Distribution-Aware coordinate Representation of Keypoint (DARK) method. Serving as a model-agnostic plug-in, DARK significantly improves the performance of a variety of state-of-the-art human pose estimation models. Extensive experiments show that DARK yields the best results on two common benchmarks, MPII and COCO, consistently validating the usefulness and effectiveness of our novel coordinate representation idea.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1910.06278")

Code

Syntology Ran 5 of 9 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 3 ran · fixture could not drive it.

By repository: community (archive-listed): 9 samples from 2 repositories, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Klawens/SwinPose mentioned on GitHubpytorchApache-2.0 report
chandyalex/Darkpose_Tensorflow mentioned on GitHubtf report
ilovepose/DarkPose mentioned on GitHubpytorch report
open-mmlab/mmpose pytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

9 samples harvested; 5 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
3ran · fixture could not drive it
4unverified

Licence: 0 of the 9 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calc_dists Klawens/SwinPose/lib/core/evaluate.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · b91b38261b03587d · report
conv3x3 Klawens/SwinPose/lib/models/pose_hrnet.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · fac5364e2f53c6db · report
dist_acc Klawens/SwinPose/lib/core/evaluate.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 1c2da88027e6e151 · report
get_max_preds ilovepose/DarkPose/lib/core/inference.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 55c58ef5f795e3d1 · report
taylor ilovepose/DarkPose/lib/core/inference.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 6700129ef38592b0 · report
gaussian_blur Klawens/SwinPose/lib/core/inference.py community (archive-listed) unverified Apache-2.0 (permissive) · a81d7a40407a092a · report
get_pose_net Klawens/SwinPose/lib/models/pose_hrnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 78015ae361e585ca · report
get_pose_net Klawens/SwinPose/lib/models/hourglass.py community (archive-listed) unverified Apache-2.0 (permissive) · 498dab54632ae89c · report
get_pose_net Klawens/SwinPose/lib/models/pose_resnet.py community (archive-listed) unverified Apache-2.0 (permissive) · dda50630404ba452 · report

Tasks

Keypoint DetectionMulti-Person Pose EstimationPose Estimation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Keypoint Detection COCO (Common Objects in Context) DarkPose(384x288) Test AP 76.2 #5 of 24 Archive leaderboard report
Multi-Person Pose Estimation COCO (Common Objects in Context) DarkPose AP 0.774 #2 of 15 Archive leaderboard report
Pose Estimation COCO test-dev HRNet-W48+DARK AP 77.4 #10 of 47 Archive leaderboard report
Pose Estimation COCO test-dev HRNet-W48+DARK AP50 92.6 #10 of 47 Archive leaderboard report
Pose Estimation COCO test-dev HRNet-W48+DARK AP75 84.6 #10 of 47 Archive leaderboard report
Pose Estimation COCO test-dev HRNet-W48+DARK APL 83.7 #10 of 47 Archive leaderboard report
Pose Estimation COCO test-dev HRNet-W48+DARK APM 73.6 #10 of 47 Archive leaderboard report
Pose Estimation COCO test-dev HRNet-W48+DARK AR 82.3 #10 of 47 Archive leaderboard report
Pose Estimation MPII Human Pose DarkPose PCKh-0.5 90.6 #25 of 46 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Heatmap

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections