Graph-Attention Network with Adversarial Domain Alignment for Robust Cross-Domain Facial Expression Recognition

Abstract

Cross-domain facial expression recognition (CD-FER) remains difficult due to severe domain shift between training and deployment data. We propose Graph-Attention Network with Adversarial Domain Alignment (GAT-ADA), a hybrid framework that couples a ResNet-50 as backbone with a batch-level Graph Attention Network (GAT) to model inter-sample relations under shift. Each mini-batch is cast as a sparse ring graph so that attention aggregates cross-sample cues that are informative for adaptation. To align distributions, GAT-ADA combines adversarial learning via a Gradient Reversal Layer (GRL) with statistical alignment using CORAL and MMD. GAT-ADA is evaluated under a standard unsupervised domain adaptation protocol: training on one labeled source (RAF-DB) and adapting to multiple unlabeled targets (CK+, JAFFE, SFEW 2.0, FER2013, and ExpW). GAT-ADA attains 74.39% mean cross-domain accuracy. On RAF-DB to FER2013, it reaches 98.0% accuracy, corresponding to a 36-point improvement over the best baseline we re-implemented with the same backbone and preprocessing.

Cite

Text

Ghaedi et al. "Graph-Attention Network with Adversarial Domain Alignment for Robust Cross-Domain Facial Expression Recognition." Proceedings of the 17th Asian Conference on Machine Learning, 2025.

Markdown

[Ghaedi et al. "Graph-Attention Network with Adversarial Domain Alignment for Robust Cross-Domain Facial Expression Recognition." Proceedings of the 17th Asian Conference on Machine Learning, 2025.](https://mlanthology.org/acml/2025/ghaedi2025acml-graphattention/)

BibTeX

@inproceedings{ghaedi2025acml-graphattention,
  title     = {{Graph-Attention Network with Adversarial Domain Alignment for Robust Cross-Domain Facial Expression Recognition}},
  author    = {Ghaedi, Razieh and BabaAhmadi, AmirReza and Zwiggelaar, Reyer and Fan, Xinqi and Alam, Nashid},
  booktitle = {Proceedings of the 17th Asian Conference on Machine Learning},
  year      = {2025},
  pages     = {463-478},
  volume    = {304},
  url       = {https://mlanthology.org/acml/2025/ghaedi2025acml-graphattention/}
}