Pedestrian Intention Prediction: A Multi-Task Perspective

VITA-EPFL
9th Symposium of the European Association for Research in Transportation (hEART 2020)
Teaser Image

Ensuring pedestrian safety is a critical challenge for the global deployment of autonomous vehicles. This work addresses this issue by forecasting pedestrians' intentions and visual states using a recurrent neural network with a multi-task learning approach. Unlike prior methods that focused solely on x-y coordinates, this approach predicts the entire bounding box of pedestrians. The model features two heads: one for predicting pedestrian intentions at future positions and another for visual state estimation. Experiments on the JAAD dataset demonstrate superior intention prediction performance and competitive bounding box prediction accuracy, achieved with a simpler and faster architecture compared to more complex alternatives.

Abstract

In order to be globally deployed, autonomous cars must guarantee the safety of pedestrians. This is the reason why forecasting pedestrians' intentions sufficiently in advance is one of the most critical and challenging tasks for autonomous vehicles. This work tries to solve this problem by jointly predicting the intention and visual states of pedestrians. In terms of visual states, whereas previous work focused on x-y coordinates, we will also predict the size and indeed the whole bounding box of the pedestrian. The method is a recurrent neural network in a multi-task learning approach. It has one head that predicts the intention of the pedestrian for each one of its future position and another one predicting the visual states of the pedestrian. Experiments on the JAAD dataset show the superiority of the performance of our method compared to previous works for intention prediction. Also, although its simple architecture (more than 2 times faster), the performance of the bounding box prediction is comparable to the ones yielded by much more complex architectures.

Proposed Model

Diagram of Geometric Reasoning Networks (GRN)

The proposed multi-task learning network is an LSTM based encoder-decoder architecture that leverages the position and dimensions of the observed bounding box as well as their velocity in order to predict the future bounding boxes of pedestrians as well as a sequence of future intentions.

Visualizations

Qualitative Results 1
Qualitative Results 2
Qualitative Results 3
Qualitative Results 4

BibTeX

          
            @article{ait2020pedestrian,
              title={Pedestrian intention prediction: A multi-task perspective},
              author={Ait Bouhsain, Smail and Saadatnejad, Saeed and Alahi, Alexandre},
              journal={9th Symposium of the European Association for Research in Transportation (hEART 2020)},
              year={2020}
            }