Following the Human Thread in Social Navigation
Luca Scofano, Alessio Sampieri, Tommaso Campari, Valentino Sacco, Indro Spinelli, Lamberto Ballan, Fabio Galasso
TL;DR
This work tackles social navigation under partial observability by introducing the Social Dynamics Adaptation (SDA) model, a two-stage RL framework that first learns a policy conditioned on privileged human trajectories and then learns to infer the same social dynamics online from the robot's own state-action history. The trajectory encoder μ captures the social cues from human motion, while the Adapter ψ regresses the latent dynamics $\,\hat{z}_t$ using only accessible robot histories, enabling deployment without privileged data. Evaluated on Habitat 3.0, SDA achieves state-of-the-art performance in finding and following humans and demonstrates robustness to noise and reduced sensor update rates; ablations show the value of privileged information during training and the effectiveness of online inference. The approach advances real-time human-robot collaboration by bridging simulated privileged signals with deployable, sensor-based social understanding, and it sets a foundation for extending to more diverse human dynamics and multi-human scenarios. Future work will broaden the social cues modeled and explore real-world deployment, including sim-to-real transfer strategies.
Abstract
The success of collaboration between humans and robots in shared environments relies on the robot's real-time adaptation to human motion. Specifically, in Social Navigation, the agent should be close enough to assist but ready to back up to let the human move freely, avoiding collisions. Human trajectories emerge as crucial cues in Social Navigation, but they are partially observable from the robot's egocentric view and computationally complex to process. We present the first Social Dynamics Adaptation model (SDA) based on the robot's state-action history to infer the social dynamics. We propose a two-stage Reinforcement Learning framework: the first learns to encode the human trajectories into social dynamics and learns a motion policy conditioned on this encoded information, the current status, and the previous action. Here, the trajectories are fully visible, i.e., assumed as privileged information. In the second stage, the trained policy operates without direct access to trajectories. Instead, the model infers the social dynamics solely from the history of previous actions and statuses in real-time. Tested on the novel Habitat 3.0 platform, SDA sets a novel state-of-the-art (SotA) performance in finding and following humans. The code can be found at https://github.com/L-Scofano/SDA.
