Papers › ACR: Attention Collaboration-based Regressor for Arbitrary Two-Hand Reconstruction

ACR: Attention Collaboration-based Regressor for Arbitrary Two-Hand Reconstruction

10 Mar 2023CVPR 2023 1arXiv:2303.05938archive 2025-07-28

Zhengdi Yu, Shaoli Huang, Chen Fang, Toby P. Breckon, Jue Wang

Reconstructing two hands from monocular RGB images is challenging due to frequent occlusion and mutual confusion. Existing methods mainly learn an entangled representation to encode two interacting hands, which are incredibly fragile to impaired interaction, such as truncated hands, separate hands, or external occlusion. This paper presents ACR (Attention Collaboration-based Regressor), which makes the first attempt to reconstruct hands in arbitrary scenarios. To achieve this, ACR explicitly mitigates interdependencies between hands and between parts by leveraging center and part-based attention for feature extraction. However, reducing interdependence helps release the input constraint while weakening the mutual reasoning about reconstructing the interacting hands. Thus, based on center attention, ACR also learns cross-hand prior that handle the interacting hands better. We evaluate our method on various types of hand reconstruction datasets. Our method significantly outperforms the best interacting-hand approaches on the InterHand2.6M dataset while yielding comparable performance with the state-of-the-art single-hand methods on the FreiHand dataset. More qualitative results on in-the-wild and hand-object interaction datasets and web images/videos further demonstrate the effectiveness of our approach for arbitrary hand reconstruction. Our code is available at https://github.com/ZhengdiYu/Arbitrary-Hands-3D-Reconstruction.

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

Code

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

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

zhengdiyu/arbitrary-hands-3d-reconstruction officialmentioned in papermentioned on GitHubpytorchMIT 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

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

2ran · our draft was wrong
1ran
11unverified

Licence: 0 of the 14 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 zhengdiyu/arbitrary-hands-3d-reconstruction. “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.

conv3x3 zhengdiyu/arbitrary-hands-3d-reconstruction/acr/model.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
gather_feature zhengdiyu/arbitrary-hands-3d-reconstruction/acr/result_parser.py official repository ran MIT (permissive) · e7fc07c30373e482 · report
th_pack zhengdiyu/arbitrary-hands-3d-reconstruction/mano/manolayer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · a012fac19e3c7477 · report
collect_image_list zhengdiyu/arbitrary-hands-3d-reconstruction/acr/utils.py official repository unverified MIT (permissive) · 7df23e797e46d689 · report
get_coord_maps zhengdiyu/arbitrary-hands-3d-reconstruction/acr/model.py official repository unverified MIT (permissive) · b77632bd876028e5 · report
get_keypoint_rgb zhengdiyu/arbitrary-hands-3d-reconstruction/acr/visualization.py official repository unverified MIT (permissive) · 9f74c89bce4cb583 · report
get_kp2d_on_org_img zhengdiyu/arbitrary-hands-3d-reconstruction/acr/utils.py official repository unverified MIT (permissive) · 4fe8bffaef32f549 · report
make_heatmaps zhengdiyu/arbitrary-hands-3d-reconstruction/acr/visualization.py official repository unverified MIT (permissive) · efde4255027e258d · report
make_tagmaps zhengdiyu/arbitrary-hands-3d-reconstruction/acr/visualization.py official repository unverified MIT (permissive) · e1957e87a34993e1 · report
nms zhengdiyu/arbitrary-hands-3d-reconstruction/acr/result_parser.py official repository unverified MIT (permissive) · 8bfe96e53c77a01b · report
normalize_kps zhengdiyu/arbitrary-hands-3d-reconstruction/acr/utils.py official repository unverified MIT (permissive) · bda21cbd22b37231 · report
parse_args zhengdiyu/arbitrary-hands-3d-reconstruction/acr/config.py official repository unverified MIT (permissive) · e65d2c00abafb2f5 · report
th_posemap_axisang zhengdiyu/arbitrary-hands-3d-reconstruction/mano/manolayer.py official repository unverified MIT (permissive) · 42521f4ec8660580 · report
th_with_zeros zhengdiyu/arbitrary-hands-3d-reconstruction/mano/manolayer.py official repository unverified MIT (permissive) · cd37580add3ccba5 · report

Tasks

3D Interacting Hand Pose Estimation3D ReconstructionVocal Bursts Valence Prediction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Interacting Hand Pose Estimation InterHand2.6M ACR MPJPE Test 7.41 #3 of 9 Archive leaderboard report
3D Interacting Hand Pose Estimation InterHand2.6M ACR MPVPE Test 7.63 #3 of 9 Archive leaderboard report
3D Interacting Hand Pose Estimation InterHand2.6M ACR MRRPE Test - #3 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