paper-with-me

홈 › Papers

Learning Phase Competition for Traffic Signal Control

2019-05-12 · Guanjie Zheng, Yuanhao Xiong, Xinshi Zang, Jie Feng, Hua Wei, Huichu Zhang, Yong Li, Kai Xu, Zhenhui Li

Increasingly available city data and advanced learning techniques have empowered people to improve the efficiency of our city functions. Among them, improving the urban transportation efficiency is one of the most prominent topics. Recent studies have proposed to use reinforcement learning (RL) for traffic signal control. Different from traditional transportation approaches which rely heavily on prior knowledge, RL can learn directly from the feedback. On the other side, without a careful model design, existing RL methods typically take a long time to converge and the learned models may not be able to adapt to new scenarios. For example, a model that is trained well for morning traffic may not work for the afternoon traffic because the traffic flow could be reversed, resulting in a very different state representation. In this paper, we propose a novel design called FRAP, which is based on the intuitive principle of phase competition in traffic signal control: when two traffic signals conflict, priority should be given to one with larger traffic movement (i.e., higher demand). Through the phase competition modeling, our model achieves invariance to symmetrical cases such as flipping and rotation in traffic flow. By conducting comprehensive experiments, we demonstrate that our model finds better solutions than existing RL methods in the complicated all-phase selection problem, converges much faster during training, and achieves superior generalizability for different road structures and traffic conditions.

📄 PDF Abstract BibTeX arXiv:1905.04722

Code (1)

3neutronstar/traffic-optimization_RL pytorch

Tasks

Reinforcement LearningReinforcement Learning (RL)Traffic Signal Control

Similar Papers 제목 키워드 기반

DQN Control Solution for KDD Cup 2021 City Brain Challenge

2021-08-14 · Yitian Chen, Kunlong Chen, Kunjin Chen, Lin Wang

We took part in the city brain challenge competition and achieved the 8th place. In this competition, the players are provided with a real-world city-scale road network and its traffic demand derived from real traffic da…

Traffic Signal Control

Leveraging Queue Length and Attention Mechanisms for Enhanced Traffic Signal Control Optimization

2021-12-30 · Liang Zhang, Shubin Xie, Jianming Deng

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 whi…

Reinforcement Learning (RL)Traffic Signal Control

Real-Time Traffic Signal Control for Modern Roundabouts by Using Particle Swarm Optimization-Based Fuzzy Controller

2014-08-04 · Yue-Jiao Gong, Jun Zhang

Due to that the existing traffic facilities can hardly be extended, developing traffic signal control methods is the most important way to improve the traffic efficiency of modern roundabouts. This paper proposes a novel…

Traffic Signal Control

Learning Traffic Signal Control via Genetic Programming

2024-03-26 · Xiao-Cheng Liao, Yi Mei, Mengjie Zhang

The control of traffic signals is crucial for improving transportation efficiency. Recently, learning-based methods, especially Deep Reinforcement Learning (DRL), garnered substantial success in the quest for more effici…

Deep Reinforcement LearningTraffic Signal Control

GPLight+: A Genetic Programming Method for Learning Symmetric Traffic Signal Control Policy

2025-08-22 · Xiao-Cheng Liao, Yi Mei, Mengjie Zhang arxiv

Recently, learning-based approaches, have achieved significant success in automatically devising effective traffic signal control strategies. In particular, as a powerful evolutionary machine learning approach, Genetic P…