GCF: Graph Convolutional Networks for Facial Expression Recognition
Hozaifa Kassab, Mohamed Bahaa, Ali Hamdi

TL;DR
This paper introduces GCF, a novel method combining CNNs and Graph Convolutional Networks to improve facial expression recognition accuracy and robustness across benchmark datasets.
Contribution
GCF is the first approach to integrate CNN features with graph convolutions for enhanced FER performance and robustness.
Findings
GCF improves accuracy on CK+ from 92% to 98%.
GCF enhances JAFFE accuracy from 66% to 89%.
GCF achieves near-perfect accuracy on FERG dataset.
Abstract
Facial Expression Recognition (FER) is vital for understanding interpersonal communication. However, existing classification methods often face challenges such as vulnerability to noise, imbalanced datasets, overfitting, and generalization issues. In this paper, we propose GCF, a novel approach that utilizes Graph Convolutional Networks for FER. GCF integrates Convolutional Neural Networks (CNNs) for feature extraction, using either custom architectures or pretrained models. The extracted visual features are then represented on a graph, enhancing local CNN features with global features via a Graph Convolutional Neural Network layer. We evaluate GCF on benchmark datasets including CK+, JAFFE, and FERG. The results show that GCF significantly improves performance over state-of-the-art methods. For example, GCF enhances the accuracy of ResNet18 from 92% to 98% on CK+, from 66% to 89% on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEmotion and Mood Recognition · Face and Expression Recognition · Brain Tumor Detection and Classification
