LGSYOCSep 29, 2021

Deep Reinforcement Q-Learning for Intelligent Traffic Signal Control with Partial Detection

arXiv:2109.14337v129 citations
Originality Incremental advance
AI Analysis

This addresses traffic congestion for urban planners by enabling intelligent signal control with low detection rates, but it is incremental as it builds on existing DQN methods.

The paper tackles traffic signal control at an isolated intersection under partial detection of connected vehicles, proposing a deep reinforcement Q-learning model that achieves performance thresholds for acceptable and optimal detection rates in simulations.

Intelligent traffic signal controllers, applying DQN algorithms to traffic light policy optimization, efficiently reduce traffic congestion by adjusting traffic signals to real-time traffic. Most propositions in the literature however consider that all vehicles at the intersection are detected, an unrealistic scenario. Recently, new wireless communication technologies have enabled cost-efficient detection of connected vehicles by infrastructures. With only a small fraction of the total fleet currently equipped, methods able to perform under low detection rates are desirable. In this paper, we propose a deep reinforcement Q-learning model to optimize traffic signal control at an isolated intersection, in a partially observable environment with connected vehicles. First, we present the novel DQN model within the RL framework. We introduce a new state representation for partially observable environments and a new reward function for traffic signal control, and provide a network architecture and tuned hyper-parameters. Second, we evaluate the performances of the model in numerical simulations on multiple scenarios, in two steps. At first in full detection against existing actuated controllers, then in partial detection with loss estimates for proportions of connected vehicles. Finally, from the obtained results, we define thresholds for detection rates with acceptable and optimal performance levels.

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