paper-with-me

Papers

X-Light: Cross-City Traffic Signal Control Using Transformer on Transformer as Meta Multi-Agent Reinforcement Learner

2024-04-18 · Haoyuan Jiang, Ziyue Li, Hua Wei, Xuantang Xiong, Jingqing Ruan, Jiaming Lu, Hangyu Mao, Rui Zhao

The effectiveness of traffic light control has been significantly improved by current reinforcement learning-based approaches via better cooperation among multiple traffic lights. However, a persisting issue remains: how to obtain a multi-agent traffic signal control algorithm with remarkable transferability across diverse cities? In this paper, we propose a Transformer on Transformer (TonT) model for cross-city meta multi-agent traffic signal control, named as X-Light: We input the full Markov Decision Process trajectories, and the Lower Transformer aggregates the states, actions, rewards among the target intersection and its neighbors within a city, and the Upper Transformer learns the general decision trajectories across different cities. This dual-level approach bolsters the model's robust generalization and transferability. Notably, when directly transferring to unseen scenarios, ours surpasses all baseline methods with +7.91% on average, and even +16.3% in some cases, yielding the best results.

📄 PDF Abstract BibTeX arXiv:2404.12090

Code (1)

jianghaoyuan1994/x-light 공식 구현 pytorch

Tasks

Traffic Signal Control

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

SocialLight: Distributed Cooperation Learning towards Network-Wide Traffic Signal Control

2023-04-20 · Harsh Goel, Yifeng Zhang, Mehul Damani, Guillaume Sartoretti

Many recent works have turned to multi-agent reinforcement learning (MARL) for adaptive traffic signal control to optimize the travel time of vehicles over large urban networks. However, achieving effective and scalable …

counterfactualCounterfactual ReasoningMulti-agent Reinforcement LearningTraffic Signal Control

PDLight: A Deep Reinforcement Learning Traffic Light Control Algorithm with Pressure and Dynamic Light Duration

2020-09-29 · Chenguang Zhao, Xiaorong Hu, Gang Wang

Existing ineffective and inflexible traffic light control at urban intersections can often lead to congestion in traffic flows and cause numerous problems, such as long delay and waste of energy. How to find the optimal …

Deep Reinforcement LearningManagement

Deep Reinforcement Learning for the Joint Control of Traffic Light Signaling and Vehicle Speed Advice

2023-09-18 · Johannes V. S. Busch, Robert Voelckner, Peter Sossalla, Christian L. Vielhaus 외

Traffic congestion in dense urban centers presents an economical and environmental burden. In recent years, the availability of vehicle-to-anything communication allows for the transmission of detailed vehicle states to …

Deep Reinforcement Learning

MoveLight: Enhancing Traffic Signal Control through Movement-Centric Deep Reinforcement Learning

2024-07-24 · Junqi Shao, Chenhao Zheng, Yuxuan Chen, YuCheng Huang 외

This paper introduces MoveLight, a novel traffic signal control system that enhances urban traffic management through movement-centric deep reinforcement learning. By leveraging detailed real-time data and advanced machi…

Deep Reinforcement LearningManagementreinforcement-learningReinforcement Learning+1

DGLight: DQN-Guided GRPO Fine-Tuning of Large Language Models for Traffic Signal Control

2026-04-28 · Chenbo Yu arxiv

Traffic signal control (TSC) plays a central role in reducing congestion and maintaining urban mobility. This dissertation introduces DGLight, a critic-guided reinforcement-learning framework for adapting a pretrained la…