Table of Contents
Fetching ...

Leveraging Functional Encryption and Deep Learning for Privacy-Preserving Traffic Forecasting

Isaac Adom, Mohammmad Iqbal Hossain, Hassan Mahmoud, Ahmad Alsharif, Mahmoud Nabil Mahmoud, Yang Xiao

TL;DR

This paper tackles privacy-sensitive traffic forecasting in ITS by combining Inner Product Functional Encryption ($IPFE$) with a lightweight, high-accuracy forecasting model. Driver locations are encrypted and aggregated under $k$-anonymity, enabling per-cell traffic density estimation without revealing individual routes. The forecasting backbone blends Conv-LSTM with Bi-LSTM, augmented by a Squeeze-and-Excitation module and an attention mechanism to capture spatial-temporal, daily, and weekly patterns. Evaluations on SUMO and PeMS datasets demonstrate competitive forecast accuracy (e.g., $MAE$ below $10\%$ for a 60-minute horizon) with modest cryptographic and communication overhead, highlighting a practical privacy-preserving ITS solution.

Abstract

Over the past few years, traffic congestion has continuously plagued the nation's transportation system creating several negative impacts including longer travel times, increased pollution rates, and higher collision risks. To overcome these challenges, Intelligent Transportation Systems (ITS) aim to improve mobility and vehicular systems, ensuring higher levels of safety by utilizing cutting-edge technologies, sophisticated sensing capabilities, and innovative algorithms. Drivers' participatory sensing, current/future location reporting, and machine learning algorithms have considerably improved real-time congestion monitoring and future traffic management. However, each driver's sensitive spatiotemporal location information can create serious privacy concerns. To address these challenges, we propose in this paper a secure, privacy-preserving location reporting and traffic forecasting system that guarantees privacy protection of driver data while maintaining high traffic forecasting accuracy. Our novel k-anonymity scheme utilizes functional encryption to aggregate encrypted location information submitted by drivers while ensuring the privacy of driver location data. Additionally, using the aggregated encrypted location information as input, this research proposes a deep learning model that incorporates a Convolutional-Long Short-Term Memory (Conv-LSTM) module to capture spatial and short-term temporal features and a Bidirectional Long Short-Term Memory (Bi-LSTM) module to recover long-term periodic patterns for traffic forecasting. With extensive evaluation on real datasets, we demonstrate the effectiveness of the proposed scheme with less than 10% mean absolute error for a 60-minute forecasting horizon, all while protecting driver privacy.

Leveraging Functional Encryption and Deep Learning for Privacy-Preserving Traffic Forecasting

TL;DR

This paper tackles privacy-sensitive traffic forecasting in ITS by combining Inner Product Functional Encryption () with a lightweight, high-accuracy forecasting model. Driver locations are encrypted and aggregated under -anonymity, enabling per-cell traffic density estimation without revealing individual routes. The forecasting backbone blends Conv-LSTM with Bi-LSTM, augmented by a Squeeze-and-Excitation module and an attention mechanism to capture spatial-temporal, daily, and weekly patterns. Evaluations on SUMO and PeMS datasets demonstrate competitive forecast accuracy (e.g., below for a 60-minute horizon) with modest cryptographic and communication overhead, highlighting a practical privacy-preserving ITS solution.

Abstract

Over the past few years, traffic congestion has continuously plagued the nation's transportation system creating several negative impacts including longer travel times, increased pollution rates, and higher collision risks. To overcome these challenges, Intelligent Transportation Systems (ITS) aim to improve mobility and vehicular systems, ensuring higher levels of safety by utilizing cutting-edge technologies, sophisticated sensing capabilities, and innovative algorithms. Drivers' participatory sensing, current/future location reporting, and machine learning algorithms have considerably improved real-time congestion monitoring and future traffic management. However, each driver's sensitive spatiotemporal location information can create serious privacy concerns. To address these challenges, we propose in this paper a secure, privacy-preserving location reporting and traffic forecasting system that guarantees privacy protection of driver data while maintaining high traffic forecasting accuracy. Our novel k-anonymity scheme utilizes functional encryption to aggregate encrypted location information submitted by drivers while ensuring the privacy of driver location data. Additionally, using the aggregated encrypted location information as input, this research proposes a deep learning model that incorporates a Convolutional-Long Short-Term Memory (Conv-LSTM) module to capture spatial and short-term temporal features and a Bidirectional Long Short-Term Memory (Bi-LSTM) module to recover long-term periodic patterns for traffic forecasting. With extensive evaluation on real datasets, we demonstrate the effectiveness of the proposed scheme with less than 10% mean absolute error for a 60-minute forecasting horizon, all while protecting driver privacy.

Paper Structure

This paper contains 25 sections, 17 equations, 14 figures, 3 tables.

Figures (14)

  • Figure 1: Conceptual framework of Vehicular Ad-hoc Networks.
  • Figure 2: Illustration of the Privacy-Preserving Traffic Management System
  • Figure 3: A traffic management area partitioned into distinct geographic zones (i.e., cells).
  • Figure 4: Architecture of Attention-Based Conv-LSTM Network.
  • Figure 5: The Traffic forecasting time horizon.
  • ...and 9 more figures