paper-with-me

홈 › Papers

Intention-Aware Navigation in Crowds with Extended-Space POMDP Planning

2022-06-20 · Himanshu Gupta, Bradley Hayes, Zachary Sunberg

This paper presents a hybrid online Partially Observable Markov Decision Process (POMDP) planning system that addresses the problem of autonomous navigation in the presence of multi-modal uncertainty introduced by other agents in the environment. As a particular example, we consider the problem of autonomous navigation in dense crowds of pedestrians and among obstacles. Popular approaches to this problem first generate a path using a complete planner (e.g., Hybrid A*) with ad-hoc assumptions about uncertainty, then use online tree-based POMDP solvers to reason about uncertainty with control over a limited aspect of the problem (i.e. speed along the path). We present a more capable and responsive real-time approach enabling the POMDP planner to control more degrees of freedom (e.g., both speed AND heading) to achieve more flexible and efficient solutions. This modification greatly extends the region of the state space that the POMDP planner must reason over, significantly increasing the importance of finding effective roll-out policies within the limited computational budget that real time control affords. Our key insight is to use multi-query motion planning techniques (e.g., Probabilistic Roadmaps or Fast Marching Method) as priors for rapidly generating efficient roll-out policies for every state that the POMDP planning tree might reach during its limited horizon search. Our proposed approach generates trajectories that are safe and significantly more efficient than the previous approach, even in densely crowded dynamic environments with long planning horizons.

📄 PDF Abstract BibTeX arXiv:2206.10028

Code (1)

himanshugupta1009/extended_space_navigation_pomdp 공식 구현

Tasks

Autonomous NavigationMotion Planning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Intention Aware Robot Crowd Navigation with Attention-Based Interaction Graph

2022-03-03 · Shuijing Liu, Peixin Chang, Zhe Huang, Neeloy Chakraborty 외

We study the problem of safe and intention-aware robot navigation in dense and interactive crowds. Most previous reinforcement learning (RL) based methods fail to consider different types of interactions among all agents…

Graph Neural NetworkMotion Planningreinforcement-learningRobot Navigation+2

Learning Robot Visual Navigation in Crowds via Intention-Aware Scene Representations

2026-06-24 · Han Bao, Bingyi Xia, Hanjing Ye, Yu Zhan 외 arxiv

Robot crowd navigation requires the ability to infer human intentions while accounting for the structural constraints of the environment. Currently, deep reinforcement learning (DRL) provides a promising method for learn…

Reinforcement LearningVisual Navigation

Learning Contact-based Navigation in Crowds

2023-03-02 · Kyle Morgenstein, Junfeng Jiao, Luis Sentis

Navigation strategies that intentionally incorporate contact with humans (i.e. "contact-based" social navigation) in crowded environments are largely unexplored even though collision-free social navigation is a well stud…

NavigateSocial Navigation

Panoptic Lintention Network: Towards Efficient Navigational Perception for the Visually Impaired

2021-03-06 · Wei Mao, Jiaming Zhang, Kailun Yang, Rainer Stiefelhagen

Classic computer vision algorithms, instance segmentation, and semantic segmentation can not provide a holistic understanding of the surroundings for the visually impaired. In this paper, we utilize panoptic segmentation…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

CoNav: A Benchmark for Human-Centered Collaborative Navigation

2024-06-04 · Changhao Li, Xinyu Sun, Peihao Chen, Jugang Fan 외

Human-robot collaboration, in which the robot intelligently assists the human with the upcoming task, is an appealing objective. To achieve this goal, the agent needs to be equipped with a fundamental collaborative navig…

Navigate