Consult an Expert
Trademark
Design Registration
Consult an Expert
Trademark
Copyright
Patent
Infringement
Design Registration
More
Consult an Expert
Consult an Expert
Trademark
Design Registration
Login
DRIVER DROWSINESS DETECTION USING HAAR CASCADE CLASSIFIER
Extensive patent search conducted by a registered patent agent
Patent search done by experts in under 48hrs
₹999
₹399
Abstract
Information
Inventors
Applicants
Specification
Documents
ORDINARY APPLICATION
Published
Filed on 13 November 2024
Abstract
Driver drowsiness is an important issue in ensuring road safety. Drowsiness of drivers can lead to accidents, which can cause loss of life and property. Many approaches have been proposed for detecting driver drowsiness, including physiological sensors, steering wheel sensors, and face detection methods. Among these, face detection-based methods are non-invasive and cost-effective, making them attractive for widespread deployment. In this paper, we analyse the challenges of live image capture for driver drowsiness detection and propose a face detection- based approach that leverages machine learning techniques for accurate and real-time detection of drowsiness. There are several accidents happens due to Driver Drowsiness According to the National Highway Traffic Safety Administration (NHTSA), drowsy driving is responsible for an estimated 72,000 crashes, 44,000 injuries, and 800 deaths in the United States each year. And The data from Australia, England, Finland, and other European nations, drowsy driving represents 10 to 30 percent of all accidents. In overall world 21 percent of all fatal accidents are due to drowsy driving. Most Driver Drowsiness Detector fails due only monitoring the eyes or lane changing parameters. but here instead of that monitoring both eyes and the facial expression by combing both Facial Landmark Detection Algorithm and Eye Aspect Ratio (EAR) Algorithm and Haar Cascade Classifier Algorithm using those monitoring the Driver Drowsiness and makes alarm to alert the driver. This system has potential applications in enhancing road safety by preventing accidents caused by drowsy driving. It is a cost-effective solution that can be easily implemented in existing vehicles using a simple camera and computer system.
Patent Information
Application ID | 202441087365 |
Invention Field | MECHANICAL ENGINEERING |
Date of Application | 13/11/2024 |
Publication Number | 47/2024 |
Inventors
Name | Address | Country | Nationality |
---|---|---|---|
Dr. P. Mayil Vel Kumar | Professor, AI & DS, Department of Computer Science and Engineering, Karpagam Institute of Technology, Bodipalayam Post, Seerapalayam Village, Coimbatore | India | India |
S. Jai Prakash | Final Year Student, Department of Computer Science and Engineering, Karpagam Institute of Technology, Bodipalayam Post, Seerapalayam Village, Coimbatore | India | India |
V. Gokul | Final Year Student, Department of Computer Science and Engineering, Karpagam Institute of Technology, Bodipalayam Post, Seerapalayam Village, Coimbatore | India | India |
S. Vishweshwaran | Final Year Student, Department of Computer Science and Engineering, Karpagam Institute of Technology, Bodipalayam Post, Seerapalayam Village, Coimbatore | India | India |
Applicants
Name | Address | Country | Nationality |
---|---|---|---|
Karpagam Institute of Technology | S.F.NO.247,248, Bodipalayam Post, Seerapalayam Village, Coimbatore | India | India |
Karpagam Academy of Higher Education | Pollachi main road, Eachanari Post, Coimbatore | India | India |
Dr. P. Mayil Vel Kumar | Professor, AI & DS, Department of Computer Science and Engineering, Karpagam Institute of Technology, Bodipalayam Post, Seerapalayam Village, Coimbatore | India | India |
S. Jai Prakash | Final Year Student, Department of Computer Science and Engineering, Karpagam Institute of Technology, Bodipalayam Post, Seerapalayam Village, Coimbatore | India | India |
V. Gokul | Final Year Student, Department of Computer Science and Engineering, Karpagam Institute of Technology, Bodipalayam Post, Seerapalayam Village, Coimbatore | India | India |
S. Vishweshwaran | Final Year Student, Department of Computer Science and Engineering, Karpagam Institute of Technology, Bodipalayam Post, Seerapalayam Village, Coimbatore | India | India |
Specification
Description:Technical field
The proposed approach for driver drowsiness detection operates within the field of computer vision and machine learning. It utilizes the Haar Cascade Classifier for face detection, combined with Facial Landmark Detection and the Eye Aspect Ratio (EAR) Algorithm to assess drowsiness indicators. This system processes live video feeds from a standard camera, enabling real-time analysis of both eye movement and facial expressions. By integrating these techniques, the solution offers a non-invasive and cost-effective method for enhancing road safety. It can be seamlessly implemented in existing vehicles, leveraging advancements in imaging technology and computational power.
Background
Introduction to Driver Drowsiness: Driver drowsiness is a critical issue in road safety, contributing significantly to traffic accidents worldwide. It leads to impaired judgment, slower reaction times, and decreased awareness, making it a leading cause of fatal crashes.
Statistical Impact: According to the National Highway Traffic Safety Administration (NHTSA), drowsy driving results in an estimated 72,000 crashes, 44,000 injuries, and 800 fatalities annually in the United States. Similar data from other countries, including Australia and several European nations, show that drowsiness accounts for 10-30% of all road accidents.
Physiological Effects of Drowsiness: Drowsiness can lead to physiological changes in drivers, such as reduced eyelid activity, decreased head movement, and slower cognitive processing. These changes can be monitored using various detection techniques to assess a driver's alertness.
Traditional Detection Methods: Various approaches have been implemented to detect driver drowsiness, including physiological sensors that monitor heart rate and electroencephalography (EEG). However, these methods can be invasive and costly, making them less suitable for widespread use in vehicles.
Non-Invasive Techniques: Face detection-based methods have emerged as non-invasive alternatives. They utilize computer vision techniques to analyze facial features and expressions, making them more attractive for real-time monitoring in vehicles.
Role of Machine Learning: Machine learning has revolutionized the field of computer vision, allowing for more accurate and efficient processing of image data. By training algorithms on large datasets, systems can learn to recognize patterns associated with drowsiness.
Haar Cascade Classifier Overview: The Haar Cascade Classifier is a machine learning object detection method used to identify objects in images. Originally developed for face detection, it uses a series of feature-based classifiers to distinguish between drowsy and alert states in drivers.
Facial Landmark Detection: This technique identifies key facial points, such as the eyes, nose, and mouth, allowing for an in-depth analysis of facial expressions. By tracking these landmarks, the system can assess changes that indicate drowsiness.
Eye Aspect Ratio (EAR) Algorithm: The EAR algorithm calculates the ratio of the distance between the eyes to the height of the eyes. A significant decrease in this ratio typically indicates that a driver's eyes are closing, which is a key sign of drowsiness.
Integration of Multiple Algorithms: Combining the Haar Cascade Classifier, Facial Landmark Detection, and EAR algorithm enables a robust detection system. This integrated approach allows for a comprehensive assessment of both eye movement and facial expression, enhancing detection accuracy.
Real-Time Processing Challenges: Implementing a real-time drowsiness detection system poses challenges related to computational efficiency and accuracy. The algorithms must process video feeds quickly while maintaining high detection rates, ensuring timely alerts to drivers.
User Acceptance and Ethical Considerations: For successful deployment, user acceptance is crucial. Drivers must feel comfortable with the technology, which also raises ethical considerations regarding privacy and data security. Ensuring transparency in how data is collected and used can help address these concerns.
Potential Applications: This drowsiness detection system can be integrated into various vehicle models, enhancing existing safety features. It can also be applied in other contexts, such as monitoring operators in industries requiring prolonged attention, like aviation or transportation.
Future Developments: Ongoing research in machine learning and computer vision is likely to yield more sophisticated algorithms for drowsiness detection. Innovations in camera technology and processing power will further enhance the feasibility of these systems.
Conclusion: Addressing driver drowsiness is essential for improving road safety. The proposed Haar Cascade Classifier-based approach, leveraging facial analysis and machine learning, offers a promising solution that is non-invasive, cost-effective, and capable of real-time monitoring, ultimately contributing to the reduction of drowsiness-related accidents.
Summary of the Invention
Introduction To Driver Drowsiness Detection: Drowsy driving is a major problem that affects drivers worldwide. It is estimated that around 20% of accidents on the road are caused by drowsy driving, making it a serious concern for road safety. To address this issue, various drowsiness detection systems have been developed that utilize computer vision techniques. These systems have the potential to prevent accidents caused by drowsy driving by alerting drivers when they are becoming drowsy, and most Driver Drowsiness Detector fails due only monitoring the eyes or lane changing parameters.
Driver Drowsiness detection is the process of identifying when a driver is feeling drowsy or sleepy while driving. This can be done using a variety of methods, including monitoring the driver's eye movements, facial expressions, and the movements of the vehicle. The goal of driver drowsiness detection is to increase road safety by alerting drivers when they are at risk of falling asleep at the wheel and encouraging them to take a break or pull over if necessary.
Challenges In Driver Drowsiness Detection There are several challenges that can arise in Driver drowsiness detection projects, such as:
Identifying the precise eye movements: The system should be able to detect even minor eye movements that are indicative of a drowsy state.
Adaptability to different lighting conditions: The environment in which drivers operate can differ, leading to varying lighting conditions. Driver drowsiness detection needs to work effectively in all lighting conditions.
Calibration and variability between different individuals: Individuals have different physical features like eye size, face shape, etc. which should be considered for the system to be calibrated.
False detection: The detection system should be able to avoid false positives (indicating drowsiness when the driver is, in fact, alert), as it can lead to losing driver's trust in the system.
Difficulty in accommodating all drivers: Because driver drowsiness detection is based on identifying non-routine patterns or habits, the system can be limited in accommodating every driving habit.
PROPOSED METHODOLOGY :The proposed system of this project is a computer vision-based approach that uses a combination of Facial Landmark Detection Algorithm, Eye Aspect Ratio (EAR) Algorithm, and Haar Cascade Classifier Algorithm to detect drowsiness in drivers. The system works by capturing real-time video input from a camera mounted in the car, and then processing this video to detect the position of the driver's eyes and facial landmarks.
Once the driver's facial features are detected, the EAR algorithm is used to calculate the aspect ratio of the driver's eyes. If the aspect ratio falls below a certain threshold, it is an indication that the driver's eyes have closed or are about to close, indicating drowsiness. In addition to this, the system also tracks the movement of the head and face, and if the driver's head drops below a certain angle or the face is not detected for a certain period, the system triggers an alarm to alert the driver.
The proposed system consists of five phases the first and foremost phase capturing video as input ,In second phase is to Detect the face ,In third phase is to Detect the facial landmark ,In fourth phase detecting facial expressions and Eye Aspect ratio and It is the last Phase if the drowsiness is detected it will make alert the driver . This system does not require any special equipment or sensors and can be implemented using a standard camera.
IMPLEMENTATION- Live Image Capture: The data collection for the Driver Drowsiness Detection project can involve a combination of live image capture using different techniques and methods, depending on the nature of the data being collected further process will takes place. Here is an example of how the data collection implementation could be carried out:
Equipment Setup: Ensure the camera is securely mounted in the vehicle in a location that provides an unobstructed view of the driver's face. Set up the camera resolution and other settings as appropriate for the system norms.
Capture Raw Images: Start live image capture using the camera. Capture the images of the driver's face with appropriate frames per second and image resolution. Collect images with variations in driver's eye movement, blink, head movement, body posture, lighting and environmental conditions.
Annotation: Label the images with relevant metadata such as blink counts, head pose, frame number, etc. to train and validate the Machine Learning model.
Data Pre-processing: Filter the images to remove anomalies like low-quality images, cluttered images, and images without the driver's face, etc.
Data Augmentation: To effectively train the machine learning model, generate additional synthetic images by performing augmentation techniques such as flipping, cropping and adding Gaussian noise, etc., to increase the dataset's size.
Data Splitting: The dataset must be split into two sets- training and validation. The training set will be used for the algorithm model's learning process, while the validation set will help to evaluate the model's accuracy.
Save the data: After pre-processing, augmentations, and splitting, save the data in an appropriate format that can be entered into a neural network for training. To ensure a drowsiness detection system produces high-quality results, the data collection process is critical. A robust data collection strategy will ensure algorithm training with good quality data and diversity.
Conclusion:Drowsiness detection system alerts the driver when they become drowsy while driving. The system utilizes facial landmark detection, EAR algorithm, and Haar Cascade Classifier Algorithm to detect the drowsiness of the driver. When the driver's eyes are closed for a certain period of time, the system triggers an alarm to alert the driver. In terms of facial landmark detection, the system utilizes the dlib library to identify facial landmarks, such as eyes, eyebrows, nose, and mouth, and track their movements to detect the driver's drowsiness.
The EAR algorithm is then used to determine the driver's eye closure by calculating the ratio of the distance between the vertical eye landmarks to the distance between the horizontal eye landmarks. The Haar Cascade Classifier Algorithm is used to detect faces in the video frames captured by the camera. This algorithm detects faces by comparing the grayscale intensities of adjacent regions in the image. Once a face is detected, the facial landmark detection algorithm and EAR algorithm are applied to detect the driver's drowsiness. When the system detects that the driver is drowsy, it triggers an alarm to alert the driver. The alarm sound is played using the playsound library in Python. The sound will continue to play until the driver opens their eyes, at which point the system will stop the alarm.
, Claims:1. Enhanced Detection Accuracy: By combining Facial Landmark Detection, Eye Aspect Ratio (EAR) Algorithm, and Haar Cascade Classifier, the system can more accurately assess driver drowsiness by monitoring both eye states and facial expressions, reducing false negatives compared to methods that only track eye movement.
2. Real-Time Monitoring: The integration of machine learning techniques enables real-time processing of live images, allowing for immediate detection of drowsiness and timely alerts to the driver, which can significantly enhance road safety.
3. Non-Invasive and Cost-Effective: Utilizing standard cameras already present in many vehicles, this approach offers a non-invasive solution that does not require additional physiological sensors, making it a cost-effective option for widespread deployment.
4. Comprehensive Risk Assessment: By analyzing both eye and facial features, the system provides a more comprehensive understanding of a driver's alertness level, addressing the limitations of existing systems that often focus solely on eye movement or lane changes.
5. Potential for Integration: This drowsiness detection system can be easily integrated into existing vehicle technology, enhancing safety features without requiring significant changes to current infrastructure, making it a practical solution for reducing accidents caused by drowsy driving.
Documents
Name | Date |
---|---|
202441087365-COMPLETE SPECIFICATION [13-11-2024(online)].pdf | 13/11/2024 |
202441087365-DECLARATION OF INVENTORSHIP (FORM 5) [13-11-2024(online)].pdf | 13/11/2024 |
202441087365-DRAWINGS [13-11-2024(online)].pdf | 13/11/2024 |
202441087365-EDUCATIONAL INSTITUTION(S) [13-11-2024(online)].pdf | 13/11/2024 |
202441087365-EVIDENCE FOR REGISTRATION UNDER SSI [13-11-2024(online)].pdf | 13/11/2024 |
202441087365-EVIDENCE FOR REGISTRATION UNDER SSI(FORM-28) [13-11-2024(online)].pdf | 13/11/2024 |
202441087365-FIGURE OF ABSTRACT [13-11-2024(online)].pdf | 13/11/2024 |
202441087365-FORM 1 [13-11-2024(online)].pdf | 13/11/2024 |
202441087365-FORM FOR SMALL ENTITY(FORM-28) [13-11-2024(online)].pdf | 13/11/2024 |
202441087365-FORM-9 [13-11-2024(online)].pdf | 13/11/2024 |
202441087365-REQUEST FOR EARLY PUBLICATION(FORM-9) [13-11-2024(online)].pdf | 13/11/2024 |
Talk To Experts
Calculators
Downloads
By continuing past this page, you agree to our Terms of Service,, Cookie Policy, Privacy Policy and Refund Policy © - Uber9 Business Process Services Private Limited. All rights reserved.
Uber9 Business Process Services Private Limited, CIN - U74900TN2014PTC098414, GSTIN - 33AABCU7650C1ZM, Registered Office Address - F-97, Newry Shreya Apartments Anna Nagar East, Chennai, Tamil Nadu 600102, India.
Please note that we are a facilitating platform enabling access to reliable professionals. We are not a law firm and do not provide legal services ourselves. The information on this website is for the purpose of knowledge only and should not be relied upon as legal advice or opinion.