No Pedestrian Left Behind: Real-Time Detection and Tracking of Vulnerable Road Users for Adaptive Traffic Signal Control

arXiv cs.CV / 4/29/2026

📰 NewsDeveloper Stack & InfrastructureIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes “No Pedestrian Left Behind (NPLB),” a real-time adaptive traffic signal system that detects vulnerable road users in crosswalks and extends signal timing when they need more time.
  • It benchmarks five state-of-the-art object detection models on the BGVP dataset, finding YOLOv12 as the top performer with an mAP@0.5 of 0.756.
  • NPLB combines a fine-tuned YOLOv12 detector with ByteTrack for multi-object tracking and an adaptive controller that triggers phase extensions based on a critical remaining-time threshold.
  • Using 10,000 Monte Carlo simulations, the approach is reported to improve VRU safety by 71.4%, cutting stranding rates from 9.10% to 2.60%, while extending pedestrian phases in only 12.1% of crossing cycles.

Abstract

Current pedestrian crossing signals operate on fixed timing without adjustment to pedestrian behavior, which can leave vulnerable road users (VRUs) such as the elderly, disabled, or distracted pedestrians stranded when the light changes. We introduce No Pedestrian Left Behind (NPLB), a real-time adaptive traffic signal system that monitors VRUs in crosswalks and automatically extends signal timing when needed. We evaluated five state-of-the-art object detection models on the BGVP dataset, with YOLOv12 achieving the highest mean Average Precision at 50% (mAP@0.5) of 0.756. NPLB integrates our fine-tuned YOLOv12 with ByteTrack multi-object tracking and an adaptive controller that extends pedestrian phases when remaining time falls below a critical threshold. Through 10,000 Monte Carlo simulations, we demonstrate that NPLB improves VRU safety by 71.4%, reducing stranding rates from 9.10% to 2.60%, while requiring signal extensions in only 12.1% of crossing cycles.