Papers › ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation

ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation

26 Apr 2022arXiv:2204.12484archive 2025-07-28

Yufei Xu, Jing Zhang, Qiming Zhang, DaCheng Tao

Although no specific domain knowledge is considered in the design, plain vision transformers have shown excellent performance in visual recognition tasks. However, little effort has been made to reveal the potential of such simple structures for pose estimation tasks. In this paper, we show the surprisingly good capabilities of plain vision transformers for pose estimation from various aspects, namely simplicity in model structure, scalability in model size, flexibility in training paradigm, and transferability of knowledge between models, through a simple baseline model called ViTPose. Specifically, ViTPose employs plain and non-hierarchical vision transformers as backbones to extract features for a given person instance and a lightweight decoder for pose estimation. It can be scaled up from 100M to 1B parameters by taking the advantages of the scalable model capacity and high parallelism of transformers, setting a new Pareto front between throughput and performance. Besides, ViTPose is very flexible regarding the attention type, input resolution, pre-training and finetuning strategy, as well as dealing with multiple pose tasks. We also empirically demonstrate that the knowledge of large ViTPose models can be easily transferred to small ones via a simple knowledge token. Experimental results show that our basic ViTPose model outperforms representative methods on the challenging MS COCO Keypoint Detection benchmark, while the largest model sets a new state-of-the-art. The code and models are available at https://github.com/ViTAE-Transformer/ViTPose.

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="2204.12484")

Code

Syntology Ran 18 of 31 code samples harvested from 3 repositories linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 7 ran · fixture could not drive it; 10 ran with no contract checked.

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

vitae-transformer/vitpose officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
vitae-transformer/qformer mentioned on GitHubpytorch 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

31 samples harvested; 18 ran; 0 honoured the contract we drafted; 13 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.

1ran · our draft was wrong
7ran · fixture could not drive it
10ran
13unverified

Licence: 6 of the 31 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 3 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.

Attention gpastal24/ViTPose-Pytorch/src/vitpose_infer/builder/backbones/vit.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · a17528cd8209371a · report
Block gpastal24/ViTPose-Pytorch/src/vitpose_infer/builder/backbones/vit.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · daeb52387dc365ad · report
Block JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran Apache-2.0 (permissive) · b45be27e9755bcea · report
DropPath gpastal24/ViTPose-Pytorch/src/vitpose_infer/builder/backbones/vit.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted GPL-3.0 (copyleft) · pointer only · cd0e7be073ad785f · report
DropPath JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · bcec6a4434dcfdb8 · report
HybridEmbed gpastal24/ViTPose-Pytorch/src/vitpose_infer/builder/backbones/vit.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted GPL-3.0 (copyleft) · pointer only · 6f5efea0780d30f0 · report
HybridEmbed JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 3729451b09b4c285 · report
PatchEmbed gpastal24/ViTPose-Pytorch/src/vitpose_infer/builder/backbones/vit.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · fa78df3f00a52ac8 · report
PatchEmbed JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran Apache-2.0 (permissive) · 38811a374b1cff76 · report
PatchEmbed jaehyunnn/ViTPose_pytorch/models/model.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · c26b0690c76a9818 · report
_calc_distances JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · c4c1705ff75a3ef5 · report
_distance_acc JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · c053b8c18815c5f8 · report
_gaussian_blur JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 92e7b0a551d548fb · report
_get_max_preds JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · e53d577562ffb351 · report
_taylor JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 6c308dbbb4a9949b · report
keypoint_pck_accuracy JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 8d099da3b789e317 · report
post_dark_udp JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 8294c29e3ad40443 · report
trunc_normal_ JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · c3487124f762d881 · report
TopdownHeatmapBaseHead JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · c828e7e8249b42be · report
TopdownHeatmapSimpleHead JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · bbca4a34f6f76844 · report
TopdownHeatmapSimpleHead jaehyunnn/ViTPose_pytorch/models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · dbcb1917083518a7 · report
ViT gpastal24/ViTPose-Pytorch/src/vitpose_infer/builder/backbones/vit.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · d17daecae39897ce · report
ViT JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · ec2566dcbcbac9aa · report
ViT jaehyunnn/ViTPose_pytorch/models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · a3947ec0fada50f7 · report
ViTPose JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · e38694c775a09153 · report
ViTPose jaehyunnn/ViTPose_pytorch/models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · ee523b19fa42ef3e · report
keypoints_from_heatmaps JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · c706a215373869f8 · report
normal_init JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · fb206aa7be7aa229 · report
pose_pck_accuracy JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · 6d08729cda37113c · report
resize JunkyByte/easy_ViTPose/easy_ViTPose/vit_models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · 471e5bd20e25b2a2 · report
resize jaehyunnn/ViTPose_pytorch/models/model.py community (archive-listed) unverified Apache-2.0 (permissive) · 126e704199014f2d · report

Tasks

2D Human Pose EstimationKeypoint DetectionPose Estimation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
2D Human Pose Estimation Human-Art ViTPose-h AP 0.468 #3 of 10 Archive leaderboard report
2D Human Pose Estimation Human-Art ViTPose-h AP (gt bbox) 0.800 #3 of 10 Archive leaderboard report
2D Human Pose Estimation Human-Art ViTPose-l AP 0.459 #4 of 10 Archive leaderboard report
2D Human Pose Estimation Human-Art ViTPose-l AP (gt bbox) 0.789 #4 of 10 Archive leaderboard report
2D Human Pose Estimation Human-Art ViTpose-b AP 0.410 #6 of 10 Archive leaderboard report
2D Human Pose Estimation Human-Art ViTpose-b AP (gt bbox) 0.759 #6 of 10 Archive leaderboard report
2D Human Pose Estimation Human-Art ViTPose-s AP 0.381 #8 of 10 Archive leaderboard report
2D Human Pose Estimation Human-Art ViTPose-s AP (gt bbox) 0.738 #8 of 10 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G, ensemble) AP 81.1 #1 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G, ensemble) AP50 95.0 #1 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G, ensemble) AP75 88.2 #1 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G, ensemble) APL 86.0 #1 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G, ensemble) APM 77.8 #1 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G, ensemble) AR 85.6 #1 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G) AP 80.9 #2 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G) AP50 94.8 #2 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G) AP75 88.1 #2 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G) APL 85.9 #2 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G) APM 77.5 #2 of 47 Archive leaderboard report
Pose Estimation COCO test-dev ViTPose (ViTAE-G) AR 85.4 #2 of 47 Archive leaderboard report
Pose Estimation COCO val2017 ViTPose-B (Single-task_GT-bbox_256x192) AP 77.3 #3 of 11 Archive leaderboard report
Pose Estimation COCO val2017 ViTPose-B (Single-task_GT-bbox_256x192) AP50 93.5 #3 of 11 Archive leaderboard report
Pose Estimation COCO val2017 ViTPose-B (Single-task_GT-bbox_256x192) AP75 84.5 #3 of 11 Archive leaderboard report
Pose Estimation COCO val2017 ViTPose-B (Single-task_GT-bbox_256x192) AR 80.4 #3 of 11 Archive leaderboard report
Pose Estimation COCO val2017 ViTPose-B (Single-task_Det-bbox_256x192) AP 75.8 #5 of 11 Archive leaderboard report
Pose Estimation COCO val2017 ViTPose-B (Single-task_Det-bbox_256x192) AP50 90.7 #5 of 11 Archive leaderboard report
Pose Estimation COCO val2017 ViTPose-B (Single-task_Det-bbox_256x192) AP75 83.2 #5 of 11 Archive leaderboard report
Pose Estimation COCO val2017 ViTPose-B (Single-task_Det-bbox_256x192) AR 81.1 #5 of 11 Archive leaderboard report
Pose Estimation CrowdPose ViTPose-G AP 78.3 #2 of 12 Archive leaderboard report
Pose Estimation CrowdPose ViTPose-G AP Hard 67.9 #2 of 12 Archive leaderboard report
Pose Estimation CrowdPose ViTPose-G AP50 85.3 #2 of 12 Archive leaderboard report
Pose Estimation CrowdPose ViTPose-G AP75 81.4 #2 of 12 Archive leaderboard report
Pose Estimation CrowdPose ViTPose-G APM 86.6 #2 of 12 Archive leaderboard report
Pose Estimation OCHuman ViTPose (ViTAE-G, GT bounding boxes) Test AP 93.3 #1 of 19 Archive leaderboard report
Pose Estimation OCHuman ViTPose (ViTAE-G, GT bounding boxes) Validation AP 92.8 #1 of 19 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

AttentionDense ConnectionsLayer NormalizationLinear LayerMulti-Head AttentionResidual ConnectionSoftmaxVision Transformer

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