Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,68 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# ekman_expressions
|
| 6 |
+
|
| 7 |
+
This repository contains all the models trained in the scientific article titled *"Unveiling the Human-like Similarities of Automatic Facial Expression Recognition: An Empirical Exploration through Explainable AI"*.
|
| 8 |
+
|
| 9 |
+
To reproduce the results of the article, please refer to the Github project containing all code used: [https://github.com/Xavi3398/ekman_expressions](https://github.com/Xavi3398/ekman_expressions).
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Datasets used for training:
|
| 13 |
+
The datasets used were 5: CK+, BU-4DFE, JAFFE and WSEFEP, and FEGA. These are some examples from each class:
|
| 14 |
+
<img src="resources/datasets.png" alt="datasets" style="width:60%;height:auto;display:block;margin-left:auto;margin-right:auto;">
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Models:
|
| 18 |
+
We explored 12 different Deep Learning models:
|
| 19 |
+
|
| 20 |
+
| Model | Image Size | Pre-training | Parameters |
|
| 21 |
+
|----------------------|---------------------|-----------------------|---------------------|
|
| 22 |
+
| AlexNet | 224x224 | No | 88.7 M |
|
| 23 |
+
| WeiNet | 64x64 | No | 1.7 M |
|
| 24 |
+
| SongNet | 224x224 | No | 172.7 K |
|
| 25 |
+
| SilNet | 150x150 | No | 184.9 M |
|
| 26 |
+
| VGG16 | 224x224 | Yes | 14.7 M |
|
| 27 |
+
| VGG19 | 224x224 | Yes | 20 M |
|
| 28 |
+
| ResNet50 | 224x224 | Yes | 23.6 M |
|
| 29 |
+
| ResNet101V2 | 224x224 | Yes | 42.6 M |
|
| 30 |
+
| InceptionV3 | 224x224 | Yes | 21.8 M |
|
| 31 |
+
| Xception | 224x224 | Yes | 20.9 M |
|
| 32 |
+
| MobileNetV3 | 224x224 | Yes | 3 M |
|
| 33 |
+
| EfficientNetV2 | 224x224 | Yes | 5.9 M |
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
## License
|
| 37 |
+
|
| 38 |
+
This project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for details.
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
## Acknowledgments
|
| 42 |
+
Grant PID2019-104829RA-I00 funded by MCIN/ AEI /10.13039/501100011033. Project EXPLainable Artificial INtelligence systems for health and well-beING (EXPLAINING)
|
| 43 |
+
|
| 44 |
+
This work is part of the Project PID2022-136779OB-C32 (PLEISAR) funded by MICIU/ AEI /10.13039/501100011033/ and FEDER, EU. Project Playful Experiences with Interactive Social Agents and Robots (PLEISAR): Social Learning and Intergenerational Communication.
|
| 45 |
+
|
| 46 |
+
F. X. Gaya-Morey was supported by an FPU scholarship from the Ministry of European Funds, University and Culture of the Government of the Balearic Islands.
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
## Citation
|
| 50 |
+
|
| 51 |
+
If you use this code in your research, please cite our paper:
|
| 52 |
+
|
| 53 |
+
```
|
| 54 |
+
@misc{gayamorey2024unveilinghumanlikesimilaritiesautomatic,
|
| 55 |
+
title={Unveiling the Human-like Similarities of Automatic Facial Expression Recognition: An Empirical Exploration through Explainable AI},
|
| 56 |
+
author={F. Xavier Gaya-Morey and Silvia Ramis-Guarinos and Cristina Manresa-Yee and Jose M. Buades-Rubio},
|
| 57 |
+
year={2024},
|
| 58 |
+
eprint={2401.11835},
|
| 59 |
+
archivePrefix={arXiv},
|
| 60 |
+
primaryClass={cs.CV},
|
| 61 |
+
url={https://arxiv.org/abs/2401.11835},
|
| 62 |
+
}
|
| 63 |
+
```
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
## Contact
|
| 67 |
+
|
| 68 |
+
If you have any questions or feedback, please feel free to contact the authors.
|