paper-with-me

Papers

A Spatio-temporal Transformer for 3D Human Motion Prediction

2020-04-18 · Emre Aksan, Manuel Kaufmann, Peng Cao, Otmar Hilliges

We propose a novel Transformer-based architecture for the task of generative modelling of 3D human motion. Previous work commonly relies on RNN-based models considering shorter forecast horizons reaching a stationary and often implausible state quickly. Recent studies show that implicit temporal representations in the frequency domain are also effective in making predictions for a predetermined horizon. Our focus lies on learning spatio-temporal representations autoregressively and hence generation of plausible future developments over both short and long term. The proposed model learns high dimensional embeddings for skeletal joints and how to compose a temporally coherent pose via a decoupled temporal and spatial self-attention mechanism. Our dual attention concept allows the model to access current and past information directly and to capture both the structural and the temporal dependencies explicitly. We show empirically that this effectively learns the underlying motion dynamics and reduces error accumulation over time observed in auto-regressive models. Our model is able to make accurate short-term predictions and generate plausible motion sequences over long horizons. We make our code publicly available at https://github.com/eth-ait/motion-transformer.

📄 PDF Abstract BibTeX arXiv:2004.08692

Code (1)

eth-ait/motion-transformer 공식 구현 tf

Tasks

Human motion predictionmotion prediction

Similar Papers 제목 키워드 기반

SPOTR: Spatio-temporal Pose Transformers for Human Motion Prediction

2023-03-11 · Avinash Ajit Nargund, Misha Sra

3D human motion prediction is a research area of high significance and a challenge in computer vision. It is useful for the design of many applications including robotics and autonomous driving. Traditionally, autogregre…

Autonomous DrivingHuman motion predictionmotion prediction

HumanCM: One Step Human Motion Prediction

2025-10-19 · Liu Haojie, Gao Suixiang arxiv

We present HumanCM, a one-step human motion prediction framework built upon consistency models. Instead of relying on multi-step denoising as in diffusion-based methods, HumanCM performs efficient single-step generation …

A Mixture of Experts Approach to 3D Human Motion Prediction

2024-05-09 · Edmund Shieh, Joshua Lee Franco, Kang Min Bae, Tej Lalvani

This project addresses the challenge of human motion prediction, a critical area for applications such as au- tonomous vehicle movement detection. Previous works have emphasized the need for low inference times to provid…

Human motion predictionMixture-of-Expertsmotion prediction

Spatiotemporal Co-attention Recurrent Neural Networks for Human-Skeleton Motion Prediction

2019-09-29 · Xiangbo Shu, Liyan Zhang, Guo-Jun Qi, Wei Liu 외

Human motion prediction aims to generate future motions based on the observed human motions. Witnessing the success of Recurrent Neural Networks (RNN) in modeling the sequential data, recent works utilize RNN to model hu…

Human motion predictionmotion prediction

Spatio-Temporal Multi-Subgraph GCN for 3D Human Motion Prediction

2024-12-31 · Jiexin Wang, Yiju Guo, Bing Su

Human motion prediction (HMP) involves forecasting future human motion based on historical data. Graph Convolutional Networks (GCNs) have garnered widespread attention in this field for their proficiency in capturing rel…

Human motion predictionmotion predictionTransfer Learning