A Vision-Based System for Monitoring the Loss of Attention in Automotive Drivers
DOI: 10.1109/tits.2013.2271052
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 safety issue of driver fatigue, a major cause of road accidents, by proposing a robust, real-time vision-based system for monitoring the loss of attention in automotive drivers. The authors aim to overcome limitations in existing systems, such as sensitivity to illumination changes, head rotations, and low processing speeds, by developing an embedded platform capable of operating effectively during both day and night driving conditions. The system utilizes the PERcentage of eye CLOSure (PERCLOS) as the primary metric for alertness, defined as the proportion of time eyelids are at least 80% closed over a specific interval. The methodology involves a multi-stage algorithm implemented on a Single Board Computer (SBC) with an Intel Atom processor. Face detection is performed using Haar-like features, with search space optimization achieved through Kalman Filter tracking and image down-sampling to balance speed and accuracy. To handle head movements, the system applies Affine transformations for in-plane rotations and Perspective transformations for off-plane rotations. Illumination variations are compensated using Bi-Histogram Equalization (BHE), which preserves mean intensity while enhancing contrast. Eye detection employs Principal Component Analysis (PCA) for daytime conditions and Local Binary Pattern (LBP) features for nighttime. Finally, eye states are classified as open or closed using Support Vector Machines (SVM). The system was validated through laboratory tests and on-board trials under varying lighting and driving conditions. Experimental results demonstrated that the chosen scale factor for image down-sampling provided an optimal trade-off between processing speed and detection accuracy. The application of BHE improved face detection accuracy from 92% to 94% under extreme lighting conditions. The algorithm successfully estimated PERCLOS values in real-time, with a threshold of 15% used to trigger voice alarms for drowsy drivers. The system proved robust against actual driving dynamics, including head rotations and illumination changes, although it did not account for drivers wearing spectacles. The significance of this work lies in its successful integration of multiple computer vision techniques into a single, real-time embedded system suitable for automotive environments. By addressing key challenges such as illumination invariance and head rotation compensation, the proposed system offers a non-invasive, cost-effective solution for driver monitoring. The validation against EEG signals and real-world testing confirms the reliability of PERCLOS as a drowsiness indicator, contributing to the development of safer, automated driver assistance systems.
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 | OpenAlex-citations | — | — | 1 | 2026-06-19 |
| archive | success | unpaywall | — | — | 2 | 2026-06-25 |
| extract | success | cached | — | — | 2 | 2026-06-26 |
| clean | success | clean | — | — | 1 | 2026-06-19 |
| chunk | success | chunk | — | — | 1 | 2026-06-19 |
| embed | success | embed | Qwen/Qwen3-Embedding-8B | — | 1 | 2026-06-19 |
| promote | success | — | — | — | 1 | 2026-06-19 |
| summarize | success | llm | qwen3.6-27b-prismaquant | summ-v5 | 1 | 2026-06-26 |
| tag | success | vector_similarity | — | — | 6 | 2026-06-19 |
| verify | success | — | — | — | 1 | 2026-06-26 |
Summary generated by qwen3.6-27b-prismaquant on 2026-06-26; verification: verified.
Topics
Ranked by relevance to this paper. Hover a topic for its definition.
- drowsiness detection algorithms
- gaze based attention detection
- distraction detection algorithms
- dms validation
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).
- Methodological Resource: tool software