ROAIMar 24

Dynamic Neural Potential Field: Online Trajectory Optimization in the Presence of Moving Obstacles

arXiv:2410.0681941.52 citationsh-index: 4Has Code
Predicted impact top 54% in RO · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the problem of safe and reliable robot navigation in unpredictable human environments, such as homes and offices, representing an incremental improvement by combining learning and model-based methods.

The paper tackles real-time trajectory optimization for robots in dynamic environments with moving obstacles by introducing Dynamic Neural Potential Field (NPField-GPT), a learning-enhanced MPC framework that integrates a Transformer-based predictor with classical optimization. It results in more efficient and safer trajectories in dynamic indoor scenarios, outperforming baselines like StaticMLP, DynamicMLP, CIAO*, and MPPI.

Generalist robot policies must operate safely and reliably in everyday human environments such as homes, offices, and warehouses, where people and objects move unpredictably. We present Dynamic Neural Potential Field (NPField-GPT), a learning-enhanced model predictive control (MPC) framework that couples classical optimization with a Transformer-based predictor of footprint-aware repulsive potentials. Given an occupancy sub-map, robot footprint, and optional dynamic-obstacle cues, our NPField-GPT model forecasts a horizon of differentiable potentials that are injected into a sequential quadratic MPC program via L4CasADi, yielding real-time, constraint-aware trajectory optimization. We additionally study two baselines: NPField-StaticMLP, where a dynamic scene is treated as a sequence of static maps; and NPField-DynamicMLP, which predicts the future potential sequence in parallel with an MLP. In dynamic indoor scenarios from BenchMR and on a Husky UGV in office corridors, NPField-GPT produces more efficient and safer trajectories under motion changes, while StaticMLP/DynamicMLP offer lower latency. We also compare with the CIAO* and MPPI baselines. Across methods, the Transformer+MPC synergy preserves the transparency and stability of model-based planning while learning only the part that benefits from data: spatiotemporal collision risk. Code and trained models are available at https://github.com/CognitiveAISystems/Dynamic-Neural-Potential-Field

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