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

Exploiting Temporal Contexts with Strided Transformer for 3D Human Pose Estimation

About

Despite the great progress in 3D human pose estimation from videos, it is still an open problem to take full advantage of a redundant 2D pose sequence to learn representative representations for generating one 3D pose. To this end, we propose an improved Transformer-based architecture, called Strided Transformer, which simply and effectively lifts a long sequence of 2D joint locations to a single 3D pose. Specifically, a Vanilla Transformer Encoder (VTE) is adopted to model long-range dependencies of 2D pose sequences. To reduce the redundancy of the sequence, fully-connected layers in the feed-forward network of VTE are replaced with strided convolutions to progressively shrink the sequence length and aggregate information from local contexts. The modified VTE is termed as Strided Transformer Encoder (STE), which is built upon the outputs of VTE. STE not only effectively aggregates long-range information to a single-vector representation in a hierarchical global and local fashion, but also significantly reduces the computation cost. Furthermore, a full-to-single supervision scheme is designed at both full sequence and single target frame scales applied to the outputs of VTE and STE, respectively. This scheme imposes extra temporal smoothness constraints in conjunction with the single target frame supervision and hence helps produce smoother and more accurate 3D poses. The proposed Strided Transformer is evaluated on two challenging benchmark datasets, Human3.6M and HumanEva-I, and achieves state-of-the-art results with fewer parameters. Code and models are available at \url{https://github.com/Vegetebird/StridedTransformer-Pose3D}.

Wenhao Li, Hong Liu, Runwei Ding, Mengyuan Liu, Pichao Wang, Wenming Yang• 2021

Related benchmarks

TaskDatasetResultRank
3D Human Pose EstimationHuman3.6M (test)
MPJPE (Average)28.5
547
3D Human Pose EstimationHuman3.6M (Protocol #1)
MPJPE (Avg.)28.5
440
3D Human Pose EstimationHuman3.6M (Protocol 2)
Average MPJPE35.2
315
3D Human Pose EstimationHuman3.6M Protocol 1 (test)
Dir. Error (Protocol 1)27.1
183
3D Human Pose EstimationHuman3.6M
MPJPE43.7
160
3D Human Pose EstimationHumanEva-I (test)
Walking S1 Error (mm)9.7
85
3D Pose EstimationHuman3.6M
MPJPE (mm)43.7
66
3D Human Pose EstimationHuman3.6M GT 2D pose sequences (test)
MPJPE (Dire.)27.1
29
3D Human Pose EstimationHuman3.6M standard (test)
Avg MPJPE Error47.5
26
3D Human Pose EstimationHumanEva-I Protocol 2 (test)
P-MPJPE (Walk S1)9.7
17
Showing 10 of 11 rows

Other info

Code

Follow for update