CVJul 10, 2019

Regularizing Neural Networks for Future Trajectory Prediction via Inverse Reinforcement Learning Framework

arXiv:1907.04525v21 citationsHas Code
AI Analysis

This work addresses trajectory prediction for autonomous systems or surveillance, but it is incremental as it builds on existing encoder-decoder and inverse reinforcement learning frameworks.

The paper tackles the problem of predicting distant future trajectories of agents in dynamic scenes by proposing a recurrent neural network model trained with a reward function that acts as a regularizer, resulting in improved prediction performance that outperforms state-of-the-art methods in terms of accuracy.

Predicting distant future trajectories of agents in a dynamic scene is not an easy problem because the future trajectory of an agent is affected by not only his/her past trajectory but also the scene contexts. To tackle this problem, we propose a model based on recurrent neural networks (RNNs) and a novel method for training the model. The proposed model is based on an encoder-decoder architecture where the encoder encodes inputs (past trajectories and scene context information) while the decoder produces a trajectory from the context vector given by the encoder. We train the networks of the proposed model to produce a future trajectory, which is the closest to the true trajectory, while maximizing a reward from a reward function. The reward function is also trained at the same time to maximize the margin between the rewards from the ground-truth trajectory and its estimate. The reward function plays the role of a regularizer for the proposed model so the trained networks are able to better utilize the scene context information for the prediction task. We evaluated the proposed model on several public datasets. Experimental results show that the prediction performance of the proposed model is much improved by the regularization, which outperforms the-state-of-the-arts in terms of accuracy. The implementation codes are available at https://github.com/d1024choi/traj-pred-irl/.

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