Optimizing Multi-Lane Intersection Performance in Mixed Autonomy Environments
Manonmani Sekar, Nasim Nezamoddini
TL;DR
This paper addresses traffic signal control at multilane intersections under mixed HDV/CAV traffic. It proposes a Graph Attention Network–Soft Actor-Critic (GAT–SAC) framework that uses a GAT encoder to capture spatial relations on a traffic graph and a SAC learner to optimize lane-channelization, flow allocation, and phase timing under a multi-objective cost, balancing $D(t)$, $F(t)$, and $S(t)$. Key contributions include explicit modeling of HDV–CAV heterogeneity, fairness-aware rewards, and automated hyperparameter tuning with Tree-structured Parzen Estimators, plus a three-layer integrated control strategy. Empirical results in SUMO show substantial gains: up to 24.1% reduction in average delay and up to 29.2% fewer safety violations compared with traditional baselines, with a non-monotonic yet notable peak performance near moderate CAV penetration around 60%. These findings suggest that GAT–SAC can provide scalable, equitable, and safer intersection management in real-world mixed-autonomy networks and warrant further validation with imperfect sensing and larger networks.
Abstract
One of the main challenges in managing traffic at multilane intersections is ensuring smooth coordination between human-driven vehicles (HDVs) and connected autonomous vehicles (CAVs). This paper presents a novel traffic signal control framework that combines Graph Attention Networks (GAT) with Soft Actor-Critic (SAC) reinforcement learning to address this challenge. GATs are used to model the dynamic graph- structured nature of traffic flow to capture spatial and temporal dependencies between lanes and signal phases. The proposed SAC is a robust off-policy reinforcement learning algorithm that enables adaptive signal control through entropy-optimized decision making. This design allows the system to coordinate the signal timing and vehicle movement simultaneously with objectives focused on minimizing travel time, enhancing performance, ensuring safety, and improving fairness between HDVs and CAVs. The model is evaluated using a SUMO-based simulation of a four-way intersection and incorporating different traffic densities and CAV penetration rates. The experimental results demonstrate the effectiveness of the GAT-SAC approach by achieving a 24.1% reduction in average delay and up to 29.2% fewer traffic violations compared to traditional methods. Additionally, the fairness ratio between HDVs and CAVs improved to 1.59, indicating more equitable treatment across vehicle types. These findings suggest that the GAT-SAC framework holds significant promise for real-world deployment in mixed-autonomy traffic systems.
