ROJul 2, 2019

Memory of Motion for Warm-starting Trajectory Optimization

arXiv:1907.01474v452 citations
Originality Incremental advance
AI Analysis

This work addresses motion planning efficiency for robotics, but it is incremental as it builds on existing warm-starting and function approximation techniques.

The paper tackles the problem of trajectory optimization requiring good initial guesses by building a memory of motion from a database of robot paths to provide warm-starting, demonstrating improved performance on dual-arm PR2 and humanoid Atlas robots.

Trajectory optimization for motion planning requires good initial guesses to obtain good performance. In our proposed approach, we build a memory of motion based on a database of robot paths to provide good initial guesses. The memory of motion relies on function approximators and dimensionality reduction techniques to learn the mapping between the tasks and the robot paths. Three function approximators are compared: $k$-Nearest Neighbor, Gaussian Process Regression, and Bayesian Gaussian Mixture Regression. In addition, we show that the memory can be used as a metric to choose between several possible goals, and using an ensemble method to combine different function approximators results in a significantly improved warm-starting performance. We demonstrate the proposed approach with motion planning examples on the dual-arm robot PR2 and the humanoid robot Atlas.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes