-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCITATION.cff
61 lines (60 loc) · 2.49 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
ResEmoteNet: Bridging Accuracy and Loss Reduction in
Facial Emotion Recognition
message: >-
ResEmoteNet: Bridging Accuracy and Loss Reduction in
Facial Emotion Recognition
type: software
authors:
- given-names: Arnab Kumar Roy
email: arnabroy770@gmail.com
affiliation: Sikkim Manipal Institute of Technology
orcid: 'https://orcid.org/0009-0001-9988-4779'
- given-names: Hemant Kumar Kathania
email: hemant.ece@nitsikkim.ac.in
affiliation: National Institute of Technology Sikkim
- given-names: Adhitiya Sharma
email: b180078@nitsikkim.ac.in
affiliation: National Institute of Technology Sikkim
- given-names: Abhishek Dey
email: abhishek@kaliberlabs.com
affiliation: >-
Bay Area Advanced Analytics India (P) Ltd, A
Kaliber.AI
- given-names: Md. Sarfaraj Alam Ansari
email: sarfaraj@nitsikkim.ac.in
affiliation: National Institute of Technology Sikkim
repository-code: 'https://github.com/ArnabKumarRoy02/ResEmoteNet/'
abstract: >-
The human face is a silent communicator, expressing
emotions and thoughts through its facial expressions. With
the advancements in computer vision in recent years,
facial emotion recognition technology has made significant
strides, enabling machines to decode the intricacies of
facial cues. In this work, we propose ResEmoteNet, a novel
deep learning architecture for facial emotion recognition
designed with the combination of Convolutional,
Squeeze-Excitation (SE) and Residual Networks. The
inclusion of SE block selectively focuses on the important
features of the human face, enhances the feature
representation and suppresses the less relevant ones. This
helps in reducing the loss and enhancing the overall model
performance. We also integrate the SE block with three
residual blocks that help in learning more complex
representation of the data through deeper layers. We
evaluated ResEmoteNet on three open-source databases:
FER2013, RAF-DB, and AffectNet, achieving accuracies of
79.79%, 94.76%, and 72.39%, respectively. The proposed
network outperforms state-of-the-art models across all
three databases. The source code for ResEmoteNet is
available at
https://github.com/ArnabKumarRoy02/ResEmoteNet
keywords:
- Facial Emotion Recognition
- Convolutional Neural Network
- Squeeze and Excitation Network
- Residual Network
license: MIT