iX-BSP: Incremental Belief Space Planning
Elad I. Farhi, Vadim Indelman

TL;DR
This paper introduces iX-BSP, an incremental belief space planning method that re-uses calculations across planning sessions, significantly reducing computation time while maintaining accuracy, applicable to robotics and AI tasks like navigation and SLAM.
Contribution
The paper proposes a novel incremental approach to belief space planning that leverages re-using previous calculations, including a new wildfire approximation for efficiency-accuracy trade-offs.
Findings
iX-BSP reduces computation time substantially in simulations and real-world tests.
The wildfire approximation effectively balances accuracy and efficiency.
iX-BSP enhances existing planning methods by enabling incremental updates.
Abstract
Deciding what's next? is a fundamental problem in robotics and Artificial Intelligence. Under belief space planning (BSP), in a partially observable setting, it involves calculating the expected accumulated belief-dependent reward, where the expectation is with respect to all future measurements. Since solving this general un-approximated problem quickly becomes intractable, state of the art approaches turn to approximations while still calculating planning sessions from scratch. In this work we propose a novel paradigm, Incremental BSP (iX-BSP), based on the key insight that calculations across planning sessions are similar in nature and can be appropriately re-used. We calculate the expectation incrementally by utilizing Multiple Importance Sampling techniques for selective re-sampling and re-use of measurement from previous planning sessions. The formulation of our approach considers…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Robotics and Sensor-Based Localization · AI-based Problem Solving and Planning
