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

Interacting Hand-Object Pose Estimation via Dense Mutual Attention

About

3D hand-object pose estimation is the key to the success of many computer vision applications. The main focus of this task is to effectively model the interaction between the hand and an object. To this end, existing works either rely on interaction constraints in a computationally-expensive iterative optimization, or consider only a sparse correlation between sampled hand and object keypoints. In contrast, we propose a novel dense mutual attention mechanism that is able to model fine-grained dependencies between the hand and the object. Specifically, we first construct the hand and object graphs according to their mesh structures. For each hand node, we aggregate features from every object node by the learned attention and vice versa for each object node. Thanks to such dense mutual attention, our method is able to produce physically plausible poses with high quality and real-time inference speed. Extensive quantitative and qualitative experiments on large benchmark datasets show that our method outperforms state-of-the-art methods. The code is available at https://github.com/rongakowang/DenseMutualAttention.git.

Rong Wang, Wei Mao, Hongdong Li• 2022

Related benchmarks

TaskDatasetResultRank
3D Hand-Object InteractionHO3D v2 (test)--
20
Hand-Object Pose EstimationHO3D v2 (test)
MPJPE22.2
13
Hand-Object Pose EstimationDexYCB
MJE12.7
9
Hand Pose EstimationHO3D v2 (test)
MJE (cm)2.38
9
3D Hand-Object Pose EstimationDexYCB (test)
MJE (cm)1.27
4
Object Pose EstimationHO3D v2 (test)
MME (cm)5.7
3
Showing 6 of 6 rows

Other info

Code

Follow for update