Zero-Shot Distracted Driver Detection via Vision Language Models with Double Decoupling
Takamichi Miyata, Sumiko Miyata, Andrew Morris
TL;DR
This work tackles zero-shot distracted driver detection with vision-language models by identifying two key failure modes: appearance-driven entanglement in image embeddings and collapsed, poorly separable text embeddings for fine-grained prompts. It introduces a double decoupling framework consisting of Driver-specific Appearance Decoupling (DAD) and Text Embedding Orthogonalization (TEO), along with prompt engineering tailored to VLM behavior, to emphasize distraction-relevant cues. Empirical results on the SAM-DD dataset show substantial improvements over DriveCLIP in both multiclass and binary classifications, supported by embedding visualizations and ablation studies. The approach remains lightweight and edge-friendly, offering practical road-safety benefits while acknowledging ethical limitations and the need for integrating additional context in real deployments.
Abstract
Distracted driving is a major cause of traffic collisions, calling for robust and scalable detection methods. Vision-language models (VLMs) enable strong zero-shot image classification, but existing VLM-based distracted driver detectors often underperform in real-world conditions. We identify subject-specific appearance variations (e.g., clothing, age, and gender) as a key bottleneck: VLMs entangle these factors with behavior cues, leading to decisions driven by who the driver is rather than what the driver is doing. To address this, we propose a subject decoupling framework that extracts a driver appearance embedding and removes its influence from the image embedding prior to zero-shot classification, thereby emphasizing distraction-relevant evidence. We further orthogonalize text embeddings via metric projection onto Stiefel manifold to improve separability while staying close to the original semantics. Experiments demonstrate consistent gains over prior baselines, indicating the promise of our approach for practical road-safety applications.
