paper-with-me

Papers

Learning Trajectory Dependencies for Human Motion Prediction

2019-08-15 · ICCV 2019 10 · Wei Mao, Miaomiao Liu, Mathieu Salzmann, Hongdong Li

Human motion prediction, i.e., forecasting future body poses given observed pose sequence, has typically been tackled with recurrent neural networks (RNNs). However, as evidenced by prior work, the resulted RNN models suffer from prediction errors accumulation, leading to undesired discontinuities in motion prediction. In this paper, we propose a simple feed-forward deep network for motion prediction, which takes into account both temporal smoothness and spatial dependencies among human body joints. In this context, we then propose to encode temporal information by working in trajectory space, instead of the traditionally-used pose space. This alleviates us from manually defining the range of temporal dependencies (or temporal convolutional filter size, as done in previous work). Moreover, spatial dependency of human pose is encoded by treating a human pose as a generic graph (rather than a human skeletal kinematic tree) formed by links between every pair of body joints. Instead of using a pre-defined graph structure, we design a new graph convolutional network to learn graph connectivity automatically. This allows the network to capture long range dependencies beyond that of human kinematic tree. We evaluate our approach on several standard benchmark datasets for motion prediction, including Human3.6M, the CMU motion capture dataset and 3DPW. Our experiments clearly demonstrate that the proposed approach achieves state of the art performance, and is applicable to both angle-based and position-based pose representations. The code is available at https://github.com/wei-mao-2019/LearnTrajDep

📄 PDF Abstract BibTeX arXiv:1908.05436

Code (5)

wei-mao-2019/LearnTrajDep 공식 구현 pytorch
Jacoo-Zhao/3D-Pose-Based-Feedback-For-Physical-Exercises pytorch
bouracha/Gen_Motion pytorch
bouracha/OoDMotion pytorch
chengxuduan/advhmp pytorch

Tasks

Human motion predictionHuman Pose Forecastingmotion predictionMulti-Person Pose forecastingPrediction

Similar Papers 제목 키워드 기반

GlocalNet: Class-aware Long-term Human Motion Synthesis

2020-12-19 · Neeraj Battan, Yudhik Agrawal, Veeravalli Saisooryarao, Aman Goel 외

Synthesis of long-term human motion skeleton sequences is essential to aid human-centric video generation with potential applications in Augmented Reality, 3D character animations, pedestrian trajectory prediction, etc. …

Motion SynthesisPedestrian Trajectory PredictionTrajectory PredictionVideo Generation

Multi-grained Trajectory Graph Convolutional Networks for Habit-unrelated Human Motion Prediction

2020-12-23 · Jin Liu, Jianqin Yin

Human motion prediction is an essential part for human-robot collaboration. Unlike most of the existing methods mainly focusing on improving the effectiveness of spatiotemporal modeling for accurate prediction, we take e…

Computational EfficiencyHuman motion predictionMotion Generationmotion prediction+1

SimpliHuMoN: Simplifying Human Motion Prediction

2026-03-04 · Aadya Agrawal, Alexander Schwing arxiv

Human motion prediction combines the tasks of trajectory forecasting and human pose prediction. For each of the two tasks, specialized models have been developed. Combining these models for holistic human motion predicti…

Trajectory ForecastingPose Prediction

Stochastic Trajectory Prediction via Motion Indeterminacy Diffusion

2022-03-25 · CVPR 2022 1 · Tianpei Gu, Guangyi Chen, Junlong Li, Chunze Lin 외

Human behavior has the nature of indeterminacy, which requires the pedestrian trajectory prediction system to model the multi-modality of future motion states. Unlike existing stochastic trajectory prediction methods whi…

DiversityPedestrian Trajectory PredictionPredictionTrajectory Prediction

Chatting about Conditional Trajectory Prediction

2026-04-20 · Yuxiang Zhao, Wei Huang, Haipeng Zeng, Huan Zhao 외 arxiv

Human behavior has the nature of mutual dependencies, which requires human-robot interactive systems to predict surrounding agents trajectories by modeling complex social interactions, avoiding collisions and executing s…

Trajectory PredictionMotion Planning