Papers › Real-time Holistic Robot Pose Estimation with Unknown States

Real-time Holistic Robot Pose Estimation with Unknown States

8 Feb 2024arXiv:2402.05655archive 2025-07-28

Shikun Ban, Juling Fan, Xiaoxuan Ma, Wentao Zhu, Yu Qiao, Yizhou Wang

Estimating robot pose from RGB images is a crucial problem in computer vision and robotics. While previous methods have achieved promising performance, most of them presume full knowledge of robot internal states, e.g. ground-truth robot joint angles. However, this assumption is not always valid in practical situations. In real-world applications such as multi-robot collaboration or human-robot interaction, the robot joint states might not be shared or could be unreliable. On the other hand, existing approaches that estimate robot pose without joint state priors suffer from heavy computation burdens and thus cannot support real-time applications. This work introduces an efficient framework for real-time robot pose estimation from RGB images without requiring known robot states. Our method estimates camera-to-robot rotation, robot state parameters, keypoint locations, and root depth, employing a neural network module for each task to facilitate learning and sim-to-real transfer. Notably, it achieves inference in a single feed-forward pass without iterative optimization. Our approach offers a 12-time speed increase with state-of-the-art accuracy, enabling real-time holistic robot pose estimation for the first time. Code and models are available at https://github.com/Oliverbansk/Holistic-Robot-Pose-Estimation.

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

Code

Syntology Ran 4 of 7 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 4 ran with no contract checked.

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

oliverbansk/holistic-robot-pose-estimation officialmentioned in papermentioned on GitHubpytorch report
Oliverbansk/Hollistic-Robot-Pose-Estimation officialmentioned 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

7 samples harvested; 4 ran; 0 honoured the contract we drafted; 3 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.

4ran
3unverified

Licence: 7 of the 7 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 Oliverbansk/Hollistic-Robot-Pose-Estimation. “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.

build_frame_index Oliverbansk/Hollistic-Robot-Pose-Estimation/lib/dataset/dream.py official repository ran no licence file found · pointer only · 90aada415cbf745a · report
hnormalized Oliverbansk/Hollistic-Robot-Pose-Estimation/lib/dataset/roboutils.py official repository ran fingerprinted no licence file found · pointer only · f0769b3ed47eb6e5 · report
make_detections_from_segmentation Oliverbansk/Hollistic-Robot-Pose-Estimation/lib/dataset/roboutils.py official repository ran no licence file found · pointer only · 0b1fa62fef215228 · report
occlusion_aug Oliverbansk/Hollistic-Robot-Pose-Estimation/lib/dataset/augmentations.py official repository ran no licence file found · pointer only · 907da4b4e2cf6ad6 · report
get_rootnet Oliverbansk/Hollistic-Robot-Pose-Estimation/lib/models/depth_net.py official repository unverified no licence file found · pointer only · 77c0370c17a68d8c · report
to_pil Oliverbansk/Hollistic-Robot-Pose-Estimation/lib/dataset/augmentations.py official repository unverified no licence file found · pointer only · 67f033e7853eaca4 · report
to_torch_uint8 Oliverbansk/Hollistic-Robot-Pose-Estimation/lib/dataset/augmentations.py official repository unverified no licence file found · pointer only · 825fa64d2cb85ca4 · report

Tasks

6D Pose Estimation using RGBRobot Pose Estimation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Robot Pose Estimation DREAM-dataset Holistic-Robot-Pose (known-joint) AUC (avg. on 4 real DREAM datasets) 87.7 #1 of 5 Archive leaderboard report
Robot Pose Estimation DREAM-dataset Holistic-Robot-Pose (known-joint) mean-ADD (avg. on 4 real DREAM datasets) 15.0 #1 of 5 Archive leaderboard report
Robot Pose Estimation DREAM-dataset Holistic-Robot-Pose (unknown-joint) AUC (avg. on 4 real DREAM datasets) 77.2 #4 of 5 Archive leaderboard report
Robot Pose Estimation DREAM-dataset Holistic-Robot-Pose (unknown-joint) mean-ADD (avg. on 4 real DREAM datasets) 23.1 #4 of 5 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.

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