Research on Driver Facial Fatigue Detection Based on Yolov8 Model

Chang Zhou,Yang Zhao,Shaobo Liu,Yi Zhao,Xingchen Li,Chiyu Cheng
2024-06-04
Abstract:In a society where traffic accidents frequently occur, fatigue driving has emerged as a grave issue. Fatigue driving detection technology, especially those based on the YOLOv8 deep learning model, has seen extensive research and application as an effective preventive measure. This paper discusses in depth the methods and technologies utilized in the YOLOv8 model to detect driver fatigue, elaborates on the current research status both domestically and internationally, and systematically introduces the processing methods and algorithm principles for various datasets. This study aims to provide a robust technical solution for preventing and detecting fatigue driving, thereby contributing significantly to reducing traffic accidents and safeguarding lives.
Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The main objective of this paper is to improve the accuracy and real-time performance of driver fatigue detection systems by using the YOLOv8 deep learning model. Specifically, the research team utilized the YOLOv8 model to address the following key issues: 1. **Accurately and in real-time detecting fatigue driving behavior**: A driver's fatigue state may manifest as subtle changes, such as blink frequency, yawning frequency, head posture, etc. The system needs to accurately capture and analyze these details and be able to issue warnings in real-time during actual driving. 2. **Environmental adaptability and model generalization ability**: Factors such as lighting changes, complex backgrounds inside and outside the vehicle, and weather changes can all affect recognition accuracy. To enhance the model's robustness and generalization ability in different environments, the research employed diverse data augmentation techniques and transfer learning methods. Through the above technical means, this research aims to develop a fatigue driving detection system that can operate efficiently in complex environments, thereby effectively reducing the incidence of traffic accidents and ensuring road safety.