HandDAGT: A Denoising Adaptive Graph Transformer for 3D Hand Pose Estimation
Wencan Cheng, Eunji Kim, Jong Hwan Ko
TL;DR
HandDAGT introduces a denoising adaptive graph Transformer for robust 3D hand pose estimation under severe occlusion. By fusing depth and point-cloud information into super points, and applying an adaptive attention mechanism that balances local geometry and kinematic topology, the method dynamically adjusts to occlusion conditions. The denoising training strategy further enhances robustness by destabilizing initial patches during training. Across four challenging datasets, HandDAGT achieves state-of-the-art mean keypoint errors, demonstrating strong practical potential for occlusion-rich hand interactions in HCI and AR/VR applications.
Abstract
The extraction of keypoint positions from input hand frames, known as 3D hand pose estimation, is crucial for various human-computer interaction applications. However, current approaches often struggle with the dynamic nature of self-occlusion of hands and intra-occlusion with interacting objects. To address this challenge, this paper proposes the Denoising Adaptive Graph Transformer, HandDAGT, for hand pose estimation. The proposed HandDAGT leverages a transformer structure to thoroughly explore effective geometric features from input patches. Additionally, it incorporates a novel attention mechanism to adaptively weigh the contribution of kinematic correspondence and local geometric features for the estimation of specific keypoints. This attribute enables the model to adaptively employ kinematic and local information based on the occlusion situation, enhancing its robustness and accuracy. Furthermore, we introduce a novel denoising training strategy aimed at improving the model's robust performance in the face of occlusion challenges. Experimental results show that the proposed model significantly outperforms the existing methods on four challenging hand pose benchmark datasets. Codes and pre-trained models are publicly available at https://github.com/cwc1260/HandDAGT.
