Driver Drowsiness Detection System Based on Eye State Analysis
DOI: 10.22214/ijraset.2024.61050
archive: archived pipeline: cataloged verified
Get this paper ↗ (DOI — opens at the source; we link to it, we don't host it)
Summary
This paper addresses the critical road safety issue of driver drowsiness, which contributes significantly to global accidents and fatalities. The authors identify limitations in existing detection systems, noting that conventional methods often rely on subjective manual observation, lack real-time monitoring capabilities, and fail to accurately assess the severity of drowsiness. To overcome these challenges, the study proposes a Driver Drowsiness Detection System (DDDS) designed to provide precise, real-time monitoring and nuanced severity assessment to mitigate risks associated with driver fatigue. The proposed system integrates computer vision and deep learning technologies. Data collection involves capturing real-time images of the driver’s face using a dashboard or steering wheel-mounted camera. The methodology employs the Haar cascade algorithm for initial face detection, followed by shape predictor models integrated with OpenCV for precise eye tracking and landmark identification. Key features extracted from this data include blink frequency, eye closure duration, and facial muscle movements. These extracted features are then processed by a modified Convolutional Neural Network (CNN) architecture. This CNN is specifically designed to analyze eye-state features to evaluate the severity of drowsiness, allowing the system to differentiate between varying degrees of fatigue rather than providing a binary alert. The system operates through a continuous pipeline of data preprocessing, feature extraction, and real-time analysis. Upon detecting signs of drowsiness, such as prolonged eye closure or irregular blink rates, the system triggers an alert mechanism. Alerts can be visual, auditory, or haptic, with intensity determined by the severity level assessed by the CNN. The system also includes a web application component to notify transport authorities. The performance of the DDDS is evaluated through rigorous testing under both simulated and real-world driving conditions, utilizing metrics such as accuracy, precision, recall, and F1-score to validate its effectiveness. The significance of this research lies in its contribution to intelligent driver assistance systems by combining robust eye monitoring with sophisticated severity assessment. By leveraging OpenCV for precise tracking and a modified CNN for nuanced evaluation, the system aims to provide early warnings before drivers reach critical fatigue levels. This proactive approach is intended to reduce the incidence of drowsy driving-related accidents. The authors conclude that the modular design allows for scalability and integration with existing intelligent transportation systems, offering a comprehensive solution for enhancing road safety and preserving lives through timely interventions.
Provenance
The full processing record for this entry. Every stage of this paper's journey through the pipeline is logged — what ran, with which tool and model, how many attempts it took, and when it last completed.
| Stage | Outcome | Tool | Model | Prompt | Attempts | Completed |
|---|---|---|---|---|---|---|
| discover | success | Crossref | — | — | 1 | 2026-08-09 |
| archive | success | canonical_url | — | — | 1 | 2026-08-09 |
| extract | success | pdftotext | — | — | 4 | 2026-08-10 |
| clean | success | clean | — | — | 2 | 2026-08-10 |
| chunk | success | chunk | — | — | 2 | 2026-08-10 |
| embed | success | embed | Qwen/Qwen3-Embedding-8B | — | 2 | 2026-08-10 |
| promote | success | — | — | — | 1 | 2026-08-09 |
| summarize | success | llm | qwen3.6-27b-nvidia | summ-v5 | 2 | 2026-08-10 |
| tag | success | vector_similarity | — | — | 17 | 2026-08-11 |
| verify | success | — | — | — | 1 | 2026-08-10 |
Summary generated by qwen3.6-27b-nvidia on 2026-08-10; verification: verified.
Topics
Ranked by relevance to this paper. Hover a topic for its definition.
- drowsiness detection algorithms
- drowsiness
- gaze based attention detection
- dms validation
- microsleep
- distraction detection algorithms
Information type
What kind of knowledge this paper contributes, grouped by family — independent of topic (what it is about) and method (how it was studied).
- Empirical Findings: physiological data
- Methodological Resource: tool software, measurement protocol