Evaluating Vision-Language Models for Zero-Shot Detection, Classification, and Association of Motorcycles, Passengers, and Helmets
Lucas Choi, Ross Greer
TL;DR
The paper investigates applying a vision-language foundation model, OWLv2, to zero-shot detect motorcycles, riders, helmet status, and seating in video data to support road-safety enforcement. It proposes a cascaded detection pipeline combining OWLv2 for object and attribute detection with an AlexNet-based seat classifier, addressing dataset biases and incomplete annotations. The helmet-detection performance reaches an average precision of $AP_{helmet}=0.5324$, while motorcycle and person detections lag with $AP_{motorcycle}=0.4122$ and $AP_{person}=0.3561$, and a threshold-sensitive evaluation using an IoU criterion of $IoU \ge 0.5$ is reported. The results illustrate the potential of zero-shot, language-grounded perception for real-world safety systems and point to future work on broader pretraining, model fusion, and improved localization to enable robust I2V safety communications.
Abstract
Motorcycle accidents pose significant risks, particularly when riders and passengers do not wear helmets. This study evaluates the efficacy of an advanced vision-language foundation model, OWLv2, in detecting and classifying various helmet-wearing statuses of motorcycle occupants using video data. We extend the dataset provided by the CVPR AI City Challenge and employ a cascaded model approach for detection and classification tasks, integrating OWLv2 and CNN models. The results highlight the potential of zero-shot learning to address challenges arising from incomplete and biased training datasets, demonstrating the usage of such models in detecting motorcycles, helmet usage, and occupant positions under varied conditions. We have achieved an average precision of 0.5324 for helmet detection and provided precision-recall curves detailing the detection and classification performance. Despite limitations such as low-resolution data and poor visibility, our research shows promising advancements in automated vehicle safety and traffic safety enforcement systems.
