BOWConnect: Parallel Bayesian Optimization over Windows with Learned Local Cost Maps for Sample-Efficient Kinodynamic Motion Planning

📅 2026-06-25
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work proposes a motion planning framework that integrates bidirectional parallel tree search with windowed Bayesian optimization to address challenges such as low sampling efficiency in high-dimensional state spaces, unreliable heuristics under dynamic constraints, and difficulty in navigating narrow passages. The approach uniquely embeds Bayesian optimization within a bidirectional planning architecture to enable online learning of local cost maps and constraints. It further accelerates trajectory connection queries via spatial hashing and employs a boundary value problem solver to generate control sequences satisfying both dynamical and collision-free constraints. Evaluated across ten benchmark environments, the method achieves 100% success rate with planning speeds that are either optimal or near-optimal, and demonstrates real-time, collision-free planning capabilities on physical ground vehicles and quadrotor platforms.
📝 Abstract
This paper presents BOWConnect, a bidirectional parallel kinodynamic motion planner that addresses three fundamental limitations of existing sampling-based methods: sample inefficiency in high-dimensional state spaces, unreliable cost heuristics under dynamic constraints, and poor performance in narrow passage environments. Unlike classical planners that rely on random control sampling and geometric distance heuristics, BOWConnect integrates Bayesian Optimization over Windows (BOW) as a learning-based steering function within a parallel tree-based exploration framework, enabling each worker to learn local cost maps and constraints to guide sampling toward dynamically feasible and collision-free controls. A bidirectional architecture simultaneously grows forward and backward trees from the start and goal regions in parallel threads, with a spatial hashing mechanism enabling fast connection queries and a boundary value problem solver generating kinodynamically consistent bridge trajectories. Extensive evaluations across ten benchmark environments demonstrate that BOWConnect achieves 100\% success while delivering the fastest or near-fastest planning time in complex scenarios, including narrow passages and non-convex spaces where state-of-the-art planners fail or degrade substantially. Real-world deployment on a ground vehicle and a quadrotor confirms real-time planning with no collisions. Videos of real-world and simulated experiments, high-resolution versions of the figures, and the open-source code are available at https://bow-connect.github.io/.
Problem

Research questions and friction points this paper is trying to address.

sample inefficiency
kinodynamic motion planning
narrow passages
cost heuristics
high-dimensional state spaces
Innovation

Methods, ideas, or system contributions that make the work stand out.

Bayesian Optimization over Windows
kinodynamic motion planning
bidirectional parallel planning
learned local cost maps
sample-efficient planning
🔎 Similar Papers
2024-09-10IEEE Robotics and Automation LettersCitations: 0