Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Interacting Attention Graph for Single Image Two-Hand Reconstruction

About

Graph convolutional network (GCN) has achieved great success in single hand reconstruction task, while interacting two-hand reconstruction by GCN remains unexplored. In this paper, we present Interacting Attention Graph Hand (IntagHand), the first graph convolution based network that reconstructs two interacting hands from a single RGB image. To solve occlusion and interaction challenges of two-hand reconstruction, we introduce two novel attention based modules in each upsampling step of the original GCN. The first module is the pyramid image feature attention (PIFA) module, which utilizes multiresolution features to implicitly obtain vertex-to-image alignment. The second module is the cross hand attention (CHA) module that encodes the coherence of interacting hands by building dense cross-attention between two hand vertices. As a result, our model outperforms all existing two-hand reconstruction methods by a large margin on InterHand2.6M benchmark. Moreover, ablation studies verify the effectiveness of both PIFA and CHA modules for improving the reconstruction accuracy. Results on in-the-wild images and live video streams further demonstrate the generalization ability of our network. Our code is available at https://github.com/Dw1010/IntagHand.

Mengcheng Li, Liang An, Hongwen Zhang, Lianpeng Wu, Feng Chen, Tao Yu, Yebin Liu• 2022

Related benchmarks

TaskDatasetResultRank
Hand ReconstructionInterHand 2.6M (test)
MPJPE8.79
29
3D Interacting Hand Pose EstimationInterHand2.6M (test)
MPJPE (All)12.4
15
3D Hand Pose EstimationH2O--
14
3D Hand Pose and Mesh EstimationInterHand2.6M (test)
MPJPE8.79
10
3D Hand Pose EstimationInterHand2.6M v1.0 (test)
MPJPE8.79
7
Hand ReconstructionInterHand2.6M 30 fps
MPJPE9.26
7
Hand ReconstructionH2O (test)
Jerk166.4
7
Hand Pose EstimationHOI4D (test)
G-MPJPE291.3
7
Hand Motion EstimationFPHA 11 (test)
MPJPE41.2
6
4D Hand Motion ReconstructionEgo-Exo4D
Jerk175.7
5
Showing 10 of 20 rows

Other info

Code

Follow for update