SOTAVerified

MMHMR: Generative Masked Modeling for Hand Mesh Recovery

2024-12-18Unverified0· sign in to hype

Muhammad Usama Saleem, Ekkasit Pinyoanuntapong, Mayur Jagdishbhai Patel, Hongfei Xue, Ahmed Helmy, Srijan Das, Pu Wang

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Reconstructing a 3D hand mesh from a single RGB image is challenging due to complex articulations, self-occlusions, and depth ambiguities. Traditional discriminative methods, which learn a deterministic mapping from a 2D image to a single 3D mesh, often struggle with the inherent ambiguities in 2D-to-3D mapping. To address this challenge, we propose MMHMR, a novel generative masked model for hand mesh recovery that synthesizes plausible 3D hand meshes by learning and sampling from the probabilistic distribution of the ambiguous 2D-to-3D mapping process. MMHMR consists of two key components: (1) a VQ-MANO, which encodes 3D hand articulations as discrete pose tokens in a latent space, and (2) a Context-Guided Masked Transformer that randomly masks out pose tokens and learns their joint distribution, conditioned on corrupted token sequences, image context, and 2D pose cues. This learned distribution facilitates confidence-guided sampling during inference, producing mesh reconstructions with low uncertainty and high precision. Extensive evaluations on benchmark and real-world datasets demonstrate that MMHMR achieves state-of-the-art accuracy, robustness, and realism in 3D hand mesh reconstruction. Project website: https://m-usamasaleem.github.io/publication/MMHMR/mmhmr.html

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DexYCBMaskHandAverage MPJPE (mm)11.7Unverified
FreiHANDMaskHandPA-MPJPE5.5Unverified
HInt: Hand Interactions in the wildMaskHandPCK@0.05 (New Days) All48.7Unverified
HO-3D v3MaskHandPA-MPJPE7Unverified

Reproductions