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

Space-Time-Separable Graph Convolutional Network for Pose Forecasting

About

Human pose forecasting is a complex structured-data sequence-modelling task, which has received increasing attention, also due to numerous potential applications. Research has mainly addressed the temporal dimension as time series and the interaction of human body joints with a kinematic tree or by a graph. This has decoupled the two aspects and leveraged progress from the relevant fields, but it has also limited the understanding of the complex structural joint spatio-temporal dynamics of the human pose. Here we propose a novel Space-Time-Separable Graph Convolutional Network (STS-GCN) for pose forecasting. For the first time, STS-GCN models the human pose dynamics only with a graph convolutional network (GCN), including the temporal evolution and the spatial joint interaction within a single-graph framework, which allows the cross-talk of motion and spatial correlations. Concurrently, STS-GCN is the first space-time-separable GCN: the space-time graph connectivity is factored into space and time affinity matrices, which bottlenecks the space-time cross-talk, while enabling full joint-joint and time-time correlations. Both affinity matrices are learnt end-to-end, which results in connections substantially deviating from the standard kinematic tree and the linear-time time series. In experimental evaluation on three complex, recent and large-scale benchmarks, Human3.6M [Ionescu et al. TPAMI'14], AMASS [Mahmood et al. ICCV'19] and 3DPW [Von Marcard et al. ECCV'18], STS-GCN outperforms the state-of-the-art, surpassing the current best technique [Mao et al. ECCV'20] by over 32% in average at the most difficult long-term predictions, while only requiring 1.7% of its parameters. We explain the results qualitatively and illustrate the graph interactions by the factored joint-joint and time-time learnt graph connections. Our source code is available at: https://github.com/FraLuca/STSGCN

Theodoros Sofianos, Alessio Sampieri, Luca Franco, Fabio Galasso• 2021

Related benchmarks

TaskDatasetResultRank
Human Motion PredictionHuman3.6M (test)--
85
Human Motion PredictionHuman3.6M
MAE (1000ms)1.09
46
3D joint position forecastingHuman3.6M
Walking Error10.7
40
3D Human Motion Prediction3DPW (test)--
40
Human Pose ForecastingAMASS BMLrub (test)--
40
Human Motion Prediction3DPW
Trajectory Error (400ms)24.5
27
3D Human Motion PredictionHuman3.6M S5 (test)
Average MPJPE (560ms)50.8
17
3D Human Pose PredictionHuman3.6M
Avg 3D Error (160ms)17.1
16
Human Motion PredictionAMASS-BMLrub
MPJPE (80ms)13.6
16
3D Pose Forecasting (Joint Angles)Human3.6M
MAE @ 80ms0.24
15
Showing 10 of 35 rows

Other info

Code

Follow for update