paper-with-me

Papers

Predicting 3D Rigid Body Dynamics with Deep Residual Network

2024-07-09 · Abiodun Finbarrs Oketunji

This study investigates the application of deep residual networks for predicting the dynamics of interacting three-dimensional rigid bodies. We present a framework combining a 3D physics simulator implemented in C++ with a deep learning model constructed using PyTorch. The simulator generates training data encompassing linear and angular motion, elastic collisions, fluid friction, gravitational effects, and damping. Our deep residual network, consisting of an input layer, multiple residual blocks, and an output layer, is designed to handle the complexities of 3D dynamics. We evaluate the network's performance using a datasetof 10,000 simulated scenarios, each involving 3-5 interacting rigid bodies. The model achieves a mean squared error of 0.015 for position predictions and 0.022 for orientation predictions, representing a 25% improvement over baseline methods. Our results demonstrate the network's ability to capture intricate physical interactions, with particular success in predicting elastic collisions and rotational dynamics. This work significantly contributes to physics-informed machine learning by showcasing the immense potential of deep residual networks in modeling complex 3D physical systems. We discuss our approach's limitations and propose future directions for improving generalization to more diverse object shapes and materials.

📄 PDF Abstract BibTeX arXiv:2407.18798

Code (0)

등록된 구현이 없습니다.

Tasks

FrictionPhysics-informed machine learning

Similar Papers 제목 키워드 기반

Hybrid Dynamics Modeling for a Flexible 2-DoF Robotic Arm

2026-06-02 · Maciek Popik, Daniel Yang, Mahdis Bisheban arxiv

This paper examines three approaches for modeling the dynamics of a flexible-link 2-DoF robotic arm to address unmodeled dynamics not captured by rigid-body models. Two physics informed models combine rigid-body dynamics…

Predicting Rigid Body Dynamics using Dual Quaternion Recurrent Neural Networks with Quaternion Attention

2020-11-17 · Johannes Pöppelbaum, Andreas Schwung

We propose a novel neural network architecture based on dual quaternions which allow for a compact representation of informations with a main focus on describing rigid body movements. To cover the dynamic behavior inhere…

Position

Pseudo-rigid body networks: learning interpretable deformable object dynamics from partial observations

2023-07-16 · Shamil Mamedov, A. René Geist, Jan Swevers, Sebastian Trimpe

Accurately predicting deformable linear object (DLO) dynamics is challenging, especially when the task requires a model that is both human-interpretable and computationally efficient. In this work, we draw inspiration fr…

Decoder

$Δ$ynamics: Language-Based Representation for Inferring Rigid-Body Dynamics From Videos

2026-05-20 · Chia-Hsiang Kao, Cong Phuoc Huynh, Chien-Yi Wang, Noranart Vesdapunt 외 arxiv

Inferring rigid-body physical states and properties from monocular videos is a fundamental step toward physics-based perception and simulation. Existing approaches assume specific underlying physical systems, object type…

Data-driven Interpretable Hybrid Robot Dynamics

2025-12-10 · Christopher E. Mower, Rui Zong, Haitham Bou-Ammar arxiv

We study data-driven identification of interpretable hybrid robot dynamics, where an analytical rigid-body dynamics model is complemented by a learned residual torque term. Using symbolic regression and sparse identifica…