Human-Centric Traffic Signal Control for Equity: A Multi-Agent Action Branching Deep Reinforcement Learning Approach
Xiaocai Zhang, Neema Nassir, Lok Sang Chan, Milad Haghani
TL;DR
This work tackles fairness in multimodal traffic signal control by addressing traveler-level equity across vehicles, pedestrians, and transit. It introduces MA2B-DDQN, a human-centric multi-agent DRL framework with an action-branching discrete control architecture that couples locally optimized phase splits with a global duration decision, trained centrally and executed decentrally. A custom, multimodal reward penalizes delays across all traveler types, and the method is validated on seven Melbourne corridor scenarios, where MA2B-DDQN consistently achieves lower total-delayed-travelers and robust performance relative to diverse baselines. The findings demonstrate the practicality of scalable, equity-aware TSC with discrete action spaces and underline potential extensions to multi-objective optimization and emergency-priority integration for real-world deployment.
Abstract
Coordinating traffic signals along multimodal corridors is challenging because many multi-agent deep reinforcement learning (DRL) approaches remain vehicle-centric and struggle with high-dimensional discrete action spaces. We propose MA2B-DDQN, a human-centric multi-agent action-branching double Deep Q-Network (DQN) framework that explicitly optimizes traveler-level equity. Our key contribution is an action-branching discrete control formulation that decomposes corridor control into (i) local, per-intersection actions that allocate green time between the next two phases and (ii) a single global action that selects the total duration of those phases. This decomposition enables scalable coordination under discrete control while reducing the effective complexity of joint decision-making. We also design a human-centric reward that penalizes the number of delayed individuals in the corridor, accounting for pedestrians, vehicle occupants, and transit passengers. Extensive evaluations across seven realistic traffic scenarios in Melbourne, Australia, demonstrate that our approach significantly reduces the number of impacted travelers, outperforming existing DRL and baseline methods. Experiments confirm the robustness of our model, showing minimal variance across diverse settings. This framework not only advocates for a fairer traffic signal system but also provides a scalable solution adaptable to varied urban traffic conditions.
