Generalizable Motion Planning via Operator Learning
Sharath Matada, Luke Bhan, Yuanyuan Shi, Nikolay Atanasov

TL;DR
This paper introduces a neural operator for motion planning that accurately predicts value functions across resolutions, enabling efficient planning and heuristic acceleration in complex environments.
Contribution
We propose a novel neural operator-based value function predictor that generalizes across resolutions and integrates into motion planning, improving accuracy and efficiency.
Findings
Achieves 16x resolution accuracy on 2D city dataset
Outperforms state-of-the-art neural predictors on 3D scenes
Reduces nodes visited by 30% using the PNO heuristic
Abstract
In this work, we introduce a planning neural operator (PNO) for predicting the value function of a motion planning problem. We recast value function approximation as learning a single operator from the cost function space to the value function space, which is defined by an Eikonal partial differential equation (PDE). Therefore, our PNO model, despite being trained with a finite number of samples at coarse resolution, inherits the zero-shot super-resolution property of neural operators. We demonstrate accurate value function approximation at the training resolution on the MovingAI lab's 2D city dataset, compare with state-of-the-art neural value function predictors on 3D scenes from the iGibson building dataset and showcase optimal planning with 4-DOF robotic manipulators. Lastly, we investigate employing the value function output of PNO as a heuristic function to accelerate…
Peer Reviews
Decision·ICLR 2025 Poster
See review above
See review above
1. Innovative Use of Neural Operators: The authors adopt neural operators, which have shown superior generalization in PDE-solving applications, suggesting potential advancements in both performance and scalability. 2. Generalization Across Datasets: Experimental results indicate the method’s potential to generalize across diverse environments, which is a noted advantage over physics-informed neural networks (PINN) approaches. 3. Computational Efficiency: The approach demonstrates fast computa
1. Scalability Constraints: Since the method relies on grid-space convolutions, it faces intrinsic limitations in scaling to higher-dimensional spaces, a notable restriction for applications in manipulation tasks. 2. Dependence on Supervised Learning: The method’s reliance on supervised learning demands ground truth PDE solutions, which may be impractical to obtain in complex environments. 3. Presentation Issues: - Notation Clarity: The pipeline figure uses the same symbol for the SDF opera
- The paper, although math-heavy, was an enjoyable read. The authors did a very good job of presenting complex theoretical concepts simply while maintaining a good formalism. - The authors provide a detailed literature review and clearly position the proposed approach within existing work in traditional and neural motion planning. - Experiments are conducted on multiple datasets, showcasing the performance of the method on different types of 2D and 3D environments of different resolutions. Resu
- Several assumptions are made to justify the existence of the neural operator approximation. However, the reasoning behind these assumptions, and their implications in practical, real-world scenarios, are not thoroughly discussed. - The model’s performance for robots with high degrees of freedom (DOF) such as manipulators are not explored. This raises questions about the applicability of the approach to more complex, higher-dimensional tasks common in robotic motion planning. - While the paper
Videos
Taxonomy
TopicsRobotic Mechanisms and Dynamics · Robot Manipulation and Learning · Robotic Path Planning Algorithms
