paper-with-me

Papers

MacLight: Multi-scene Aggregation Convolutional Learning for Traffic Signal Control

2024-12-20 · Sunbowen Lee, Hongqin Lyu, Yicheng Gong, Yingying Sun, Chao Deng

Reinforcement learning methods have proposed promising traffic signal control policy that can be trained on large road networks. Current SOTA methods model road networks as topological graph structures, incorporate graph attention into deep Q-learning, and merge local and global embeddings to improve policy. However, graph-based methods are difficult to parallelize, resulting in huge time overhead. Moreover, none of the current peer studies have deployed dynamic traffic systems for experiments, which is far from the actual situation. In this context, we propose Multi-Scene Aggregation Convolutional Learning for traffic signal control (MacLight), which offers faster training speeds and more stable performance. Our approach consists of two main components. The first is the global representation, where we utilize variational autoencoders to compactly compress and extract the global representation. The second component employs the proximal policy optimization algorithm as the backbone, allowing value evaluation to consider both local features and global embedding representations. This backbone model significantly reduces time overhead and ensures stability in policy updates. We validated our method across multiple traffic scenarios under both static and dynamic traffic systems. Experimental results demonstrate that, compared to general and domian SOTA methods, our approach achieves superior stability, optimized convergence levels and the highest time efficiency. The code is under https://github.com/Aegis1863/MacLight.

📄 PDF Abstract BibTeX arXiv:2412.15703

Code (1)

Aegis1863/MacLight 공식 구현 pytorch

Tasks

Graph AttentionQ-LearningTraffic Signal Control

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

T2SG: Traffic Topology Scene Graph for Topology Reasoning in Autonomous Driving

2024-11-28 · CVPR 2025 1 · Changsheng Lv, Mengshi Qi, Liang Liu, Huadong Ma

Understanding the traffic scenes and then generating high-definition (HD) maps present significant challenges in autonomous driving. In this paper, we defined a novel Traffic Topology Scene Graph, a unified scene graph e…

Autonomous Drivingcounterfactual

A Method for Target Detection Based on Mmw Radar and Vision Fusion

2024-03-25 · Ming Zong, Jiaying Wu, Zhanyu Zhu, Jingen Ni

An efficient and accurate traffic monitoring system often takes advantages of multi-sensor detection to ensure the safety of urban traffic, promoting the accuracy and robustness of target detection and tracking. A method…

MoE-SPNet: A Mixture-of-Experts Scene Parsing Network

2018-06-19 · Huan Fu, Mingming Gong, Chaohui Wang, DaCheng Tao

Scene parsing is an indispensable component in understanding the semantics within a scene. Traditional methods rely on handcrafted local features and probabilistic graphical models to incorporate local and global cues. R…

Mixture-of-ExpertsScene Parsing

High-Order Evolving Graphs for Enhanced Representation of Traffic Dynamics

2024-09-17 · Aditya Humnabadkar, Arindam Sikdar, Benjamin Cave, Huaizhong Zhang 외

We present an innovative framework for traffic dynamics analysis using High-Order Evolving Graphs, designed to improve spatio-temporal representations in autonomous driving contexts. Our approach constructs temporal bidi…

Autonomous DrivingInductive Learning

Elastic Interaction Energy-Informed Real-Time Traffic Scene Perception

2023-10-02 · Yaxin Feng, Yuan Lan, Luchan Zhang, Guoqing Liu 외

Urban segmentation and lane detection are two important tasks for traffic scene perception. Accuracy and fast inference speed of visual perception are crucial for autonomous driving safety. Fine and complex geometric obj…

Autonomous DrivingImage SegmentationLane DetectionScene Segmentation+3