Papers › HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields

HOISDF: Constraining 3D Hand-Object Pose Estimation with Global Signed Distance Fields

26 Feb 2024CVPR 2024 1arXiv:2402.17062archive 2025-07-28

Haozhe Qi, Chen Zhao, Mathieu Salzmann, Alexander Mathis

Human hands are highly articulated and versatile at handling objects. Jointly estimating the 3D poses of a hand and the object it manipulates from a monocular camera is challenging due to frequent occlusions. Thus, existing methods often rely on intermediate 3D shape representations to increase performance. These representations are typically explicit, such as 3D point clouds or meshes, and thus provide information in the direct surroundings of the intermediate hand pose estimate. To address this, we introduce HOISDF, a Signed Distance Field (SDF) guided hand-object pose estimation network, which jointly exploits hand and object SDFs to provide a global, implicit representation over the complete reconstruction volume. Specifically, the role of the SDFs is threefold: equip the visual encoder with implicit shape information, help to encode hand-object interactions, and guide the hand and object pose regression via SDF-based sampling and by augmenting the feature representations. We show that HOISDF achieves state-of-the-art results on hand-object pose estimation benchmarks (DexYCB and HO3Dv2). Code is available at https://github.com/amathislab/HOISDF

PaperPDFConference PDFCodeCode 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.17062")

Code

Syntology Ran 16 of 23 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 7 ran · our draft was wrong; 9 ran with no contract checked.

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

amathislab/hoisdf officialmentioned in papermentioned 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

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

7ran · our draft was wrong
9ran
7unverified

Licence: 23 of the 23 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 amathislab/HOISDF. “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.

JointHeatmapLoss amathislab/HOISDF/main/model.py official repository ran fingerprinted no licence file found · pointer only · 57de234ead12cd0d · report
MLP amathislab/HOISDF/main/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 15aa4edbfab28f4d · report
ManoLoss amathislab/HOISDF/main/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 1e910a336877a140 · report
ManoShapeLoss amathislab/HOISDF/main/model.py official repository ran no licence file found · pointer only · b6ab0eca0068eda3 · report
SepSDFLoss amathislab/HOISDF/main/model.py official repository ran fingerprinted no licence file found · pointer only · 6886abcc87940b67 · report
batch_rodrigues amathislab/HOISDF/main/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 9af7256a400c370c · report
compute_ADD_s_error amathislab/hoisdf/common/metrics.py official repository ran no licence file found · pointer only · 233e7993d1c72c6a · report
get_nerf_embedder amathislab/HOISDF/main/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 31bcf9248a53c302 · report
make_conv_layers amathislab/hoisdf/common/nets/layer.py official repository ran no licence file found · pointer only · 622140af456ff5d2 · report
make_deconv_layers amathislab/hoisdf/common/nets/layer.py official repository ran no licence file found · pointer only · 3a26e5305cd9fa2b · report
make_linear_layers amathislab/hoisdf/common/nets/layer.py official repository ran no licence file found · pointer only · d47252198e2bc509 · report
mat2aa amathislab/HOISDF/main/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 0cc7bfba9ee705d5 · report
mat2quat amathislab/HOISDF/main/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 5a85260f66f7f7c6 · report
quat2aa amathislab/HOISDF/main/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 40dc9f5943418548 · report
quat2mat amathislab/HOISDF/main/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 918a33896f8c5b03 · report
rot6d2mat amathislab/HOISDF/main/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 4577e1a8ea4f6918 · report
JointvoteLoss amathislab/HOISDF/main/model.py official repository unverified no licence file found · pointer only · 89460380e3ae666e · report
ManoHead amathislab/HOISDF/main/model.py official repository unverified no licence file found · pointer only · 2db0f55743d0b857 · report
Model amathislab/HOISDF/main/model.py official repository unverified no licence file found · pointer only · 749e3728103f0cd4 · report
build_transformer amathislab/hoisdf/common/nets/transformer.py official repository unverified no licence file found · pointer only · 47b8b020f555d270 · report
compute_obj_metrics_dexycb amathislab/hoisdf/common/metrics.py official repository unverified no licence file found · pointer only · d24f4bcc4407cecd · report
eval_batch_obj_direct amathislab/hoisdf/common/metrics.py official repository unverified no licence file found · pointer only · 221dcfbf7c552642 · report
make_folder amathislab/HOISDF/main/model.py official repository unverified no licence file found · pointer only · fc5e880b9424c83f · report

Tasks

3D Hand Pose EstimationObjectPose Estimationhand-object pose

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Hand Pose Estimation DexYCB HOISDF Average MPJPE (mm) 10.1 #1 of 11 Archive leaderboard report
3D Hand Pose Estimation DexYCB HOISDF MPVPE 9.9 #1 of 11 Archive leaderboard report
3D Hand Pose Estimation DexYCB HOISDF PA-MPVPE 4.9 #1 of 11 Archive leaderboard report
3D Hand Pose Estimation DexYCB HOISDF PA-VAUC 90.2 #1 of 11 Archive leaderboard report
3D Hand Pose Estimation DexYCB HOISDF Procrustes-Aligned MPJPE 5.13 #1 of 11 Archive leaderboard report
3D Hand Pose Estimation DexYCB HOISDF VAUC 80.5 #1 of 11 Archive leaderboard report
3D Hand Pose Estimation HO-3D v2 HOISDF PA-MPJPE (mm) 9.2 #12 of 24 Archive leaderboard report
hand-object pose DexYCB HOISDF ADD-S 13.3 #1 of 9 Archive leaderboard report
hand-object pose DexYCB HOISDF Average MPJPE (mm) 10.1 #1 of 9 Archive leaderboard report
hand-object pose DexYCB HOISDF MCE 27.4 #1 of 9 Archive leaderboard report
hand-object pose DexYCB HOISDF OCE 18.4 #1 of 9 Archive leaderboard report
hand-object pose DexYCB HOISDF Procrustes-Aligned MPJPE 5.31 #1 of 9 Archive leaderboard report
hand-object pose HO-3D v2 HOISDF ADD-S 14.4 #1 of 9 Archive leaderboard report
hand-object pose HO-3D v2 HOISDF Average MPJPE (mm) 19.0 #1 of 9 Archive leaderboard report
hand-object pose HO-3D v2 HOISDF OME 35.5 #1 of 9 Archive leaderboard report
hand-object pose HO-3D v2 HOISDF PA-MPJPE 9.2 #1 of 9 Archive leaderboard report
hand-object pose HO-3D v2 HOISDF ST-MPJPE 18.3 #1 of 9 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