paper-with-me

Papers

Relational Graph Learning for Crowd Navigation

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

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 all agents based on their latent features and uses a Graph Convolutional Network to encode higher-order interactions in each agent's state representation, which is subsequently leveraged for state prediction and value estimation. The ability to predict human motion allows us to perform multi-step lookahead planning, taking into account the temporal evolution of human crowds. We evaluate our approach against a state-of-the-art baseline for crowd navigation and ablations of our model to demonstrate that navigation with our approach is more efficient, results in fewer collisions, and avoids failure cases involving oscillatory and freezing behaviors.

📄 PDF Abstract BibTeX arXiv:1909.13165

Code (1)

ChanganVR/RelationalGraphLearning 공식 구현 pytorch

Tasks

Deep Reinforcement LearningGraph LearningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Multi-Agent Dynamic Relational Reasoning for Social Robot Navigation

2024-01-22 · Jiachen Li, Chuanbo Hua, Jianpeng Yao, Hengbo Ma 외

Social robot navigation can be helpful in various contexts of daily life but requires safe human-robot interactions and efficient trajectory planning. While modeling pairwise relations has been widely studied in multi-ag…

Deep Reinforcement LearningRelational ReasoningRobot NavigationTrajectory Planning+1

Human-Human & Human-Robot Interaction Transformer (H2INT) for Robot Navigation in Dense and Uncertain Crowds

2026-09-04 · Ao Shen, Kaixi Chen, Shiwei Liu, Fang Deng 외 arxiv

Safe robot navigation in dense crowds requires reasoning about pedestrian motion and how it may change in response to a robot. However, many learning-based approaches generate pedestrian motion independently of the robot…

Reinforcement LearningRobot Navigation

Robot Navigation in Crowds by Graph Convolutional Networks with Attention Learned from Human Gaze

2019-09-23 · Yuying Chen, Congcong Liu, Ming Liu, Bertram E. Shi

Safe and efficient crowd navigation for mobile robot is a crucial yet challenging task. Previous work has shown the power of deep reinforcement learning frameworks to train efficient policies. However, their performance …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Reconstructing Groups of People with Hypergraph Relational Reasoning

2023-08-30 · ICCV 2023 1 · Buzhen Huang, Jingyi Ju, Zhihao LI, Yangang Wang

Due to the mutual occlusion, severe scale variation, and complex spatial distribution, the current multi-person mesh recovery methods cannot produce accurate absolute body poses and shapes in large-scale crowded scenes. …

3D Multi-Person Mesh RecoveryPose EstimationRelational Reasoning

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