0% found this document useful (0 votes)
165 views5 pages

Emotion Based Driving

The document proposes a framework for driver emotion recognition using facial expression recognition with a camera inside the vehicle. It aims to recognize emotions like fear and anger that can impact driving behavior. The framework uses deep learning to extract features from video and classify emotions using Grassmann manifold learning. It aims to provide a more accurate, non-intrusive alternative to physiological signal-based methods. The system is intended to help ensure driver safety and inform traffic policy decisions.

Uploaded by

Kaustubh Sawant
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
165 views5 pages

Emotion Based Driving

The document proposes a framework for driver emotion recognition using facial expression recognition with a camera inside the vehicle. It aims to recognize emotions like fear and anger that can impact driving behavior. The framework uses deep learning to extract features from video and classify emotions using Grassmann manifold learning. It aims to provide a more accurate, non-intrusive alternative to physiological signal-based methods. The system is intended to help ensure driver safety and inform traffic policy decisions.

Uploaded by

Kaustubh Sawant
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Domain: Artificial Intelligence

Technology: Python

EMOTION BASED SAFE DRIVING

ABSTRACT:

While driving in a car, the driver can be affected by various emotionally challenging situations.
They can either be triggered by the current driving situation, e.g. being cut off by another driver,
or caused by a personal event, e.g. receiving good news. On the one hand, emotions can affect
the driving behavior in positive and negative ways. By sensing fear, the driver is able to perceive
a situation as a possible risk and adapt his driving towards the situation, while anger may lead to
an underestimation of the risk level and therefore may increase the risk of causing an accident. In
this application, we propose a framework for driver’s emotion recognition using facial
expression recognition. We assume that a camera is optimally placed inside a vehicle, constantly
looking at the driver’s face. Our framework comprises of extracting features from real-time
video input using deep learning and classifying the emotion using Grassmann manifold based
learning.

KEYWORDS: Driver Emotion Recognition, Facial Expression Recognition, Intelligent


Vehicles, Grassmann Manifolds, Machine Learning, Computer Vision.
Domain: Artificial Intelligence
Technology: Python
EXISTING SYSTEM:

In the past few decades, numerous techniques have been proposed to monitor the driver’s
emotions. Some of the techniques for driver emotion recognition are based on monitoring
physiological signals such as EEG, ECG, electro-dermal activity, electromyography, etc. The
drawback with monitoring emotions through physiological signals is that it requires the driver to
wear external devices, which could prove to be intrusive and distracting.

DISADVANTAGES:

 Low Accuracy.
 Can be distracting to driver.
 Expensive.
 Cannot be scaled easily.
 Inefficient.

PROPOSED SYSTEM:

Camera based emotion recognition systems are better suited for monitoring the driver’s
emotions, since it is non-intrusive and does not require active participation of the driver. These
methods are based on analyzing the facial images of the driver and performing face expression
recognition to monitor the driver’s emotions. The proposed system uses Deep learning models
for emotion recognition along with computer vision for image processing.
Domain: Artificial Intelligence
Technology: Python
BLOCK DIAGRAM:

ADVANTAGES:

 High Accuracy.
 Does not distracts driver.
 Inexpensive.
 Can be scaled easily.
 Efficient.

APPLICATIONS:

 Used for insuring driver safety during accidents.


 Traffic departments can employs new measures based on the information from this
application.

SYSTEM SPECIFICATIONS
H/W SPECIFICATIONS:
 Processor : I3/Intel Processor
 RAM : 4GB (min)
 Hard Disk : 128 GB
Domain: Artificial Intelligence
Technology: Python
 Key Board : Standard Windows Keyboard
 Mouse : Two or Three Button Mouse
 Monitor : Any
S/W SPECIFICATIONS:
• Operating System : Windows 7+
• Server-side Script : Python 3.6+
• IDE : PyCharm
• Libraries Used : Pandas, NumPy, Tensorflow, Matplotlib, OpenCV.

LEARNING OUTCOMES:

 Importance of Unsupervised Learning.


 Scope of emotion detection of a driver.
 Use of neural networks.
 Importance of PyCharm IDE.
 Working of CNN.
 Understanding Computer vision.
 Implementing Grassmann manifold technique.
 Process of debugging a code.
 The problem with imbalanced dataset.
 Benefits of SMOTE technique.
 Input and Output modules
 How test the project based on user inputs and observe the output

 Project Development Skills:

o Problem analyzing skills.


o Problem solving skills.
o Creativity and imaginary skills.
o Programming skills.
o Deployment.
Domain: Artificial Intelligence
Technology: Python
o Testing skills.
o Debugging skills.
o Project presentation skills.
o Thesis writing skills.

You might also like