Visual Reasoning at Urban Intersections: FineTuning GPT-4o for Traffic Conflict Detection
It addresses traffic management challenges for urban planners and drivers, but is incremental as it applies an existing model to a new domain.
This study tackled traffic conflict detection at unsignalized urban intersections by fine-tuning GPT-4o on birds-eye-view videos, achieving 77.14% accuracy in conflict detection and up to 92.3% accuracy for recommended actions.
Traffic control in unsignalized urban intersections presents significant challenges due to the complexity, frequent conflicts, and blind spots. This study explores the capability of leveraging Multimodal Large Language Models (MLLMs), such as GPT-4o, to provide logical and visual reasoning by directly using birds-eye-view videos of four-legged intersections. In this proposed method, GPT-4o acts as intelligent system to detect conflicts and provide explanations and recommendations for the drivers. The fine-tuned model achieved an accuracy of 77.14%, while the manual evaluation of the true predicted values of the fine-tuned GPT-4o showed significant achievements of 89.9% accuracy for model-generated explanations and 92.3% for the recommended next actions. These results highlight the feasibility of using MLLMs for real-time traffic management using videos as inputs, offering scalable and actionable insights into intersections traffic management and operation. Code used in this study is available at https://github.com/sarimasri3/Traffic-Intersection-Conflict-Detection-using-images.git.