CVCYLGJun 19, 2020

Keep Your AI-es on the Road: Tackling Distracted Driver Detection with Convolutional Neural Networks and Targeted Data Augmentation

arXiv:2006.10955v2
Originality Synthesis-oriented
AI Analysis

This work addresses distracted driving, a major cause of accidents, but is incremental as it applies existing methods to a specific dataset.

The paper tackled distracted driver detection by building a multi-class classifier using the State Farm dataset, achieving an approximately 15% increase in F1 score over the baseline with a model combining skin segmentation, facial blurring, and classical augmentation techniques.

According to the World Health Organization, distracted driving is one of the leading cause of motor accidents and deaths in the world. In our study, we tackle the problem of distracted driving by aiming to build a robust multi-class classifier to detect and identify different forms of driver inattention using the State Farm Distracted Driving Dataset. We utilize combinations of pretrained image classification models, classical data augmentation, OpenCV based image preprocessing and skin segmentation augmentation approaches. Our best performing model combines several augmentation techniques, including skin segmentation, facial blurring, and classical augmentation techniques. This model achieves an approximately 15% increase in F1 score over the baseline, thus showing the promise in these techniques in enhancing the power of neural networks for the task of distracted driver detection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes