CVAIJun 1, 2021

Asymmetrical Bi-RNN for pedestrian trajectory encoding

arXiv:2106.04419v212 citationsHas Code
AI Analysis

This work addresses trajectory forecasting for autonomous systems, but it is incremental as it modifies existing RNN architectures for a specific domain.

The paper tackled pedestrian trajectory encoding by proposing an asymmetrical bidirectional RNN (U-RNN) as an alternative to LSTMs, with the U-LSTM variant showing improvements in metrics like ADE, FDE, and collision rate on the Trajnet++ benchmark.

Pedestrian motion behavior involves a combination of individual goals and social interactions with other agents. In this article, we present an asymmetrical bidirectional recurrent neural network architecture called U-RNN to encode pedestrian trajectories and evaluate its relevance to replace LSTMs for various forecasting models. Experimental results on the Trajnet++ benchmark show that the U-LSTM variant yields better results regarding every available metrics (ADE, FDE, Collision rate) than common trajectory encoders for a variety of approaches and interaction modules, suggesting that the proposed approach is a viable alternative to the de facto sequence encoding RNNs. Our implementation of the asymmetrical Bi-RNNs for the Trajnet++ benchmark is available at: github.com/JosephGesnouin/Asymmetrical-Bi-RNNs-to-encode-pedestrian-trajectories

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