paper-with-me

홈 › Papers

Vec-QMDP: Vectorized POMDP Planning on CPUs for Real-Time Autonomous Driving

2026-02-09 · Xuanjin Jin, Yanxin Dong, Bin Sun, Huan Xu, Zhihui Hao, XianPeng Lang, Panpan Cai arxiv

Planning under uncertainty for real-world robotics tasks, such as autonomous driving, requires reasoning in enormous high-dimensional belief spaces, rendering the problem computationally intensive. While parallelization offers scalability, existing hybrid CPU-GPU solvers face critical bottlenecks due to host-device synchronization latency and branch divergence on SIMT architectures, limiting their utility for real-time planning and hindering real-robot deployment. We present Vec-QMDP, a CPU-native parallel planner that aligns POMDP search with modern CPUs' SIMD architecture, achieving $227\times$--$1073\times$ speedup over state-of-the-art serial planners. Vec-QMDP adopts a Data-Oriented Design (DOD), refactoring scattered, pointer-based data structures into contiguous, cache-efficient memory layouts. We further introduce a hierarchical parallelism scheme: distributing sub-trees across independent CPU cores and SIMD lanes, enabling fully vectorized tree expansion and collision checking. Efficiency is maximized with the help of UCB load balancing across trees and a vectorized STR-tree for coarse-level collision checking. Evaluated on large-scale autonomous driving benchmarks, Vec-QMDP achieves state-of-the-art planning performance with millisecond-level latency, establishing CPUs as a high-performance computing platform for large-scale planning under uncertainty.

📄 PDF Abstract BibTeX arXiv:2602.08334

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

Partially Observable Planning and Learning for Systems with Non-Uniform Dynamics

2019-07-09 · Nicholas Collins, Hanna Kurniawati

We propose a neural network architecture, called TransNet, that combines planning and model learning for solving Partially Observable Markov Decision Processes (POMDPs) with non-uniform system dynamics. The past decade h…

Robot Navigation

VOiLA: Vectorized Online Planning with Learned Diffusion Models for POMDP Agents

2026-06-18 · Marcus Hoerger, Rishikesh Joshi, Rahul Shome, Ian Manchester 외 arxiv

Planning under uncertainty is an essential capability for autonomous robots. The Partially Observable Markov Decision Process (POMDP) provides a powerful framework for such a capability. Although POMDP-based planning has…

Improving Automated Driving through POMDP Planning with Human Internal States

2020-05-28 · Zachary Sunberg, Mykel Kochenderfer

This work examines the hypothesis that partially observable Markov decision process (POMDP) planning with human driver internal states can significantly improve both safety and efficiency in autonomous freeway driving. W…

Anderson Acceleration for Partially Observable Markov Decision Processes: A Maximum Entropy Approach

2022-11-28 · MinGyu Park, Jaeuk Shin, Insoon Yang

Partially observable Markov decision processes (POMDPs) is a rich mathematical framework that embraces a large class of complex sequential decision-making problems under uncertainty with limited observations. However, th…

Decision MakingSequential Decision Making

Vectorized Online POMDP Planning

2025-10-31 · Marcus Hoerger, Muhammad Sudrajat, Hanna Kurniawati arxiv

Planning under partial observability is an essential capability of autonomous robots. The Partially Observable Markov Decision Process (POMDP) provides a powerful framework for planning under partial observability proble…