Published July 6, 2024 | Version 0.0.2
Software Open

Predicting 3D Rigid Body Dynamics with Deep Residual Network

  • 1. ROR icon University of Oxford

Description

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 dataset of 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.

Files

predicting_3d_rigid_body_dynamics.pdf

Files (781.1 kB)

Name Size Download all
md5:fe59c257b5d1cf01a109b48bfb48e0a5
395.5 kB Preview Download
md5:120e828deca851ef88876f6a3d0380c2
385.6 kB Preview Download

Additional details

Dates

Copyrighted
2024-07-05

Software

Repository URL
https://github.com/0xnu/3d_rigid_body
Programming language
Python, C++, Makefile
Development Status
Active