ROHCLGOct 2, 2022

Occlusion-Aware Crowd Navigation Using People as Sensors

arXiv:2210.00552v322 citationsh-index: 26
AI Analysis

This addresses the problem of safe and efficient navigation for mobile robots in dynamic human crowds, presenting an incremental improvement by integrating social occlusion inference into planning.

The paper tackles autonomous robot navigation in crowded, partially observable environments by using social inference to estimate occluded obstacles, achieving collision avoidance performance comparable to fully observable navigation in simulation and successfully transferring the policy to a real-world robot.

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 view and obstructing human agents. Previous work has shown that observed interactive behaviors of human agents can be used to estimate potential obstacles despite occlusions. We propose integrating such social inference techniques into the planning pipeline. We use a variational autoencoder with a specially designed loss function to learn representations that are meaningful for occlusion inference. This work adopts a deep reinforcement learning approach to incorporate the learned representation for occlusion-aware planning. In simulation, our occlusion-aware policy achieves comparable collision avoidance performance to fully observable navigation by estimating agents in occluded spaces. We demonstrate successful policy transfer from simulation to the real-world Turtlebot 2i. To the best of our knowledge, this work is the first to use social occlusion inference for crowd navigation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes