Hierarchical GNN-Based Multi-Agent Learning for Dynamic Queue-Jump Lane and Emergency Vehicle Corridor Formation
Haoran Su
TL;DR
This work tackles the challenge of expediting emergency vehicle passage in congested traffic by proposing a hierarchical graph neural network architecture trained with multi-agent MAPPO. A global high-level planner determines strategic corridor formation, while local low-level controllers execute continuous trajectories on nearby subgraphs; a centralized GNN critic supports training. The approach leverages a dynamic vehicle interaction graph with attention-based message passing to handle variable vehicle counts and to capture spatial relationships, achieving substantial improvements in EMV travel time (up to 28.3% over MAAC and 44.6% over uncoordinated traffic), near-zero collision rates (0.3%), and maintaining 81% of normal traffic efficiency. Ablation and generalization studies confirm the value of the graph structure and hierarchical decomposition, showing robustness across densities, CV penetration rates, and road lengths, with strong sample efficiency and interpretability through attention visualizations. The results underscore the potential of integrating graph representations with hierarchical MARL to advance intelligent transportation systems and emergency response capabilities, while highlighting practical considerations for deployment, including communication reliability, multi-EMV scenarios, and real-world human driver modeling.
Abstract
Emergency vehicles require rapid passage through congested traffic, yet existing strategies fail to adapt to dynamic conditions. We propose a novel hierarchical graph neural network (GNN)-based multi-agent reinforcement learning framework to coordinate connected vehicles for emergency corridor formation. Our approach uses a high-level planner for global strategy and low-level controllers for trajectory execution, utilizing graph attention networks to scale with variable agent counts. Trained via Multi-Agent Proximal Policy Optimization (MAPPO), the system reduces emergency vehicle travel time by 28.3% compared to baselines and 44.6% compared to uncoordinated traffic in simulations. The design achieves near-zero collision rates (0.3%) while maintaining 81% of background traffic efficiency. Ablation and generalization studies confirm the framework's robustness across diverse scenarios. These results demonstrate the effectiveness of combining GNNs with hierarchical learning for intelligent transportation systems.
