454

HDFormer: High-order Directed Transformer for 3D Human Pose Estimation

International Joint Conference on Artificial Intelligence (IJCAI), 2023
Abstract

Human pose estimation is a complicated structured data sequence modeling task. Most existing methods only consider the pair-wise interaction of human body joints in model learning. Unfortunately, this causes 3D pose estimation to fail in difficult cases such as joints overlapping\textit{joints overlapping}, and pose fast-changing\textit{fast-changing}, as pair-wise relations cannot exploit fine-grained human body priors in pose estimation. To this end, we revamped the 3D pose estimation framework with a High-order\textit{High-order} Directed\textit{Directed} Transformer\textit{Transformer} (HDFormer), which coherently exploits the high-order bones and joints relevances to boost the performance of pose estimation. Specifically, HDFormer adopts both self-attention and high-order attention schemes to build up a multi-order attention module to perform the information flow interaction including the first-order "\textit{joint\leftrightarrowjoint}", second-order "\textit{bone\leftrightarrowjoint}" as well as high-order "\textit{hyperbone\leftrightarrowjoint}" relationships (hyperbone is defined as a joint set), compensating the hard cases prediction in fast-changing and heavy occlusion scenarios. Moreover, modernized CNN techniques are applied to upgrade the transformer-based architecture to speed up the HDFormer, achieving a favorable trade-off between effectiveness and efficiency. We compare our model with other SOTA models on the datasets Human3.6M and MPI-INF-3DHP. The results demonstrate that the proposed HDFormer achieves superior performance with only 1/10\textbf{1/10} parameters and much lower computational cost compared to the current SOTAs. Moreover, HDFormer can be applied to various types of real-world applications, enabling real-time and accurate 3D pose estimation. The source code is in https://github.com/hyer/HDFormer.

View on arXiv
Comments on this paper