CVAILGApr 25, 2022

Goal-driven Self-Attentive Recurrent Networks for Trajectory Prediction

arXiv:2204.11561v164 citationsh-index: 66
Originality Incremental advance
AI Analysis

This work addresses trajectory forecasting for autonomous vehicles and social robots, but it is incremental as it builds on existing attention-based and goal-estimation approaches.

The paper tackles human trajectory prediction by proposing a lightweight self-attentive recurrent network combined with a scene-aware goal-estimation module, achieving performance on par with state-of-the-art methods while reducing model complexity.

Human trajectory forecasting is a key component of autonomous vehicles, social-aware robots and advanced video-surveillance applications. This challenging task typically requires knowledge about past motion, the environment and likely destination areas. In this context, multi-modality is a fundamental aspect and its effective modeling can be beneficial to any architecture. Inferring accurate trajectories is nevertheless challenging, due to the inherently uncertain nature of the future. To overcome these difficulties, recent models use different inputs and propose to model human intentions using complex fusion mechanisms. In this respect, we propose a lightweight attention-based recurrent backbone that acts solely on past observed positions. Although this backbone already provides promising results, we demonstrate that its prediction accuracy can be improved considerably when combined with a scene-aware goal-estimation module. To this end, we employ a common goal module, based on a U-Net architecture, which additionally extracts semantic information to predict scene-compliant destinations. We conduct extensive experiments on publicly-available datasets (i.e. SDD, inD, ETH/UCY) and show that our approach performs on par with state-of-the-art techniques while reducing model complexity.

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