Emotion Detection Using Integration of Deep Learning and SVM
Emotion Detection Using Integration of Deep Learning and SVM
Abstract— Emotion detection from facial combines the powerful feature extraction
expressions is a challenging yet crucial task in capabilities of the RESNET50 CNN with the
various fields including human-computer discriminative classification ability of the
interaction, healthcare, and psychology. In Support Vector Machine (SVM) classifier for
this paper, we propose a novel approach for emotion detection.
emotion detection by integrating the
RESNET50 deep convolutional neural II. LITERATURE REVIEW
network (CNN) architecture with a Support Deep learning algorithms offer a
Vector Machine (SVM) classifier. The promising avenue for exploring the automated
RESNET50 CNN is employed for feature extraction of complex data representations,
extraction from facial images, capturing particularly at higher levels of abstraction. These
hierarchical representations, while SVM is algorithms employ a layered and hierarchical
utilized for effective classification. architecture that enables the learning and
Experimental results on benchmark datasets representation of data. In this architecture,
demonstrate the effectiveness of the proposed higher-level features are defined based on the
approach in accurately recognizing emotions lower-level features, promoting a progressive
from facial expressions, outperforming abstraction of information [4].
existing methods in terms of classification By leveraging this layered approach,
accuracy and robustness. Deep Learning algorithms excel at capturing
Index Terms—Emotion detection, intricate patterns and structures within data. The
RESNET50, Support Vector Machine (SVM), initial layers of the network learn simple and
deep learning, machine learning. local features, while subsequent layers build
upon these representations to extract more
I. INTRODUCTION sophisticated and abstract features. This
Emotion detection from facial expressions plays hierarchical arrangement enables the system to
a vital role in numerous applications such as automatically uncover increasingly complex and
human-computer interaction, affective meaningful representations of the input data [5].
computing, and mental health diagnosis. With The ability of Deep Learning algorithms
the advancements in deep learning techniques, to learn and represent data in this hierarchical
convolutional neural networks (CNNs) have manner has proven highly effective in various
shown remarkable performance in various domains. Applications such as computer vision,
computer vision tasks, including facial natural language processing, speech recognition,
expression recognition. However, traditional and many others have witnessed significant
CNNs often require large amounts of labeled advancements due to the capacity of Deep
data for training and may suffer from overfitting. Learning models to extract abstract and
In this paper, we propose a hybrid approach that discriminative features from raw data [6].
III. METHODOLOGY
(a)