paper-with-me

Papers

Parareal with a Learned Coarse Model for Robotic Manipulation

2019-12-12 · Wisdom Agboh, Oliver Grainger, Daniel Ruprecht, Mehmet Dogar

A key component of many robotics model-based planning and control algorithms is physics predictions, that is, forecasting a sequence of states given an initial state and a sequence of controls. This process is slow and a major computational bottleneck for robotics planning algorithms. Parallel-in-time integration methods can help to leverage parallel computing to accelerate physics predictions and thus planning. The Parareal algorithm iterates between a coarse serial integrator and a fine parallel integrator. A key challenge is to devise a coarse model that is computationally cheap but accurate enough for Parareal to converge quickly. Here, we investigate the use of a deep neural network physics model as a coarse model for Parareal in the context of robotic manipulation. In simulated experiments using the physics engine Mujoco as fine propagator we show that the learned coarse model leads to faster Parareal convergence than a coarse physics-based model. We further show that the learned coarse model allows to apply Parareal to scenarios with multiple objects, where the physics-based coarse model is not applicable. Finally, we conduct experiments on a real robot and show that Parareal predictions are close to real-world physics predictions for robotic pushing of multiple objects. Videos are at https://youtu.be/wCh2o1rf-gA.

📄 PDF Abstract BibTeX arXiv:1912.05958

Code (0)

등록된 구현이 없습니다.

Tasks

MuJoCo

Similar Papers 제목 키워드 기반

RandNet-Parareal: a time-parallel PDE solver using Random Neural Networks

2024-11-09 · Guglielmo Gattiglio, Lyudmila Grigoryeva, Massimiliano Tamborrino

Parallel-in-time (PinT) techniques have been proposed to solve systems of time-dependent differential equations by parallelizing the temporal domain. Among them, Parareal computes the solution sequentially using an inacc…

Parareal Neural Networks Emulating a Parallel-in-time Algorithm

2021-03-16 · Chang-Ock Lee, Youngkyu Lee, Jongho Park

As deep neural networks (DNNs) become deeper, the training time increases. In this perspective, multi-GPU parallel computing has become a key tool in accelerating the training of DNNs. In this paper, we introduce a novel…

GPU

Prob-GParareal: A Probabilistic Numerical Parallel-in-Time Solver for Differential Equations

2025-09-04 · Guglielmo Gattiglio, Lyudmila Grigoryeva, Massimiliano Tamborrino arxiv

We introduce Prob-GParareal, a probabilistic extension of the GParareal algorithm designed to provide uncertainty quantification for the Parallel-in-Time (PinT) solution of (ordinary and partial) differential equations (…

Gaussian Processes

Efficient Numerical Wave Propagation Enhanced By An End-to-End Deep Learning Model

2024-02-04 · Luis Kaiser, Richard Tsai, Christian Klingenberg

In a variety of scientific and engineering domains, the need for high-fidelity and efficient solutions for high-frequency wave propagation holds great significance. Recent advances in wave modeling use sufficiently accur…

VidBot: Learning Generalizable 3D Actions from In-the-Wild 2D Human Videos for Zero-Shot Robotic Manipulation

2025-03-10 · CVPR 2025 1 · Hanzhi Chen, Boyang Sun, Anran Zhang, Marc Pollefeys 외

Future robots are envisioned as versatile systems capable of performing a variety of household tasks. The big question remains, how can we bridge the embodiment gap while minimizing physical robot learning, which fundame…