Stochastic 2-D Motion Planning with a POMDP Framework
Ke Sun, Vijay Kumar

TL;DR
This paper introduces the QV-Tree Search algorithm for stochastic 2-D motion planning under uncertainty, combining offline and online POMDP approximation methods to improve localization and goal-reaching success.
Contribution
The paper presents a novel QV-Tree Search algorithm that efficiently handles belief states in POMDP-based motion planning, enabling real-time performance with GPU acceleration.
Findings
QV-Tree Search actively localizes the robot with high probability.
It outperforms A* and MDP in success rate and steps to reach the goal.
The method reduces online computation time through probabilistic sampling.
Abstract
Motion planning is challenging when it comes to the case of imperfect state information. Decision should be made based on belief state which evolves according to the noise from the system dynamics and sensor measurement. In this paper, we propose the QV-Tree Search algorithm which combines the state-of-art offline and online approximation methods for POMDP. Instead of full node expansions in the tree search, only probable future observations are considered through forward sampling. This modification helps reduce online computation time and allows for GPU acceleration. We show using repre- sentative examples that the proposed QV-Tree Search is able to actively localize the robot in order to reach the goal location with high probability. The results of the proposed method is also compared with the A* and MDP algorithms, neither of which handles state uncertainty directly. The comparison…
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 · Reinforcement Learning in Robotics
