paper-with-me

홈 › Papers

POMDP-based Object Search with Growing State Space and Hybrid Action Domain

2026-04-16 · Yongbo Chen, Hesheng Wang, Shoudong Huang, Hanna Kurniawati arxiv

Efficiently locating target objects in complex indoor environments with diverse furniture, such as shelves, tables, and beds, is a significant challenge for mobile robots. This difficulty arises from factors like localization errors, limited fields of view, and visual occlusion. We address this by framing the object-search task as a highdimensional Partially Observable Markov Decision Process (POMDP) with a growing state space and hybrid (continuous and discrete) action spaces in 3D environments. Based on a meticulously designed perception module, a novel online POMDP solver named the growing neural process filtered k-center clustering tree (GNPF-kCT) is proposed to tackle this problem. Optimal actions are selected using Monte Carlo Tree Search (MCTS) with belief tree reuse for growing state space, a neural process network to filter useless primitive actions, and k-center clustering hypersphere discretization for efficient refinement of high-dimensional action spaces. A modified upper-confidence bound (UCB), informed by belief differences and action value functions within cells of estimated diameters, guides MCTS expansion. Theoretical analysis validates the convergence and performance potential of our method. To address scenarios with limited information or rewards, we also introduce a guessed target object with a grid-world model as a key strategy to enhance search efficiency. Extensive Gazebo simulations with Fetch and Stretch robots demonstrate faster and more reliable target localization than POMDP-based baselines and state-of-the-art (SOTA) non-POMDP-based solvers, especially large language model (LLM) based methods, in object search under the same computational constraints and perception systems. Real-world tests in office environments confirm the practical applicability of our approach. Project page: https://sites.google.com/view/gnpfkct.

📄 PDF Abstract BibTeX arXiv:2604.14965

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

POMDP Planning for Object Search in Partially Unknown Environment

2023-09-21 · NeurIPS 2023 11

Efficiently searching for target objects in complex environments that contain various types of furniture, such as shelves, tables, and beds, is crucial for mobile robots, but it poses significant challenges due to variou…

Multi-Resolution POMDP Planning for Multi-Object Search in 3D

2020-05-06 · Kaiyu Zheng, Yoonchang Sung, George Konidaris, Stefanie Tellex

Robots operating in households must find objects on shelves, under tables, and in cupboards. In such environments, it is crucial to search efficiently at 3D scale while coping with limited field of view and the complexit…

Bounded Policy Synthesis for POMDPs with Safe-Reachability Objectives

2018-01-29 · Yue Wang, Swarat Chaudhuri, Lydia E. Kavraki

Planning robust executions under uncertainty is a fundamental challenge for building autonomous robots. Partially Observable Markov Decision Processes (POMDPs) provide a standard framework for modeling uncertainty in man…

valid

Tru-POMDP: Task Planning Under Uncertainty via Tree of Hypotheses and Open-Ended POMDPs

2025-06-03 · Wenjing Tang, Xinyu He, Yongxi Huang, Yunxiao Xiao 외

Task planning under uncertainty is essential for home-service robots operating in the real world. Tasks involve ambiguous human instructions, hidden or unknown object locations, and open-vocabulary object types, leading …

ObjectObject RearrangementTask Planning

Interleaved POMDP Planning for Multi-Object Search in Unknown Multi-Room Household Environments

2026-07-11 · Ruochu Yang, Ziyi Xia, Huibo Zhang, Yatong Han 외 arxiv

Multi-object search in unknown household environments requires planning under extensive uncertainty - from unknown object locations to cluttered spaces with unobserved obstacles. POMDPs offer a principled framework for s…