paper-with-me

홈 › Papers

GGMotion: Group Graph Dynamics-Kinematics Networks for Human Motion Prediction

2025-07-10 · Shuaijin Wan arxiv

Human motion is a continuous physical process in 3D space, governed by complex dynamic and kinematic constraints. Existing methods typically represent the human pose as an abstract graph structure, neglecting the intrinsic physical dependencies between joints, which increases learning difficulty and makes the model prone to generating unrealistic motions. In this paper, we propose GGMotion, a group graph dynamics-kinematics network that models human topology in groups to better leverage dynamics and kinematics priors. To preserve the geometric equivariance in 3D space, we propose a novel radial field for the graph network that captures more comprehensive spatio-temporal dependencies by aggregating joint features through spatial and temporal edges. Inter-group and intra-group interaction modules are employed to capture the dependencies of joints at different scales. Combined with equivariant multilayer perceptrons (MLP), joint position features are updated in each group through parallelized dynamics-kinematics propagation to improve physical plausibility. Meanwhile, we introduce an auxiliary loss to supervise motion priors during training. Extensive experiments on three standard benchmarks, including Human3.6M, CMU-Mocap, and 3DPW, demonstrate the effectiveness and superiority of our approach, achieving a significant performance margin in short-term motion prediction. The code is available at https://github.com/inkcat520/GGMotion.git.

📄 PDF Abstract BibTeX arXiv:2507.07515

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Homogeneous Dynamics Space for Heterogeneous Humans

2024-12-09 · CVPR 2025 1 · Xinpeng Liu, Junxuan Liang, Chenshuo Zhang, Zixuan Cai 외

Analyses of human motion kinematics have achieved tremendous advances. However, the production mechanism, known as human dynamics, is still undercovered. In this paper, we aim to push data-driven human dynamics understan…

Human Dynamics

From Kinematics To Dynamics: Estimating Center of Pressure and Base of Support from Video Frames of Human Motion

2020-01-02 · Jesse Scott, Christopher Funk, Bharadwaj Ravichandran, John H. Challis 외

To gain an understanding of the relation between a given human pose image and the corresponding physical foot pressure of the human subject, we propose and validate two end-to-end deep learning architectures, PressNet an…

Kinematics-Guided Reinforcement Learning for Object-Aware 3D Ego-Pose Estimation

2020-11-10 · Zhengyi Luo, Ryo Hachiuma, Ye Yuan, Shun Iwase 외

We propose a method for incorporating object interaction and human body dynamics into the task of 3D ego-pose estimation using a head-mounted camera. We use a kinematics model of the human body to represent the entire ra…

Human-Object Interaction DetectionObjectPose Estimationreinforcement-learning+2

The bionic neural network for external simulation of human locomotor system

2023-09-11 · Yue Shi, Shuhao Ma, Yihui Zhao

Muscle forces and joint kinematics estimated with musculoskeletal (MSK) modeling techniques offer useful metrics describing movement quality. Model-based computational MSK models can interpret the dynamic interaction bet…

PhysPT: Physics-aware Pretrained Transformer for Estimating Human Dynamics from Monocular Videos

2024-04-05 · CVPR 2024 1 · Yufei Zhang, Jeffrey O. Kephart, Zijun Cui, Qiang Ji

While current methods have shown promising progress on estimating 3D human motion from monocular videos, their motion estimates are often physically unrealistic because they mainly consider kinematics. In this paper, we …

Action RecognitionDecoderHuman DynamicsTemporal Action Localization