Papers › Fine-Grained Multi-View Hand Reconstruction Using Inverse Rendering

Fine-Grained Multi-View Hand Reconstruction Using Inverse Rendering

8 Jul 2024arXiv:2407.05680archive 2025-07-28

Qijun Gan, Wentong Li, Jinwei Ren, Jianke Zhu

Reconstructing high-fidelity hand models with intricate textures plays a crucial role in enhancing human-object interaction and advancing real-world applications. Despite the state-of-the-art methods excelling in texture generation and image rendering, they often face challenges in accurately capturing geometric details. Learning-based approaches usually offer better robustness and faster inference, which tend to produce smoother results and require substantial amounts of training data. To address these issues, we present a novel fine-grained multi-view hand mesh reconstruction method that leverages inverse rendering to restore hand poses and intricate details. Firstly, our approach predicts a parametric hand mesh model through Graph Convolutional Networks (GCN) based method from multi-view images. We further introduce a novel Hand Albedo and Mesh (HAM) optimization module to refine both the hand mesh and textures, which is capable of preserving the mesh topology. In addition, we suggest an effective mesh-based neural rendering scheme to simultaneously generate photo-realistic image and optimize mesh geometry by fusing the pre-trained rendering network with vertex features. We conduct the comprehensive experiments on InterHand2.6M, DeepHandMesh and dataset collected by ourself, whose promising results show that our proposed approach outperforms the state-of-the-art methods on both reconstruction accuracy and rendering quality. Code and dataset are publicly available at https://github.com/agnJason/FMHR.

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

Code

Syntology Ran 25 of 25 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 3 ran · fixture could not drive it; 22 ran with no contract checked.

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

agnjason/fmhr officialmentioned in paperpytorchApache-2.0 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

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

3ran · fixture could not drive it
22ran

Licence: 0 of the 25 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 agnjason/fmhr. “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.

NCC agnjason/fmhr/models/ncc_utils.py official repository ran Apache-2.0 (permissive) · 28a53e0f276bbbc8 · report
add_hom agnjason/fmhr/models/ncc_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · c27682ba51eb4e6f · report
calculate_psnr agnjason/fmhr/train_unet.py official repository ran Apache-2.0 (permissive) · e7c54f2a25d9ee14 · report
compute_laplacian agnjason/fmhr/mano_optim.py official repository ran Apache-2.0 (permissive) · 1725abb601f10ca5 · report
convert2sparse agnjason/fmhr/models/gcn.py official repository ran Apache-2.0 (permissive) · 999ef3f8561e7b10 · report
convmtx2 agnjason/fmhr/models/sfs_utils.py official repository ran Apache-2.0 (permissive) · 9583f37b904687d4 · report
depth2normal agnjason/fmhr/models/sfs_utils.py official repository ran Apache-2.0 (permissive) · 08ca1a3c5b8af575 · report
estimate_shading agnjason/fmhr/models/sfs_utils.py official repository ran Apache-2.0 (permissive) · 3359d23ac8fc9fd1 · report
fftfreqs agnjason/fmhr/models/sap.py official repository ran Apache-2.0 (permissive) · 086ad4999b6c210e · report
get_edges agnjason/fmhr/mano_optim.py official repository ran Apache-2.0 (permissive) · a84f1093efd108a8 · report
get_ray_directions agnjason/fmhr/models/get_rays.py official repository ran Apache-2.0 (permissive) · e19803e9ee2c4627 · report
get_rays agnjason/fmhr/models/get_rays.py official repository ran Apache-2.0 (permissive) · f82ba403be143b44 · report
img agnjason/fmhr/models/sap.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · d77c3b9fe4c2a271 · report
img_contrast_bright agnjason/fmhr/get_data.py official repository ran Apache-2.0 (permissive) · 10908dad0c9e096d · report
laplacian agnjason/fmhr/models/mesh_sampling.py official repository ran Apache-2.0 (permissive) · 278d8710708c571f · report
laplacian_cot agnjason/fmhr/mano_optim.py official repository ran Apache-2.0 (permissive) · 635669225b79bf5c · report
normalize agnjason/fmhr/models/ncc_utils.py official repository ran Apache-2.0 (permissive) · ee38789614e9343f · report
poolwT agnjason/fmhr/models/gcn.py official repository ran fingerprinted Apache-2.0 (permissive) · 3adcb35add712974 · report
rescale_L agnjason/fmhr/models/mesh_sampling.py official repository ran Apache-2.0 (permissive) · e331855d53ef4b5e · report
sap_generate agnJason/FMHR/models/sap.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 523ed667113feb04 · report
sap_transform agnJason/FMHR/models/sap.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · f3a258f73e2c917f · report
scale_input agnjason/fmhr/models/PostionalEncoding.py official repository ran Apache-2.0 (permissive) · ff4a0c727a4528a5 · report
spec_gaussian_filter agnjason/fmhr/models/sap.py official repository ran Apache-2.0 (permissive) · 656da6fdcc2cdcbf · report
transform_3D_grid agnjason/fmhr/models/PostionalEncoding.py official repository ran Apache-2.0 (permissive) · 1773bfa986183e62 · report
vertex_quadrics agnjason/fmhr/models/mesh_sampling.py official repository ran Apache-2.0 (permissive) · 3129a88f8d186902 · report

Tasks

Human-Object Interaction DetectionInverse RenderingNeural RenderingTexture Synthesis

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