IEEE ICECET 2026, Rome, 6 to 9 July
Baseline vs Exploratory Deep Learning Video Models for Driver Drowsiness Detection: A Multi-Dataset Evaluation
Classical baselines (PERCLOS and rule-based fusion of eyelid and mouth dynamics) are compared with CNN-GRU, R(2+1)D-18 and Temporal Shift models under one protocol: subject-independent splits, 112 by 112 frames, 10 fps, 16-frame clips, across UTA-RLDD, YawDD and DROZY. Cross-domain robustness is quantified directly as the performance drop between internal and external test sets. Deep models beat the baselines, R(2+1)D-18 scored best internally, and CNN-GRU held up best on external data at a quarter of the compute, which makes it the model to deploy.
- Cross-domain F1, CNN-GRU on DROZY
- 0.714
- Best internal F1, R(2+1)D-18 on UTA-RLDD
- 0.651
- Latency per clip, CNN-GRU vs R(2+1)D-18
- 75 vs 305 ms
The finding worth remembering. Every model failed on YawDD, and Grad-CAM showed why: talking looks like yawning. Best-on-paper and best-in-practice came apart, and noticing that is most of the contribution.