Papers › Im2Hands: Learning Attentive Implicit Representation of Interacting Two-Hand Shapes

Im2Hands: Learning Attentive Implicit Representation of Interacting Two-Hand Shapes

28 Feb 2023CVPR 2023 1arXiv:2302.14348archive 2025-07-28

Jihyun Lee, Minhyuk Sung, Honggyu Choi, Tae-Kyun Kim

We present Implicit Two Hands (Im2Hands), the first neural implicit representation of two interacting hands. Unlike existing methods on two-hand reconstruction that rely on a parametric hand model and/or low-resolution meshes, Im2Hands can produce fine-grained geometry of two hands with high hand-to-hand and hand-to-image coherency. To handle the shape complexity and interaction context between two hands, Im2Hands models the occupancy volume of two hands - conditioned on an RGB image and coarse 3D keypoints - by two novel attention-based modules responsible for (1) initial occupancy estimation and (2) context-aware occupancy refinement, respectively. Im2Hands first learns per-hand neural articulated occupancy in the canonical space designed for each hand using query-image attention. It then refines the initial two-hand occupancy in the posed space to enhance the coherency between the two hand shapes using query-anchor attention. In addition, we introduce an optional keypoint refinement module to enable robust two-hand shape estimation from predicted hand keypoints in a single-image reconstruction scenario. We experimentally demonstrate the effectiveness of Im2Hands on two-hand reconstruction in comparison to related methods, where ours achieves state-of-the-art results. Our code is publicly available at https://github.com/jyunlee/Im2Hands.

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

Code

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

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

jyunlee/im2hands 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

14 samples harvested; 8 ran; 0 honoured the contract we drafted; 6 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
7ran
6unverified

Licence: 14 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 jyunlee/im2hands. “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.

CrossTransformerBlock jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository ran no licence file found · pointer only · 76cefbe096aaae1c · report
ElementwiseMLP jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository ran no licence file found · pointer only · d45670d877133adf · report
PointNetSetAbstraction jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository ran no licence file found · pointer only · f4a13002570828f6 · report
ResNetSimple jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository ran fingerprinted no licence file found · pointer only · 065b962e9c4de9ff · report
ResNetSimple_decoder jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository ran no licence file found · pointer only · 66a0ece16a45dad1 · report
TransformerBlock jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository ran no licence file found · pointer only · e8908a6667142a43 · report
TransformerSetAbstraction jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository ran no licence file found · pointer only · 84c7821e093aee66 · report
xyz_to_xyz1 jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · b0f2d1f6167792cd · report
ArticulatedHandNetRefOcc jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository unverified no licence file found · pointer only · 6033597d2ea6cef5 · report
PointTransformerDecoderOcc jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository unverified no licence file found · pointer only · 8431a1beb5355eef · report
PointTransformerEncoderV2 jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository unverified no licence file found · pointer only · 2dbfde7873661dc7 · report
TransitionDown jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository unverified no licence file found · pointer only · 4ab44c5555ac56e0 · report
extract_local_img_feat jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository unverified no licence file found · pointer only · 386393fe21e2f5cb · report
weights_init jyunlee/im2hands/artihand/nasa/models/core_ref_occ.py official repository unverified no licence file found · pointer only · 130d37eda50f9cdf · report

Tasks

Image ReconstructionVocal Bursts Valence Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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