Abstract
Facial expressions are important in people's daily communications. Recognising facial expressions also has many important applications in the areas such as healthcare and e-learning. Existing facial expression recognition systems have problems such as background interference. Furthermore, systems using traditional approaches like SVM (Support Vector Machine) have weakness in dealing with unseen images. Systems using deep neural network have problems such as requirement for GPU, longer training time and requirement for large memory. To overcome the shortcomings of pure deep neural network and traditional facial recognition approaches, this paper presents a new facial expression recognition approach which has image pre-processing techniques to remove unnecessary background information and combines deep neural network ResNet50 and a traditional classifier-the multiclass model for Support Vector Machine to recognise facial expressions. The proposed approach has better recognition accuracy than traditional approaches like Support Vector Machine and doesn't need GPU. We have compared 3 proposed frameworks with a traditional SVM approach against the Karolinska Directed Emotional Faces (KDEF) Database, the Japanese Female Facial Expression (JAFFE) Database and the extended Cohn-Kanade dataset (CK+), respectively. The experiment results show that the features extracted from the layer 49Relu have the best performance for these three datasets.
Original language | English |
---|---|
Title of host publication | 2019 25th IEEE International Conference on Automation and Computing |
Place of Publication | Piscataway, NJ |
Publisher | IEEE |
Number of pages | 6 |
ISBN (Electronic) | 9781861376664 |
DOIs | |
Publication status | Published - 11 Nov 2019 |
Event | 25th IEEE International Conference on Automation and Computing, ICAC 2019 - Lancaster, United Kingdom Duration: 5 Sep 2019 → 7 Sep 2019 |
Conference
Conference | 25th IEEE International Conference on Automation and Computing, ICAC 2019 |
---|---|
Country/Territory | United Kingdom |
City | Lancaster |
Period | 5/09/19 → 7/09/19 |
Keywords
- deep convolution network
- facial expression recognition
- support vector machine