SiMA-Hand: Boosting 3D Hand-Mesh Reconstruction by Single-to-Multi-View Adaptation
Yinqiao Wang, Hao Xu, Pheng-Ann Heng, Chi-Wing Fu
TL;DR
SiMA-Hand tackles occlusion in RGB-based 3D hand-mesh reconstruction by separating view-dependent orientation from view-independent shape and leveraging multi-view information during training. A dual-branch architecture (MVR-Hand and SVR-Hand) enables image-, joint-, and vertex-level feature fusion across views, while single-to-multi-view adaptation distills multi-view knowledge into the single-view reconstructor through hand-shape and hand-orientation feature enhancements. The approach achieves state-of-the-art results on Dex-YCB and HanCo, demonstrating robust performance under heavy occlusion and preserving real-time efficiency. This framework provides a practical pathway to high-quality hand meshes from monocular inputs in realistic, occlusion-heavy scenarios, with code to be released for reproducibility and broader application.
Abstract
Estimating 3D hand mesh from RGB images is a longstanding track, in which occlusion is one of the most challenging problems. Existing attempts towards this task often fail when the occlusion dominates the image space. In this paper, we propose SiMA-Hand, aiming to boost the mesh reconstruction performance by Single-to-Multi-view Adaptation. First, we design a multi-view hand reconstructor to fuse information across multiple views by holistically adopting feature fusion at image, joint, and vertex levels. Then, we introduce a single-view hand reconstructor equipped with SiMA. Though taking only one view as input at inference, the shape and orientation features in the single-view reconstructor can be enriched by learning non-occluded knowledge from the extra views at training, enhancing the reconstruction precision on the occluded regions. We conduct experiments on the Dex-YCB and HanCo benchmarks with challenging object- and self-caused occlusion cases, manifesting that SiMA-Hand consistently achieves superior performance over the state of the arts. Code will be released on https://github.com/JoyboyWang/SiMA-Hand Pytorch.
