CVOct 11, 2021

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

arXiv:2110.05092v276 citations
Originality Incremental advance
AI Analysis

It addresses the problem of robust 3D pose estimation in dynamic, uncalibrated multi-view settings for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles 3D human pose estimation from multi-view videos without camera calibration by proposing MTF-Transformer, which adaptively fuses features across varying views and temporal sequences, achieving competitive results on benchmarks like Human3.6M and generalizing to unseen views.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes