VLMLight: Safety-Critical Traffic Signal Control via Vision-Language Meta-Control and Dual-Branch Reasoning Architecture
Maonan Wang, Yirong Chen, Aoyu Pang, Yuxin Cai, Chung Shue Chen, Yuheng Kan, Man-On Pun
TL;DR
VLMLight addresses safety-critical traffic signal control by fusing vision-language scene grounding with a safety-prioritized meta-controller that dynamically selects between a fast reinforcement learning policy and a deliberative LLM-based reasoning branch. It introduces the first image-based, multi-view intersection simulator and a modular agent architecture (Scene, ModeSelector, PhaseReasoning, Plan, Check) that provides interpretable, auditable decisions. Empirical results show up to a 65% reduction in emergency-vehicle waiting times with less than 1% degradation in routine traffic, and end-to-end decision latency of about 11.5 seconds, suggesting practical real-time feasibility. The work also contributes an open-source vision-based TSC simulator and demonstrates the value of combining perception-grounded planning with structured safety checks for scalable deployment in urban networks.
Abstract
Traffic signal control (TSC) is a core challenge in urban mobility, where real-time decisions must balance efficiency and safety. Existing methods - ranging from rule-based heuristics to reinforcement learning (RL) - often struggle to generalize to complex, dynamic, and safety-critical scenarios. We introduce VLMLight, a novel TSC framework that integrates vision-language meta-control with dual-branch reasoning. At the core of VLMLight is the first image-based traffic simulator that enables multi-view visual perception at intersections, allowing policies to reason over rich cues such as vehicle type, motion, and spatial density. A large language model (LLM) serves as a safety-prioritized meta-controller, selecting between a fast RL policy for routine traffic and a structured reasoning branch for critical cases. In the latter, multiple LLM agents collaborate to assess traffic phases, prioritize emergency vehicles, and verify rule compliance. Experiments show that VLMLight reduces waiting times for emergency vehicles by up to 65% over RL-only systems, while preserving real-time performance in standard conditions with less than 1% degradation. VLMLight offers a scalable, interpretable, and safety-aware solution for next-generation traffic signal control.
