Papers › HDFormer: High-order Directed Transformer for 3D Human Pose Estimation

HDFormer: High-order Directed Transformer for 3D Human Pose Estimation

3 Feb 2023arXiv:2302.01825archive 2025-07-28

Hanyuan Chen, Jun-Yan He, Wangmeng Xiang, Zhi-Qi Cheng, Wei Liu, Hanbing Liu, Bin Luo, Yifeng Geng, Xuansong Xie

Human pose estimation is a challenging task due to its structured data sequence nature. Existing methods primarily focus on pair-wise interaction of body joints, which is insufficient for scenarios involving overlapping joints and rapidly changing poses. To overcome these issues, we introduce a novel approach, the High-order Directed Transformer (HDFormer), which leverages high-order bone and joint relationships for improved pose estimation. Specifically, HDFormer incorporates both self-attention and high-order attention to formulate a multi-order attention module. This module facilitates first-order "joint↔joint", second-order "bone↔joint", and high-order "hyperbone↔joint" interactions, effectively addressing issues in complex and occlusion-heavy situations. In addition, modern CNN techniques are integrated into the transformer-based architecture, balancing the trade-off between performance and efficiency. HDFormer significantly outperforms state-of-the-art (SOTA) models on Human3.6M and MPI-INF-3DHP datasets, requiring only 1/10 of the parameters and significantly lower computational costs. Moreover, HDFormer demonstrates broad real-world applicability, enabling real-time, accurate 3D pose estimation. The source code is in https://github.com/hyer/HDFormer

PaperPDFCodeCode 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="2302.01825")

Code

Syntology Ran 6 of 12 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hyer/hdformer officialmentioned in paperpytorch 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

12 samples harvested; 6 ran; 2 honoured the contract we drafted; 6 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 · honoured contract
1ran · violated contract
2ran · our draft was wrong
1ran
6unverified

Licence: 12 of the 12 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 hyer/HDFormer. “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.

Attention hyer/HDFormer/models/hd_former.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · d252bbacc051912d · report
build_digraph_incidence_matrix hyer/HDFormer/models/hd_former.py official repository ran · our draft was wrong no licence file found · pointer only · 38de2b676c1be83b · report
edge2mat hyer/HDFormer/models/hd_former.py official repository ran · our draft was wrong no licence file found · pointer only · 5f5ae82020ac7ec2 · report
iden hyer/HDFormer/models/hd_former.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 09f9d43400b3c4c7 · report
normalize_incidence_matrix hyer/HDFormer/models/hd_former.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 19940ad229207981 · report
zero hyer/HDFormer/models/hd_former.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · cf1326f21a3b15f8 · report
DiGraph hyer/HDFormer/models/hd_former.py official repository unverified no licence file found · pointer only · 12d301cba1608038 · report
FirstOrderAttention hyer/HDFormer/models/hd_former.py official repository unverified no licence file found · pointer only · 7501a5ca9bb6fba5 · report
Graph hyer/HDFormer/models/hd_former.py official repository unverified no licence file found · pointer only · e1502691e0df9603 · report
HDFormer hyer/HDFormer/models/hd_former.py official repository unverified no licence file found · pointer only · 7bf7366976e9d42d · report
HightOrderAttentionBlock hyer/HDFormer/models/hd_former.py official repository unverified no licence file found · pointer only · 77e2446bbcce4dde · report
conv_branch_init hyer/HDFormer/models/hd_former.py official repository unverified no licence file found · pointer only · 89d21b5353b72b02 · report

Tasks

3D Human Pose Estimation3D Pose EstimationPose EstimationVocal Bursts Intensity Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSPEEDSoftmaxTransformer

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