Leveraging Queue Length and Attention Mechanisms for Enhanced Traffic Signal Control Optimization
Abstract
Reinforcement learning (RL) techniques for traffic signal control (TSC) have gained increasing popularity in recent years. However, most existing RL-based TSC methods tend to focus primarily on the RL model structure while neglecting the significance of proper traffic state representation. Furthermore, some RL-based methods heavily rely on expert-designed traffic signal phase competition. In this paper, we present a novel approach to TSC that utilizes queue length as an efficient state representation. We propose two new methods: (1) Max Queue-Length (M-QL), an optimization-based traditional method designed based on the property of queue length; and (2) AttentionLight, an RL model that employs the self-attention mechanism to capture the signal phase correlation without requiring human knowledge of phase relationships. Comprehensive experiments on multiple real-world datasets demonstrate the effectiveness of our approach: (1) the M-QL method outperforms the latest RL-based methods; (2) AttentionLight achieves a new state-of-the-art performance; and (3) our results highlight the significance of proper state representation, which is as crucial as neural network design in TSC methods. Our findings have important implications for advancing the development of more effective and efficient TSC methods. Our code is released on Github (https://github. com/LiangZhang1996/AttentionLight).
Cite
Text
Zhang et al. "Leveraging Queue Length and Attention Mechanisms for Enhanced Traffic Signal Control Optimization." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023. doi:10.1007/978-3-031-43430-3_9Markdown
[Zhang et al. "Leveraging Queue Length and Attention Mechanisms for Enhanced Traffic Signal Control Optimization." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023.](https://mlanthology.org/ecmlpkdd/2023/zhang2023ecmlpkdd-leveraging/) doi:10.1007/978-3-031-43430-3_9BibTeX
@inproceedings{zhang2023ecmlpkdd-leveraging,
title = {{Leveraging Queue Length and Attention Mechanisms for Enhanced Traffic Signal Control Optimization}},
author = {Zhang, Liang and Xie, Shubin and Deng, Jianming},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2023},
pages = {141-156},
doi = {10.1007/978-3-031-43430-3_9},
url = {https://mlanthology.org/ecmlpkdd/2023/zhang2023ecmlpkdd-leveraging/}
}