ROMar 7, 2021

Learning When to Quit: Meta-Reasoning for Motion Planning

arXiv:2103.04374v213 citations
AI Analysis

This addresses a practical challenge in robotics for determining optimal planning times, though it is incremental as it builds on existing anytime planning frameworks.

The paper tackles the problem of deciding when to stop planning in anytime motion planners for robotics, proposing data-driven meta-reasoning methods that achieve up to 30% improvement in solution quality compared to baselines.

Anytime motion planners are widely used in robotics. However, the relationship between their solution quality and computation time is not well understood, and thus, determining when to quit planning and start execution is unclear. In this paper, we address the problem of deciding when to stop deliberation under bounded computational capacity, so called meta-reasoning, for anytime motion planning. We propose data-driven learning methods, model-based and model-free meta-reasoning, that are applicable to different environment distributions and agnostic to the choice of anytime motion planners. As a part of the framework, we design a convolutional neural network-based optimal solution predictor that predicts the optimal path length from a given 2D workspace image. We empirically evaluate the performance of the proposed methods in simulation in comparison with baselines.

Foundations

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

Your Notes