Papers › X-Pose: Detecting Any Keypoints

X-Pose: Detecting Any Keypoints

12 Oct 2023arXiv:2310.08530archive 2025-07-28

Jie Yang, Ailing Zeng, Ruimao Zhang, Lei Zhang

This work aims to address an advanced keypoint detection problem: how to accurately detect any keypoints in complex real-world scenarios, which involves massive, messy, and open-ended objects as well as their associated keypoints definitions. Current high-performance keypoint detectors often fail to tackle this problem due to their two-stage schemes, under-explored prompt designs, and limited training data. To bridge the gap, we propose X-Pose, a novel end-to-end framework with multi-modal (i.e., visual, textual, or their combinations) prompts to detect multi-object keypoints for any articulated (e.g., human and animal), rigid, and soft objects within a given image. Moreover, we introduce a large-scale dataset called UniKPT, which unifies 13 keypoint detection datasets with 338 keypoints across 1,237 categories over 400K instances. Training with UniKPT, X-Pose effectively aligns text-to-keypoint and image-to-keypoint due to the mutual enhancement of multi-modal prompts based on cross-modality contrastive learning. Our experimental results demonstrate that X-Pose achieves notable improvements of 27.7 AP, 6.44 PCK, and 7.0 AP compared to state-of-the-art non-promptable, visual prompt-based, and textual prompt-based methods in each respective fair setting. More importantly, the in-the-wild test demonstrates X-Pose's strong fine-grained keypoint localization and generalization abilities across image styles, object categories, and poses, paving a new path to multi-object keypoint detection in real applications. Our code and dataset are available at https://github.com/IDEA-Research/X-Pose.

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

Code

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

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

IDEA-Research/UniPose officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
idea-research/x-pose officialmentioned in papermentioned on GitHubpytorchNOASSERTION 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

13 samples harvested; 11 ran; 0 honoured the contract we drafted; 2 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
1ran · fixture could not drive it
9ran
2unverified

Licence: 13 of the 13 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.

crop idea-research/x-pose/transforms.py official repository ran licence not identified · pointer only · 32a6ee4e27f89e71 · report
func_attention IDEA-Research/UniPose/models/UniPose/fuse_modules.py official repository ran licence not identified · pointer only · 16ffb3896995c049 · report
gen_encoder_output_proposals IDEA-Research/UniPose/models/UniPose/utils.py official repository ran no licence file found · pointer only · e3b2768e6a9c1cb5 · report
get_sine_pos_embed IDEA-Research/UniPose/models/UniPose/utils.py official repository ran licence not identified · pointer only · 00d365116e665402 · report
l1norm IDEA-Research/UniPose/models/UniPose/fuse_modules.py official repository ran fingerprinted licence not identified · pointer only · a940274705e77acb · report
l2norm IDEA-Research/UniPose/models/UniPose/fuse_modules.py official repository ran fingerprinted licence not identified · pointer only · 906ace82161a66eb · report
post_process IDEA-Research/UniPose/models/UniPose/mask_generate.py official repository ran licence not identified · pointer only · 93ac42433372f73b · report
prepare_for_mask IDEA-Research/UniPose/models/UniPose/mask_generate.py official repository ran licence not identified · pointer only · 6473ea3973310f60 · report
sigmoid_focal_loss IDEA-Research/UniPose/models/UniPose/utils.py official repository ran no licence file found · pointer only · 23eb1c50e6bb2ba5 · report
window_partition IDEA-Research/UniPose/models/UniPose/swin_transformer.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · f9fd6241d935f07b · report
window_reverse IDEA-Research/UniPose/models/UniPose/swin_transformer.py official repository ran · our draft was wrong no licence file found · pointer only · fb32094c6dbece71 · report
hflip idea-research/x-pose/transforms.py official repository unverified licence not identified · pointer only · 3eb47e0aa4d44ce5 · report
multi_head_attention_forward IDEA-Research/UniPose/models/UniPose/attention.py official repository unverified no licence file found · pointer only · a82091666b9db8cf · report

Tasks

2D Human Pose Estimation2D Pose EstimationAnimal Pose EstimationContrastive LearningKeypoint DetectionMulti-Person Pose Estimation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
2D Human Pose Estimation Human-Art UniPose AP 0.759 #1 of 10 Archive leaderboard report
2D Pose Estimation 300W UniPose Mean PCK@0.2 99.4 #1 of 1 Archive leaderboard report
2D Pose Estimation Animal Kingdom UniPose Mean PCK@0.2 96.1 #1 of 1 Archive leaderboard report
2D Pose Estimation Animal Kingdom UniPose PCK@0.05 71.5 #1 of 1 Archive leaderboard report
2D Pose Estimation Desert Locust UniPose Mean PCK@0.2 99.9 #1 of 1 Archive leaderboard report
2D Pose Estimation MacaquePose UniPose AP 79.4 #1 of 1 Archive leaderboard report
2D Pose Estimation Vinegar Fly UniPose Mean PCK@0.2 99.9 #1 of 1 Archive leaderboard report
Animal Pose Estimation AP-10K UniPose AP 79.2 #4 of 10 Archive leaderboard report
Multi-Person Pose Estimation COCO (Common Objects in Context) UniPose AP 0.768 #3 of 15 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

ALIGNContrastive LearningFocus

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