CVFeb 16, 2023

Robust Human Motion Forecasting using Transformer-based Model

arXiv:2302.08274v317 citationsh-index: 36
Originality Incremental advance
AI Analysis

This work addresses the problem of accurate and robust human motion prediction for robotics applications, though it appears incremental as it builds on existing Transformer methods with specific improvements.

The paper tackles 3D human motion forecasting for human-robot collaboration by proposing a Transformer-based model that efficiently uses short observed sequences and demonstrates robustness under occlusion, reducing mean squared error by 8.89% in short-term and 2.57% in long-term predictions compared to a state-of-the-art model.

Comprehending human motion is a fundamental challenge for developing Human-Robot Collaborative applications. Computer vision researchers have addressed this field by only focusing on reducing error in predictions, but not taking into account the requirements to facilitate its implementation in robots. In this paper, we propose a new model based on Transformer that simultaneously deals with the real time 3D human motion forecasting in the short and long term. Our 2-Channel Transformer (2CH-TR) is able to efficiently exploit the spatio-temporal information of a shortly observed sequence (400ms) and generates a competitive accuracy against the current state-of-the-art. 2CH-TR stands out for the efficient performance of the Transformer, being lighter and faster than its competitors. In addition, our model is tested in conditions where the human motion is severely occluded, demonstrating its robustness in reconstructing and predicting 3D human motion in a highly noisy environment. Our experiment results show that the proposed 2CH-TR outperforms the ST-Transformer, which is another state-of-the-art model based on the Transformer, in terms of reconstruction and prediction under the same conditions of input prefix. Our model reduces in 8.89% the mean squared error of ST-Transformer in short-term prediction, and 2.57% in long-term prediction in Human3.6M dataset with 400ms input prefix. Webpage: https://evm7.github.io/2CHTR-page/

Foundations

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

Your Notes