paper-with-me

Papers

Boosted Genetic Algorithm using Machine Learning for traffic control optimization

2021-03-11 · Tuo Mao, Adriana-Simona Mihaita, Fang Chen, Hai L. Vu

Traffic control optimization is a challenging task for various traffic centers around the world and the majority of existing approaches focus only on developing adaptive methods under normal (recurrent) traffic conditions. Optimizing the control plans when severe incidents occur still remains an open problem, especially when a high number of lanes or entire intersections are affected. This paper aims at tackling this problem and presents a novel methodology for optimizing the traffic signal timings in signalized urban intersections, under non-recurrent traffic incidents. With the purpose of producing fast and reliable decisions, we combine the fast running Machine Learning (ML) algorithms and the reliable Genetic Algorithms (GA) into a single optimization framework. As a benchmark, we first start with deploying a typical GA algorithm by considering the phase duration as the decision variable and the objective function to minimize the total travel time in the network. We fine tune the GA for crossover, mutation, fitness calculation and obtain the optimal parameters. Secondly, we train various machine learning regression models to predict the total travel time of the studied traffic network, and select the best performing regressor which we further hyper-tune to find the optimal training parameters. Lastly, we propose a new algorithm BGA-ML combining the GA algorithm and the extreme-gradient decision-tree, which is the best performing regressor, together in a single optimization framework. Comparison and results show that the new BGA-ML is much faster than the original GA algorithm and can be successfully applied under non-recurrent incident conditions.

📄 PDF Abstract BibTeX arXiv:2103.08317

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Travel 설명 없음
GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.

Similar Papers 제목 키워드 기반

A Genetic Programming System with an Epigenetic Mechanism for Traffic Signal Control

2019-03-09 · Esteban Ricalde

Traffic congestion is an increasing problem in most cities around the world. It impacts businesses as well as commuters, small cities and large ones in developing as well as developed economies. One approach to decrease …

Evolutionary AlgorithmsTraffic Signal Control

Simulation of Genetic Algorithm: Traffic Light Efficiency

2015-03-15 · Eric Lienert

Traffic is a problem in many urban areas worldwide. Traffic flow is dictated by certain devices such as traffic lights. The traffic lights signal when each lane is able to pass through the intersection. Often, static sch…

Scheduling

Traffic signal control optimization under severe incident conditions using Genetic Algorithm

2019-06-11 · Tuo Mao, Adriana-Simona Mihaita, Chen Cai

Traffic control optimization is a challenging task for various traffic centres in the world and majority of approaches focus only on applying adaptive methods under normal (recurrent) traffic conditions. But optimizing t…

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…