Papers › ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation
ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation
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.
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.
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.
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.
a17528cd8209371a · report
daeb52387dc365ad · report
b45be27e9755bcea · report
cd0e7be073ad785f · report
bcec6a4434dcfdb8 · report
6f5efea0780d30f0 · report
3729451b09b4c285 · report
fa78df3f00a52ac8 · report
38811a374b1cff76 · report
c26b0690c76a9818 · report
c4c1705ff75a3ef5 · report
c053b8c18815c5f8 · report
92e7b0a551d548fb · report
e53d577562ffb351 · report
6c308dbbb4a9949b · report
8d099da3b789e317 · report
8294c29e3ad40443 · report
c3487124f762d881 · report
c828e7e8249b42be · report
bbca4a34f6f76844 · report
dbcb1917083518a7 · report
d17daecae39897ce · report
ec2566dcbcbac9aa · report
a3947ec0fada50f7 · report
e38694c775a09153 · report
ee523b19fa42ef3e · report
c706a215373869f8 · report
fb206aa7be7aa229 · report
6d08729cda37113c · report
471e5bd20e25b2a2 · report
126e704199014f2d · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| 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
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