← Back to Blog

Predicting Pedestrian Crossing Intention with Feature Fusion and Spatio-temporal Attention

Yang, D.*, Zhang, H.*, Yurtsever, E., Redmill, K. A., & Γ–zgΓΌner, Ü. (*equal contribution)

Problem Overview

Predicting whether a pedestrian intends to cross the street is crucial for safe autonomous driving in urban environments. Unlike simple detection, crossing intention prediction requires understanding subtle behavioral cues β€” body language, gaze direction, and contextual relationships with the environment β€” often seconds before the pedestrian actually steps onto the road.

Method

Our approach combines three complementary information sources:

Spatio-temporal Attention Architecture

The core innovation lies in our two-stage attention mechanism:

  1. Spatial Attention: Fuses the three input modalities by learning which scene regions and features are most relevant to the pedestrian's decision-making process
  2. Temporal Attention: Applied over a recurrent neural network (LSTM) that processes video frames sequentially, allowing the model to focus on critical moments in the pedestrian's approach to the curb

Key Results

Dataset & Code

Experiments conducted on the JAAD (Joint Attention for Autonomous Driving) dataset, which contains 346 video clips with annotated pedestrian crossing behaviors.

View Code on GitHub β†’