Learning Priors of Human Motion With Vision Transformers
Placido Falqueto, Alberto Sanfeliu, Luigi Palopoli, Daniele Fontanelli
TL;DR
The paper tackles predicting occupancy priors of humans in semantic maps to enable safe robot navigation. It introduces semapp2, a Vision Transformer–based autoencoder (with a MAE variant) that processes semantic maps to learn occupancy distributions, aiming for real-time inference. On the Stanford Drone Dataset, semapp2 outperforms CNN baselines in metrics such as $KL$ divergence and $EMD$, and demonstrates robust velocity/stop priors, with MAE-semapp2 showing strong generalization in qualitative assessments. The approach offers practical benefits for autonomous navigation and cobot integration, with potential extensions to additional agents and production environments.
Abstract
A clear understanding of where humans move in a scenario, their usual paths and speeds, and where they stop, is very important for different applications, such as mobility studies in urban areas or robot navigation tasks within human-populated environments. We propose in this article, a neural architecture based on Vision Transformers (ViTs) to provide this information. This solution can arguably capture spatial correlations more effectively than Convolutional Neural Networks (CNNs). In the paper, we describe the methodology and proposed neural architecture and show the experiments' results with a standard dataset. We show that the proposed ViT architecture improves the metrics compared to a method based on a CNN.
