Driver Fatigue Detection System: March 2009
Driver Fatigue Detection System: March 2009
net/publication/224441521
CITATIONS READS
51 9,519
5 authors, including:
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Luis Miguel Bergasa on 20 May 2014.
Abstract—Abstract – This paper presents a method for II. FATIGUE DETECTION DURING DRIVING
detecting the early signs of fatigue/drowsiness during driving.
Analysing some biological and environmental variables, it is The fatigue/inattention/drowsiness are very vague
possible to detect the loss of alertness prior to the driver falling concepts. These terms refers a loss of alertness of vigilance
asleep. As a result of this analysis, the system will determine if while driving. Indicators of fatigue can be found in [1].
the subject is able to drive. Heart rate variability (HRV),
steering-wheel grip pressure, as well as temperature difference
A. Visual Features
between the inside and outside of the vehicle, make possible to
estimate in an indirect way the driver’s fatigue level. A There is an important quantity of studies related with
hardware system has been developed to acquire and process this area [2]. Most of them are based on facial recognition
these variables, as well as an algorithm to detect beats and systems to determine the position of the driver’s head, the
calculate the HRV taking into account the others aspects frequency of blinking, etc.
mentioned before. This frequency and the degree of eyelid opening are
good indicators of tiredness level [3]. In a normal situation,
Index Terms - ECG, HRV, Inattention, Fatigue, driver blinks and moves the eyes quickly and constantly,
Drowsiness. keeping a large space between eyelids. In a sleepy state, we
can appreciate that the speed of blinking and the opening
I. INTRODUCTION1 decrease.
Based on researches done by the Real Automóvil Club With regard to the driver’s head angle in a normal
de España (RACE), driver drowsiness involves a high situation, he maintains a lifted up position and only does the
percentage (30%) of traffic accidents. typical movements related to the driving. Passing into a
This is a complex phenomenon that implies a decrease drowsy state implies to nod off as well as a more frequent
in alerts and conscious levels of the driver. It is no possible head’s position change. In fact, when it is a deep stage, the
measure it up with directs methods, but it can derive from nodding off is extremely slow and the head keeps itself
visuals features (movements, expressions) or no visuals completely relaxing [4].
(physiological variables like HRV, brain activity, etcetera). Other research lines are centered in the analysis about
Being able to detect driver’s state in each moment and facial expression. In general, people are prone to have
using this information in a driver-vehicle system, may lead different expression depending on the alert level that show
to the development of a more intelligent driver assistance [5].
system which will prevent car accidents.
The objective of this study will be design a non- B. Non-visual Features
invasive system which could monitor the indoor Driver’s concentration can be affected by
environmental conditions as well as the driver, in order to environmental factors, therefore it would be interesting to
determine the alert and attention levels. The biological data, sensorize the cabin. Diverse studies analyze the
which was acquired by different sensors, will be stored, concentration of carbon monoxide and oxygen in air. An
processed and evaluated on real time by a system capable to intelligent gas sensing system offers an added security in the
detect the early signs of fatigue, since the physiological vehicle, warning when the concentration is higher than
variables are intimately related to this phenomenon. tolerable levels (CO of 30 ppm and oxygen levels below
This paper describes the system used for detecting the 19.5%) [6].
fatigue during driving in section II. The general architecture Other non-visual features are physiological variables.
(hardware and software) of the system implemented in Galvanic skin response (GSR) and the conductivity are
section III and IV. In section V same results with relation to the psychological state of the person [7].
professional driver are showed. Section V shows conclusion Gripping force gives us an idea about driver’s attention
and future works for detecting the driver fatigue state during level, and body temperature is an important physiological
driving. parameter that depends on driver’s state too: body
temperature increases due to infections, fever, etc. reflecting
the autonomic responses and the activity of a human’s
The authors want to express their gratitude to the Education and Science autonomic nervous system [8]. Electroencephalogram gives
Ministry and to the Madrid Community and to the University of Alcala a lot psychophysiological information about stress state,
because of financing the projects "Cabina inteligente para el transporte en drowsiness or emotional reactions [9].
carretera" (PSE-370100-2007-2) and SLAM-MULEX (CCG07-UAH /DPI-
1736). Nevertheless, electrocardiogram and heart rate
variability are ones of the most important variables. In fact,
This subsystem the pressure that driver exerts over the Digital system acquires the signals of the analogical to
steering-wheel of the vehicle, the electrocardiographical digital converter and processes them according to the
signal coming from some ECG electrodes, as well as the developed algorithm. This system is based on an Atmel
pulse through a commercial cardiothoracic belt (figure 1). ATMega128 microcontroller that has eight channels of
high-accuracy 10 bit A/D Converter and high-speed
program execution (16 MHz) that is enough for the
application. Figure 2 shows this subsystem.
1106
Nowadays, mostly cars offers this data (steering-wheel
angle) by means on-board computer using a CAN bus.
Fig. 3. Implemented system running. In the steering wheel there are two
ECG electrodes and the presure sensors connected to the hardware.
C. Acquisition Card
1107
Fig. 5. Pulse detection detail using the software’s graphical interface
implemented in LabWindows. Top image shows the signal captured
through the ECG electrodes. Under it, signal of a commercial
cardiothoracic belt is shown. Finally, the signals obtained from the presure
sensors are observed.
1108
Fig. 9 HRV examples under extreme fatigue conditions.
1109
total silence, but in later studies with people that have studied the HRV variability during the conduction and to
driven maintaining a conversation, laughing, etc, we have account for this information, combining it with others to be
obtained very similar results to those gotten in the able to evaluate the driver's state.
drowsiness case, the main difference is that in these cases an In systems which are based on the study of the heart rate
HRV increase is not detected and therefore the person is not variability, in the power spectrum and in the histogram, it is
in the relaxation phase next to the sleepy state (Fig. 12). necessary a minimum number of samples to obtain valid
results. Hence, it is required to obtain a minimum number of
beats before considering these data as valid. That requires a
minimum time before the obtained results are reliable.
Our objective is to combine this information with visual
information and with the driving environment (road
conditions, climate, etc) to detect the drowsiness during the
conduction and in this way to reduce the risks and dangers
Fig. 11 Relaxed person's HRV. for the drivers.
These systems are not only useful for the driver's
security also they are the base to develop register devices
that make easy the reconstruction and investigation of
accidents storing driving related data, state of the driver and
driving environment.
1110