paper-with-me

Papers

Toward Extremely Lightweight Distracted Driver Recognition With Distillation-Based Neural Architecture Search and Knowledge Transfer

2023-02-09 · Dichao Liu, Toshihiko Yamasaki, Yu Wang, Kenji Mase, Jien Kato

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 knowledge distillation. After that, we use the teacher network again to transfer knowledge to the student network by knowledge distillation. Experimental results on the Statefarm Distracted Driver Detection Dataset and AUC Distracted Driver Dataset show that the proposed approach is highly effective for recognizing distracted driving behaviors from photos: (1) the teacher network's accuracy surpasses the previous best accuracy; (2) the student network achieves very high accuracy with only 0.42M parameters (around 55% of the previous most lightweight model). Furthermore, the student network architecture can be extended to a spatial-temporal 3D CNN for recognizing distracted driving from video clips. The 3D student network largely surpasses the previous best accuracy with only 2.03M parameters on the Drive&Act Dataset. The source code is available at https://github.com/Dichao-Liu/Lightweight_Distracted_Driver_Recognition_with_Distillation-Based_NAS_and_Knowledge_Transfer.

📄 PDF Abstract BibTeX arXiv:2302.04527

Code (1)

dichao-liu/lightweight_distracted_driver_recognition_with_distillation-based_nas_and_knowledge_transfer 공식 구현 pytorch

Tasks

Knowledge DistillationNeural Architecture SearchTransfer Learning

Methods 이 논문이 사용한 방법론

3D CNN 설명 없음

Similar Papers 제목 키워드 기반

MIFI: MultI-camera Feature Integration for Roust 3D Distracted Driver Activity Recognition

2024-01-25 · Jian Kuang, Wenjing Li, Fang Li, Jun Zhang 외

Distracted driver activity recognition plays a critical role in risk aversion-particularly beneficial in intelligent transportation systems. However, most existing methods make use of only the video from a single view an…

Activity Recognition

C-DIRA: Computationally Efficient Dynamic ROI Routing and Domain-Invariant Adversarial Learning for Lightweight Driver Behavior Recognition

2025-12-09 · Keito Inoshita arxiv

Driver distraction behavior recognition using in-vehicle cameras demands real-time inference on edge devices. However, lightweight models often fail to capture fine-grained behavioral cues, resulting in reduced performan…

Real-Time Driver State Monitoring Using a CNN Based Spatio-Temporal Approach

2019-07-18 · Neslihan Kose, Okan Kopuklu, Alexander Unnervik, Gerhard Rigoll

Many road accidents occur due to distracted drivers. Today, driver monitoring is essential even for the latest autonomous vehicles to alert distracted drivers in order to take over control of the vehicle in case of emerg…

Action RecognitionAutonomous VehiclesOptical Flow Estimation

Vision-Language Models can Identify Distracted Driver Behavior from Naturalistic Videos

2023-06-16 · Md Zahid Hasan, Jiajing Chen, Jiyang Wang, Mohammed Shaiqur Rahman 외

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 …

Activity Recognition

Pose-guided multi-task video transformer for driver action recognition

2024-07-18 · Ricardo Pizarro, Roberto Valle, Luis Miguel Bergasa, José M. Buenaposada 외

We investigate the task of identifying situations of distracted driving through analysis of in-car videos. To tackle this challenge we introduce a multi-task video transformer that predicts both distracted actions and dr…

Action Recognition