AI Navigate

Improving Generative Adversarial Network Generalization for Facial Expression Synthesis

arXiv cs.CV / 3/18/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • RegGAN introduces a regression layer with local receptive fields and a ridge regression loss to learn expression details, paired with a refinement network trained adversarially to boost realism.
  • The model targets improved generalization for facial expression synthesis by learning an intermediate representation that generalizes beyond the training distribution.
  • RegGAN is trained on the CFEE dataset and evaluated on CFEE as well as out-of-distribution images including celebrity photos, portraits, statues, and avatar renderings.
  • Evaluation uses ECS, FSS, QualiCLIP, and FID, with RegGAN outperforming six state-of-the-art models in ECS, FID, and QualiCLIP and ranking second in FSS.
  • Human evaluations show RegGAN achieving about 25% higher expression quality, 26% higher identity preservation, and 30% higher realism than the best competing model.

Abstract

Facial expression synthesis aims to generate realistic facial expressions while preserving identity. Existing conditional generative adversarial networks (GANs) achieve excellent image-to-image translation results, but their performance often degrades when test images differ from the training dataset. We present Regression GAN (RegGAN), a model that learns an intermediate representation to improve generalization beyond the training distribution. RegGAN consists of two components: a regression layer with local receptive fields that learns expression details by minimizing the reconstruction error through a ridge regression loss, and a refinement network trained adversarially to enhance the realism of generated images. We train RegGAN on the CFEE dataset and evaluate its generalization performance both on CFEE and challenging out-of-distribution images, including celebrity photos, portraits, statues, and avatar renderings. For evaluation, we employ four widely used metrics: Expression Classification Score (ECS) for expression quality, Face Similarity Score (FSS) for identity preservation, QualiCLIP for perceptual realism, and Fr\'echet Inception Distance (FID) for assessing both expression quality and realism. RegGAN outperforms six state-of-the-art models in ECS, FID, and QualiCLIP, while ranking second in FSS. Human evaluations indicate that RegGAN surpasses the best competing model by 25% in expression quality, 26% in identity preservation, and 30% in realism.