Skip to content

Commit 9fe327b

Browse files
committed
-
1 parent a5deb7d commit 9fe327b

1 file changed

Lines changed: 20 additions & 6 deletions

File tree

_posts/2022/2022-01-09-emotion-recognition.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,23 @@ In our experiment the model had <strong>great gains from epoch[0~20], and contin
171171

172172
<span style="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.
173173

174-
| | Our VGGNet | Paper's VGGNet | ResNet34V2 | SVM |
175-
|-----------------|---------------------------------------------|--------------------------------------------------------|------------|------|
176-
| Testing Accuracy| 72.387852% | 73.28% | 66% | 31% |
177-
| epoch | 120 | 350 | 140 | X |
178-
| fine-tuning | final 20 epochs with combined training and | final 50 epochs with combined training and validation | X | X |
179-
| | validation dataset | dataset | | |
174+
### Comparison
175+
176+
| | Our VGGNet | Paper's VGGNet | ResNet34V2 | SVM |
177+
|-----------------|------------|----------------|------------|------|
178+
| Testing Accuracy| 72.387852% | 73.28% | 66% | 31% |
179+
| epoch | 120 | 350 | 140 | X |
180+
| 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
193+

0 commit comments

Comments
 (0)