pith. sign in

arxiv: 2302.01825 · v2 · pith:5KL2ICZLnew · submitted 2023-02-03 · 💻 cs.CV · cs.AI

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

classification 💻 cs.CV cs.AI
keywords hdformerhigh-orderjointestimationposeleftrightarrowattentionbone
0
0 comments X
read the original abstract

Human pose estimation is a challenging task due to its structured data sequence nature. Existing methods primarily focus on pair-wise interaction of body joints, which is insufficient for scenarios involving overlapping joints and rapidly changing poses. To overcome these issues, we introduce a novel approach, the High-order Directed Transformer (HDFormer), which leverages high-order bone and joint relationships for improved pose estimation. Specifically, HDFormer incorporates both self-attention and high-order attention to formulate a multi-order attention module. This module facilitates first-order "joint$\leftrightarrow$joint", second-order "bone$\leftrightarrow$joint", and high-order "hyperbone$\leftrightarrow$joint" interactions, effectively addressing issues in complex and occlusion-heavy situations. In addition, modern CNN techniques are integrated into the transformer-based architecture, balancing the trade-off between performance and efficiency. HDFormer significantly outperforms state-of-the-art (SOTA) models on Human3.6M and MPI-INF-3DHP datasets, requiring only 1/10 of the parameters and significantly lower computational costs. Moreover, HDFormer demonstrates broad real-world applicability, enabling real-time, accurate 3D pose estimation. The source code is in https://github.com/hyer/HDFormer

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. L2A: Learning to Accumulate Pose History for Accurate 3D Human Pose Estimation

    cs.CV 2026-05 unverdicted novelty 6.0

    A new method accumulates historical pose features across layers in a Transformer network to reach state-of-the-art 3D human pose estimation accuracy.

  2. L2A: Learning to Accumulate Pose History for Accurate 3D Human Pose Estimation

    cs.CV 2026-05 unverdicted novelty 5.0

    L2A achieves state-of-the-art 3D human pose estimation by maintaining consistent feature spaces across layers and adaptively aggregating historical pose representations to reuse early-layer spatial and motion cues.