Facial expression recognition study based on convolutional neural network

The author of this article intends to study facial expression recognition based on deep neural networks. The first part introduces the traditional methods of facial expression recognition. Then introduces the technical development of deep neural network in the field of image recognition. The second...

وصف كامل

محفوظ في:
التفاصيل البيبلوغرافية
المؤلف الرئيسي: Yu, Zhen Lin
مؤلفون آخرون: Lu Shijian
التنسيق: Final Year Project
اللغة:English
منشور في: 2019
الموضوعات:
الوصول للمادة أونلاين:http://hdl.handle.net/10356/77044
الوسوم: إضافة وسم
لا توجد وسوم, كن أول من يضع وسما على هذه التسجيلة!
الوصف
الملخص:The author of this article intends to study facial expression recognition based on deep neural networks. The first part introduces the traditional methods of facial expression recognition. Then introduces the technical development of deep neural network in the field of image recognition. The second part discusses the specific implementation of this project. The facial expression recognition was implemented with Python in Pytorch Framework. The comparative analysis was based on 2 convolutional neural networks (VGG19 and Resnet18) implemented on 2 databases. The compare results show Resnet18 achieved better performance than VGG19. After comparison the article will test visualization examples using Resnet18 model. At last the article will discuss recommendations of future work.