paper-with-me

홈 › Papers

Hyp2Nav: Hyperbolic Planning and Curiosity for Crowd Navigation

2024-07-18 · Guido Maria D'Amely di Melendugno, Alessandro Flaborea, Pascal Mettes, Fabio Galasso

Autonomous robots are increasingly becoming a strong fixture in social environments. Effective crowd navigation requires not only safe yet fast planning, but should also enable interpretability and computational efficiency for working in real-time on embedded devices. In this work, we advocate for hyperbolic learning to enable crowd navigation and we introduce Hyp2Nav. Different from conventional reinforcement learning-based crowd navigation methods, Hyp2Nav leverages the intrinsic properties of hyperbolic geometry to better encode the hierarchical nature of decision-making processes in navigation tasks. We propose a hyperbolic policy model and a hyperbolic curiosity module that results in effective social navigation, best success rates, and returns across multiple simulation settings, using up to 6 times fewer parameters than competitor state-of-the-art models. With our approach, it becomes even possible to obtain policies that work in 2-dimensional embedding spaces, opening up new possibilities for low-resource crowd navigation and model interpretability. Insightfully, the internal hyperbolic representation of Hyp2Nav correlates with how much attention the robot pays to the surrounding crowds, e.g. due to multiple people occluding its pathway or to a few of them showing colliding plans, rather than to its own planned route. The code is available at https://github.com/GDam90/hyp2nav.

📄 PDF Abstract BibTeX arXiv:2407.13567

Code (1)

gdam90/hyp2nav 공식 구현 pytorch

Tasks

Computational EfficiencyDecision MakingSocial Navigation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Diffusion Policies for Short-Horizon Planning in Robot Crowd Navigation

2026-08-27 · Wendong Li, Jochen Garcke arxiv

Robot crowd navigation requires safe and efficient decision-making under dense, dynamic, and multimodal human--robot interactions. Existing reinforcement-learning methods typically output a single reactive action at each…

Relational Graph Learning for Crowd Navigation

2019-09-28 · Changan Chen, Sha Hu, Payam Nikdel, Greg Mori 외

We present a relational graph learning approach for robotic crowd navigation using model-based deep reinforcement learning that plans actions by looking into the future. Our approach reasons about the relations between a…

Deep Reinforcement LearningGraph LearningReinforcement LearningReinforcement Learning (RL)

Curiosity-Driven Energy-Efficient Worker Scheduling in Vehicular Crowdsourcing: A Deep Reinforcement Learning Approach

2020-04-24 · ICDE 2020 4 · Chi Harold Liu, Yinuo Zhao, Zipeng Dai, Ye Yuan 외

Spatial crowdsourcing (SC) utilizes the potential of a crowd to accomplish certain location based tasks. Although worker scheduling has been well studied recently, most existing works only focus on the static deployment …

Deep Reinforcement LearningFairnessReinforcement Learning (RL)Scheduling

Occlusion-Aware Crowd Navigation Using People as Sensors

2022-10-02 · Ye-Ji Mun, Masha Itkina, Shuijing Liu, Katherine Driggs-Campbell

Autonomous navigation in crowded spaces poses a challenge for mobile robots due to the highly dynamic, partially observable environment. Occlusions are highly prevalent in such settings due to a limited sensor field of v…

Autonomous NavigationCollision AvoidanceDeep Reinforcement Learning

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 …

Autonomous NavigationMotion Planning