Table of Contents
Fetching ...

Pedestrian Volume Prediction Using a Diffusion Convolutional Gated Recurrent Unit Model

Yiwei Dong, Tingjin Chu, Lele Zhang, Hadi Ghaderi, Hanfang Yang

TL;DR

This study presents a pedestrian flow prediction model, as an extension of Diffusion Convolutional Grated Recurrent Unit with dynamic time warping, named DCGRU-DTW, which outperforms the classic vector autoregressive model and the original DCGRU across multiple model accuracy metrics.

Abstract

Effective models for analysing and predicting pedestrian flow are important to ensure the safety of both pedestrians and other road users. These tools also play a key role in optimising infrastructure design and geometry and supporting the economic utility of interconnected communities. The implementation of city-wide automatic pedestrian counting systems provides researchers with invaluable data, enabling the development and training of deep learning applications that offer better insights into traffic and crowd flows. Benefiting from real-world data provided by the City of Melbourne pedestrian counting system, this study presents a pedestrian flow prediction model, as an extension of Diffusion Convolutional Grated Recurrent Unit (DCGRU) with dynamic time warping, named DCGRU-DTW. This model captures the spatial dependencies of pedestrian flow through the diffusion process and the temporal dependency captured by Gated Recurrent Unit (GRU). Through extensive numerical experiments, we demonstrate that the proposed model outperforms the classic vector autoregressive model and the original DCGRU across multiple model accuracy metrics.

Pedestrian Volume Prediction Using a Diffusion Convolutional Gated Recurrent Unit Model

TL;DR

This study presents a pedestrian flow prediction model, as an extension of Diffusion Convolutional Grated Recurrent Unit with dynamic time warping, named DCGRU-DTW, which outperforms the classic vector autoregressive model and the original DCGRU across multiple model accuracy metrics.

Abstract

Effective models for analysing and predicting pedestrian flow are important to ensure the safety of both pedestrians and other road users. These tools also play a key role in optimising infrastructure design and geometry and supporting the economic utility of interconnected communities. The implementation of city-wide automatic pedestrian counting systems provides researchers with invaluable data, enabling the development and training of deep learning applications that offer better insights into traffic and crowd flows. Benefiting from real-world data provided by the City of Melbourne pedestrian counting system, this study presents a pedestrian flow prediction model, as an extension of Diffusion Convolutional Grated Recurrent Unit (DCGRU) with dynamic time warping, named DCGRU-DTW. This model captures the spatial dependencies of pedestrian flow through the diffusion process and the temporal dependency captured by Gated Recurrent Unit (GRU). Through extensive numerical experiments, we demonstrate that the proposed model outperforms the classic vector autoregressive model and the original DCGRU across multiple model accuracy metrics.

Paper Structure

This paper contains 16 sections, 14 equations, 6 figures, 2 tables, 1 algorithm.

Figures (6)

  • Figure 1: The inner structure of one GRU cell
  • Figure 2: The overall framework of DCGRU
  • Figure 3: The sensor map of the pedestrian counting system in Melbourne
  • Figure 4: Hourly pedestrian counts at Southern Cross Station in different weeks. The data for week 39 (from December 23 to December 29) marked as a dotted line, shows a different pattern compared with the other weeks.
  • Figure 5: Ground truths (in blue) and $1$-hour-ahead prediction results (in red) of 10 selected sensors in different weeks
  • ...and 1 more figures