An Efficient Beam Search Algorithm for Active Perception in Mobile Robotics
Kaixian Qu, Han Wang, Victor Klemm, Cesar Cadena, Marco Hutter

TL;DR
This paper introduces a scalable beam search algorithm for active perception in mobile robotics, combining node-wise exploration, a novel graph construction, and real-world validation to improve information gathering efficiency.
Contribution
It proposes a node-wise beam search algorithm, a new graph construction method called RRAG, and an integrated approach that outperforms existing methods in active perception tasks.
Findings
NBS outperforms baseline algorithms in benchmarks.
RRAG ensures connectivity and full orientation sampling.
Combined NBS and RRAG achieve at least 20% better performance in perception tasks.
Abstract
Active perception is a fundamental problem in autonomous robotics in which the robot must decide where to move and what to sense in order to obtain the most informative observations for accomplishing its mission. Existing approaches either solve a computationally expensive traveling salesman problem over heuristically selected informative nodes, or adopt a more efficient but overly constrained shortest path tree formulation. To address these limitations, we explore beam search algorithms as scalable alternatives. While the standard beam search provides scalability by preserving the top-B paths at each depth level, it is prone to local optima and exhibits parameter sensitivity. Our first contribution is a node-wise beam search (NBS) algorithm, which maintains top-B candidates per node to enable more effective exploration of the solution space. Systematic benchmarking on graphs shows that…
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.
