StarGAN v2: Diverse Image Synthesis for Multiple Domains
Yunjey Choi, Youngjung Uh, Jaejun Yoo, Jung-Woo Ha
TL;DR
StarGAN v2 tackles the challenge of scalable, diverse image-to-image translation across multiple domains by introducing domain-specific style codes learned via a mapping network and a style encoder, applied to a single generator with AdaIN. The method supports latent-guided and reference-guided synthesis, leveraging a multi-task discriminator and a combination of adversarial, style reconstruction, diversity, and cycle losses. Empirical results on CelebA-HQ and AFHQ show substantial improvements in image quality (lower FID) and diversity (higher LPIPS) compared with prior multi-domain and two-domain baselines, with ablations validating the design choices. The authors also release the AFHQ dataset and provide code and pretrained models to facilitate broader evaluation.
Abstract
A good image-to-image translation model should learn a mapping between different visual domains while satisfying the following properties: 1) diversity of generated images and 2) scalability over multiple domains. Existing methods address either of the issues, having limited diversity or multiple models for all domains. We propose StarGAN v2, a single framework that tackles both and shows significantly improved results over the baselines. Experiments on CelebA-HQ and a new animal faces dataset (AFHQ) validate our superiority in terms of visual quality, diversity, and scalability. To better assess image-to-image translation models, we release AFHQ, high-quality animal faces with large inter- and intra-domain differences. The code, pretrained models, and dataset can be found at https://github.com/clovaai/stargan-v2.
