paper-with-me

Papers

Differentiable and Learnable Robot Models

2022-02-22 · Franziska Meier, Austin Wang, Giovanni Sutanto, Yixin Lin, Paarth Shah

Building differentiable simulations of physical processes has recently received an increasing amount of attention. Specifically, some efforts develop differentiable robotic physics engines motivated by the computational benefits of merging rigid body simulations with modern differentiable machine learning libraries. Here, we present a library that focuses on the ability to combine data driven methods with analytical rigid body computations. More concretely, our library \emph{Differentiable Robot Models} implements both \emph{differentiable} and \emph{learnable} models of the kinematics and dynamics of robots in Pytorch. The source-code is available at \url{https://github.com/facebookresearch/differentiable-robot-model}

📄 PDF Abstract BibTeX arXiv:2202.11217

Code (1)

facebookresearch/differentiable-robot-model 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MonoForce: Learnable Image-conditioned Physics Engine

2025-02-14 · Ruslan Agishev, Karel Zimmermann

We propose a novel model for the prediction of robot trajectories on rough offroad terrain from the onboard camera images. This model enforces the laws of classical mechanics through a physics-aware neural symbolic layer…

Model Predictive ControlTrajectory Prediction

Differentiable Modeling and Optimization of Battery Electrolyte Mixtures Using Geometric Deep Learning

2023-10-03 · Shang Zhu, Bharath Ramsundar, Emil Annevelink, Hongyi Lin 외

Electrolytes play a critical role in designing next-generation battery systems, by allowing efficient ion transfer, preventing charge transfer, and stabilizing electrode-electrolyte interfaces. In this work, we develop a…

End-To-End Semi-supervised Learning for Differentiable Particle Filters

2020-11-11 · Hao Wen, Xiongjie Chen, Georgios Papagiannis, Conghui Hu 외

Recent advances in incorporating neural networks into particle filters provide the desired flexibility to apply particle filters in large-scale real-world applications. The dynamic and measurement models in this framewor…

State Estimation

DiffGen: Robot Demonstration Generation via Differentiable Physics Simulation, Differentiable Rendering, and Vision-Language Model

2024-05-12 · Yang Jin, Jun Lv, Shuqiang Jiang, Cewu Lu

Generating robot demonstrations through simulation is widely recognized as an effective way to scale up robot data. Previous work often trained reinforcement learning agents to generate expert policies, but this approach…

Language ModelingLanguage ModellingRobot Manipulation

GraphWalks: Efficient Shape Agnostic Geodesic Shortest Path Estimation

2022-05-30 · Rolandos Alexandros Potamias, Alexandros Neofytou, Kyriaki-Margarita Bintsi, Stefanos Zafeiriou

Geodesic paths and distances are among the most popular intrinsic properties of 3D surfaces. Traditionally, geodesic paths on discrete polygon surfaces were computed using shortest path algorithms, such as Dijkstra. Howe…

Graph Neural Network