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

Adaptive Multi-view and Temporal Fusing Transformer for 3D Human Pose Estimation

About

This paper proposes a unified framework dubbed Multi-view and Temporal Fusing Transformer (MTF-Transformer) to adaptively handle varying view numbers and video length without camera calibration in 3D Human Pose Estimation (HPE). It consists of Feature Extractor, Multi-view Fusing Transformer (MFT), and Temporal Fusing Transformer (TFT). Feature Extractor estimates 2D pose from each image and fuses the prediction according to the confidence. It provides pose-focused feature embedding and makes subsequent modules computationally lightweight. MFT fuses the features of a varying number of views with a novel Relative-Attention block. It adaptively measures the implicit relative relationship between each pair of views and reconstructs more informative features. TFT aggregates the features of the whole sequence and predicts 3D pose via a transformer. It adaptively deals with the video of arbitrary length and fully unitizes the temporal information. The migration of transformers enables our model to learn spatial geometry better and preserve robustness for varying application scenarios. We report quantitative and qualitative results on the Human3.6M, TotalCapture, and KTH Multiview Football II. Compared with state-of-the-art methods with camera parameters, MTF-Transformer obtains competitive results and generalizes well to dynamic capture with an arbitrary number of unseen views.

Hui Shuai, Lele Wu, Qingshan Liu• 2021

Related benchmarks

TaskDatasetResultRank
3D Human Pose EstimationHuman3.6M (test)--
547
3D Human Pose EstimationHuman3.6M (S9, S11)
Average Error (MPJPE Avg)15.3
94
3D Human Pose EstimationTotalCapture (Seen Cameras (1,3,5,7), Seen Subjects (S1, S2, S3))
W29.3
17
3D Human Pose EstimationTotalCapture (Seen Cameras (1,3,5,7), Unseen Subjects (S4, S5))
W2 Error25.8
17
3D Human Pose EstimationTotalCapture (Unseen Cameras (2,4,6,8), Seen Subjects (S1, S2))
W213.9
16
3D Human Pose EstimationTotalCapture (Unseen Cameras (2,4,6,8), Unseen Subjects (S4, S5))
Error Metric W229.2
16
3D Human Pose EstimationTotalCapture (Unseen Cameras (2,4,6,8), Overall)
MPJPE27
16
3D Human Pose EstimationCMU Panoptic (test)--
15
Showing 8 of 8 rows

Other info

Code

Follow for update