TL;DR
This paper introduces a lightweight neural network framework for distracted driver recognition that uses knowledge distillation and neural architecture search to achieve high accuracy with minimal parameters, suitable for vehicle deployment.
Contribution
It proposes a novel framework combining distillation-based neural architecture search and knowledge transfer to create extremely lightweight yet accurate driver distraction recognition models.
Findings
The teacher network outperforms previous best accuracy.
The student network achieves high accuracy with only 0.42M parameters.
The 3D student network surpasses previous accuracy with 2.03M parameters.
Abstract
The number of traffic accidents has been continuously increasing in recent years worldwide. Many accidents are caused by distracted drivers, who take their attention away from driving. Motivated by the success of Convolutional Neural Networks (CNNs) in computer vision, many researchers developed CNN-based algorithms to recognize distracted driving from a dashcam and warn the driver against unsafe behaviors. However, current models have too many parameters, which is unfeasible for vehicle-mounted computing. This work proposes a novel knowledge-distillation-based framework to solve this problem. The proposed framework first constructs a high-performance teacher network by progressively strengthening the robustness to illumination changes from shallow to deep layers of a CNN. Then, the teacher network is used to guide the architecture searching process of a student network through…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methods3 Dimensional Convolutional Neural Network
