You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2022/2022-01-09-emotion-recognition.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,9 +171,23 @@ In our experiment the model had <strong>great gains from epoch[0~20], and contin
171
171
172
172
<spanstyle="color:red;">Terminating at the 140th epoch , the resulting testing set accuracy is 66%.</span> The accuracy is lower than VGGNet, but it is a little bit better than human performance.
| fine-tuning | final 20 epochs with combined training and validation dataset | final 50 epochs with combined training and validation dataset | X | X |
181
+
182
+
## 8. Reference Sources
183
+
184
+
-[1] Yousif Khaireddin, Zhuofa Chen, “Facial Emotion Recognition: State of the Art Performance on FER2013”, arXiv:2105.03588
185
+
-[2] Roberto Pecoraro, Valerio Basile, Viviana Bono, Sara Gallo, “Local Multi-Head Channel Self-Attention for Facial Expression Recognition”, arXiv:2111.07224
186
+
-[3] Shivam Gupta, “Facial emotion recognition in real-time and static images”, DOI: 10.1109/ICISC.2018.8398861
187
+
-[4] Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, “Identity Mappings in Deep Residual Networks”, arXiv: 1603.05027
188
+
189
+
Referenced Repositories
190
+
1. Code for the paper "Facial Emotion Recognition: State of the Art Performance on FER2013", https://github.com/usef-kh/fer
191
+
2. Real-time Facial Emotion Detection using deep learning, https://github.com/atulapra/Emotion-detection
192
+
3. ResNet for pytorch, https://github.com/pytorch/vision/blob/main/torchvision/models/resnet.py
0 commit comments