Search papers, labs, and topics across Lattice.
HandMvNet introduces a novel real-time method for estimating 3D hand motion and shape from multi-view camera images, overcoming the scale-depth ambiguities inherent in monocular approaches. By utilizing a multi-view attention-fusion mechanism, the method integrates features from multiple viewpoints without requiring camera parameters, ensuring consistent and accurate hand poses. The results demonstrate a significant reduction in inference time while maintaining competitive performance against state-of-the-art techniques, making it ideal for real-time applications.
Achieving real-time 3D hand pose estimation without the need for camera parameters could revolutionize applications in AR and robotics.
In this work, we present HandMvNet, one of the first real-time method designed to estimate 3D hand motion and shape from multi-view camera images. Unlike previous monocular approaches, which suffer from scale-depth ambiguities, our method ensures consistent and accurate absolute hand poses and shapes. This is achieved through a multi-view attention-fusion mechanism that effectively integrates features from multiple viewpoints. In contrast to previous multi-view methods, our approach eliminates the need for camera parameters as input to learn 3D geometry. HandMvNet also achieves a substantial reduction in inference time while delivering competitive results compared to the state-of-the-art methods, making it suitable for real-time applications. Evaluated on publicly available datasets, HandMvNet qualitatively and quantitatively outperforms previous methods under identical settings. Code is available at github.com/pyxploiter/handmvnet.