IEEE Research Paper For Drowsiness Detection System Project
IEEE Research Paper For Drowsiness Detection System Project
Abstract— The frequency of traffic accidents is rising One of them is to keep your body and mind active while
significantly in the modern world. While some of these driving. Because we disregarded our responsibilities to
traffic incidents result in only minor injuries, others encourage safer travel, thousands of fatalities each year are
could result in fatalities or major injuries. Fatigued attributed to this wonderful invention. Although following
driving is the major cause of fatal road accidents, which traffic laws and regulations may seem unimportant to most
claim the lives of numerous people every year. Serious people, it is important.Responsibility includes, among other
accidents are frequently the result of driver fatigue and things, failing to recognise when we are too drowsy to drive.
microsleep while operating the vehicle.Driving while In an effort to track and avert a catastrophic result from such
drowsy refers to a state of partial sleepiness where the irresponsibility, numerous academics have authored
motorist is not totally attentive. The majority of the research papers on driver tiredness monitoring systems. The
worldwide traffic accidents are caused by drivers who system's observations and points, meanwhile, can
are fatigued and in a sleepy state. This system constantly occasionally be too ambiguous.
monitors the driver's face using a webcam or other According to studies, driver weariness is a major factor in
camera to use the DLIB library, CNN and HOG accidents.Using OpenCV, dlib, and Python, driver
algorithm to determine whether the driver is drowsy or drowsiness detection primarily employs the idea of a
not (in accordance with conditional logic). If the driver mathematical value called Eye Aspect Ratio (EAR), which
is, the system will sound an alarm to alert them to the is a straightforward and efficient method.
situation through the speaker. This system handles Driving weariness is a typical occurrence brought on by
autonomous driver drowsiness detection in an effort to extended driving or sleep deprivation. It poses a serious risk
decrease the frequency of accidents caused by fatigued to the security of traffic. In the United States, up to 100,000
drivers and so boost transportation safety. We suggest traffic accidents resulting from fatigued driving occur every
an algorithm to identify, follow, and examine the mouth year, resulting in 400,000 injuries and 1550 fatalities .
and eyes of the driver. An automotive safety feature called Driver Drowsiness
Keywords— Face detection, eye aspect ratio, fatigue Detection aids in preventing accidents that could be brought
detection on by drowsy driving.
Numerous studies have suggested that fatigue may play a
I. INTRODUCTION: role in up to 20% of all automobile accidents and up to 50%
Driver fatigueness is the main factor contributing to of incidents on some types of roadways.
fatalities in traffic accidents. Driver weariness and Some of the devices in use today can recognise drowsy
drowsiness are common after lengthy periods of continuous driving by studying the patterns of the driver. There are
driving because drivers readily become exhausted.Driver numerous technologies that can be used to try to identify
drowsiness detection is a type of auto safety technology that drowsy driving.
attempts to prevent accidents when the driver is going to fall Humans exhibit a few extremely distinct gestures and facial
asleep. expressions when they are drowsy, including yawning,
Numerous studies have suggested that fatigue may play a drooping the jaw, neck tilting, and eyelids starting to close.
role in up to 50% of certain types of road accidents and up This study concentrates on looking at the eyes and lips to
to 20% of all collisions involving automobiles. assess fatigue and if a driver is drowsy. A camera is
Driver fatigue plays a significant role in many traffic mounted on the dashboard of the car to capture the input
accidents. According to recent statistics, fatigue-related video for the model's real-time use, and it can handle the
crashes cause 76,000 injuries and 1,200 fatalities annually. driver's face, hands, upper body, and occlusions like non-
The development of technology that can detect or stop tinted spectacles.
driving while fatigued is an important issue in the field of We've suggested a method to calculate ECR and used the
system of accident avoidance. EAR (eye aspect ratio) (Eye Closure Ratio). Because the
Due to risk it presents when driving, strategies for server is locally configured, our suggested approach offers
decreasing the consequences of sleepiness must be devised. improved accuracy and reduces reaction time when
Driver inattention and weariness are both factors that can be calculating the EAR at the server when compared to
exacerbated by distractions. previous methods from the literature.
b) Dlib
Dlib is an open-source general-purpose software library that
may be used on a variety of systems. It is a C++ programme
that has tools for building complicated software that may be
As shown in the image above, a gadget or mobile phone used to solve problems in the real world and machine
with a driver drowsiness detection application will be learning techniques. Since its beginning in 2002, it has
positioned in front of the driver, on the steering, and it will expanded to incorporate a substantial number of tools. Data
continuously scan the face of the driver and watch the eyes mining, image processing, XML and text parsing, numerical
of driver; if the eyes become close, it will sound the alert. optimization, Bayesian networks, networking, threads,
graphical user interfaces, data structures, linear algebra, and
a host of additional functions are among those that are
supported. Since it has been made available to the public,
anyone can use it for free in any application.The dlib library
was used to locate 68 facial landmarks on a recognized face
after identifying a face in an image.
CNN is a powerful image processing algorithm. These are Deep learning, which is a subset of machine learning, is
the best algorithms for automatically processing photos right basically a three- or more-layered neural network. These
now. RGB mix information is available in pictures. neural networks attempt to "learn" from vast amounts of
Matplotlib can load an image from a file into memory. Only data by mimicking the human brain's functions, but they are
a series of numbers are visible to the computer; It is unable to do so. Deep neural networks are utilized in image
incapable of seeing images. Colored images are saved in processing tasks such as image noise removal and image-to-
three-dimensional arrays. The image's height and width (the image translation. Neural networks are utilized in deep
number of pixels) are the same in the first two dimensions. learning to directly learn usable representations of input
The final dimension is a representation of the hues of red, features.
green, and blue that are present in each pixel. In order to determine whether the driver's eye is open or
While a variety of neural networks are utilized in deep closed, deep learning is used to suggest a new frame. A beep
learning, CNNs are the architecture of choice for object is emitted when the proposed system detects a driver's
recognition. Consequently, they are an excellent choice for tiredness and the drowsiness measure reaches a
computer vision (CV) tasks and applications like facial predetermined saturation point. Deep Learning models'
recognition and self-driving car systems that require precise multi-level structures make them extremely useful for
object recognition. Using techniques from linear algebra like extracting intricate information from input photos.
matrix multiplication, a CNN looks for patterns in an image.
CNN performs better than previous networks with visual
inputs.
Each layer teaches the CNN to recognize the various aspects
of an input image.There may be several layers in a CNN. V. FATIGUENESS DETECTION SYSTEM NEED’S
Each image receives a kernel or filter to produce output that
gets better and more detailed with each layer. The filters 1.It is vital to have a drowsiness detection system.
could start out as basic traits in the lower layers. The 2. It will HELP the driver to drive safely while providing
complexity of the filters gets more sophisticated as you add protection.
layers since each layer must check and find attributes that 3. There won't be any danger of accident or death.
particularly reflect the input item. As a result, the input for 4. The driver will feel safe while driving at night as well.
the following layer is the partially recognised image, or 5. It will make the driver vigilant.
convolved image, from the output of each layer. The final
layer, an FC layer, has a picture or object that the CNN
recognises.The elements of the article are additionally
gotten by the CNN over the long run as the item information VI. ADVANTAGES:
travels through its different layers.
VIII. CONCLUSION: [4] Y.C. Tsai, P.W. Lai, P.W. Huang, T.M. Lin, and B.F.
Wu, 2020. Real-Time Drowsiness Detection Using Eye
Blink Monitoring Based on vision, an immediate method for
This research paper compares and reviews several determining how tired a driver is. IEEE Access, vol. 8(6),
techniques and datasets, and it also covers cutting-edge pp. 6734–6735
techniques for detecting driver weariness and drowsiness.
With drivers, there is a very high potential for risk. Due to [5] Happy, S.L., George, Routray, and Dasgupta (2013) a
the fact that exhaustion and sleepiness can seriously affect device that monitors drivers' attention spans while they are
both the environment and human lives. Drivers who are driving by using vision. pp. IEEE Transactions on
sleepy or drowsy find it difficult to operate their cars, and in Intelligent Transportation Systems, 14(4), pp. 1825–1838.
the worst cases, they may even lose control and crash. The
term "driver tiredness" refers to a physical and/or mental [6] "Driver Drowsiness Detection Algorithms Using
functioning problem that results from long periods of non- Electrocardiogram Data Analysis," Mohsen Babaeian and
stop driving. Driver sleepiness and fatigue detection has Mohammed Mozumdar, 9th Annual IEEE Computing and
been the subject of investigation. Real-time and accurate Communication Workshop and Conference (CCWC), 2019,
technique development is still a huge possibility. it's pages 0001-0006, 2019.
extremely effective.Different algorithms are applied to this
to detect tiredness and alert the driver after identifying the [7] The Melbourne, Victoria, Australia, National Road
eyes, mouth and face. Many techniques provide very high Transportation Commission, Technology Rep., 2000. G.
precision. Some techniques have drawbacks, including the Krueger, L. Hartley, T. Horberry, and N. Mabbott
need for sunglasses, skin tone, inadequate illumination, Examination of fatigue prediction and detection systems."
nighttime, and daytime.
For accurate real-time sleepiness detection, physical
characteristics and vehicle characteristics can both be used
[8] Lee B. G., Chung W. Y.: a data fusion-based [15] Drowsiness Detection and Alert System,” by Sanchit
smartphone-based driver safety monitoring system. Sensors. Goel, Hemant Kumar Dua, and Vishal Sharma, IEEE
12(12):17536-52 (2012) International Conference on Advances in Computing,
Communication, and Networking, 2018, DOI:
[9] G. Li, W.Y. Chung: Utilizing a support vector machine 10.1109/ICACCCN.2018.8748448
classifier and wavelet analysis of heart rate variability,
driver fatigue can be identified. Sensors. 13(12):16494-511 [16] Roberto Arroyo, Luis M. Bergasa, Javier Almazán,
(2013) Daniel Almera, J. Javier Yebes, and DriveSafe: An
application for alarming careless drivers and scoring driving
[10] Garcia I, S. Bronte, L. M. Bergasa, J. Almazán, and J. ways of behaving. Proceedings of the 2014 IEEE Intelligent
Yebes: Detector of fatigue based on vision for real-world Vehicles Symposium, IEEE, ISSN: 1931-0587, July 2014
driving conditions. IEEE's Intelligent Vehicles Symposium
IV pp. 618-623). IEEE (2012). [17] Yingying Chen, Minglu Li, Zhongyang Chen, Jiadi
Yu, Yanmin Zhu, and D3: Utilizing smartphone sensors,
[11] Das. Behera and K. A Survey of Machine Learning: abnormal driving behaviors can be identified and detected.
R.N., Idea, Calculations and Applications,", 2017.
[18] Eddie E. Galarza, Franklin M. Silva, Paola M. Velasco,
[12] Soukupova. T and Jan' Cechˇ, "Ongoing Eye Squint and Eddie D. Galarza introduced Constant Driver
Discovery utilizing Facial Milestones", 2016. Sluggishness Recognition In light of Driver's Face Picture
Conduct Utilizing an Arrangement of Human PC
[13] Asthana. Zafeoriou, A. Cheng, S. Pantic and S. M. Collaboration Carried out in a Cell phone at the twelfth
Wild incremental face alignment, 2014. Yearly IEEE Global Gathering on Detecting,
Correspondence, and Systems administration in November
[14] Bergasa. M.L., New Sotelo, J. M.A., 2004. Real-time 2015.
system for tracking driver vigilance.