ROSep 29, 2018

Stochastic 2-D Motion Planning with a POMDP Framework

arXiv:1810.00204v12 citations
Originality Incremental advance
AI Analysis

This addresses motion planning for robots in uncertain environments, representing an incremental improvement over existing methods.

The paper tackles motion planning under imperfect state information by proposing the QV-Tree Search algorithm, which combines offline and online POMDP approximations to reduce computation time and enable GPU acceleration, resulting in higher success rates and fewer steps compared to A* and MDP algorithms.

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 shows that QV-Tree Search is able to drive the robot to the goal with higher success rate and fewer steps.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes