Vision-Language Models can Identify Distracted Driver Behavior from Naturalistic Videos
Md Zahid Hasan, Jiajing Chen, Jiyang Wang, Mohammed Shaiqur Rahman, Ameya Joshi, Senem Velipasalar, Chinmay Hegde, Anuj Sharma, Soumik Sarkar
TL;DR
This work tackles the challenge of identifying distracted driving from naturalistic videos under limited labeled data by leveraging vision-language models, specifically CLIP. It proposes two families of frameworks: frame-based (Zero-shotCLIP, Single-frameCLIP, Multi-frameCLIP) and a video-based model (VideoCLIP), all built on frozen CLIP visual encoders with a task-specific classifier on top and temporal aggregation. Through extensive experiments on four public datasets with driver-out cross-validation, the study shows that temporal models, especially VideoCLIP, achieve state-of-the-art Top-1 accuracy (e.g., up to 98.44% on DMD and 97.86% on SAM-DD) and robust performance with reduced training data, outperforming traditional CNN-based baselines. The results demonstrate the practical potential of secure, data-efficient, multimodal learning for real-world driver monitoring, while outlining limitations and directions for broader action sets, multi-distraction scenarios, and uncertainty-aware deployments.
Abstract
Recognizing the activities causing distraction in real-world driving scenarios is critical for ensuring the safety and reliability of both drivers and pedestrians on the roadways. Conventional computer vision techniques are typically data-intensive and require a large volume of annotated training data to detect and classify various distracted driving behaviors, thereby limiting their efficiency and scalability. We aim to develop a generalized framework that showcases robust performance with access to limited or no annotated training data. Recently, vision-language models have offered large-scale visual-textual pretraining that can be adapted to task-specific learning like distracted driving activity recognition. Vision-language pretraining models, such as CLIP, have shown significant promise in learning natural language-guided visual representations. This paper proposes a CLIP-based driver activity recognition approach that identifies driver distraction from naturalistic driving images and videos. CLIP's vision embedding offers zero-shot transfer and task-based finetuning, which can classify distracted activities from driving video data. Our results show that this framework offers state-of-the-art performance on zero-shot transfer and video-based CLIP for predicting the driver's state on two public datasets. We propose both frame-based and video-based frameworks developed on top of the CLIP's visual representation for distracted driving detection and classification tasks and report the results.
