Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A U-Net Based Discriminator for Generative Adversarial Networks

About

Among the major remaining challenges for generative adversarial networks (GANs) is the capacity to synthesize globally and locally coherent images with object shapes and textures indistinguishable from real images. To target this issue we propose an alternative U-Net based discriminator architecture, borrowing the insights from the segmentation literature. The proposed U-Net based architecture allows to provide detailed per-pixel feedback to the generator while maintaining the global coherence of synthesized images, by providing the global image feedback as well. Empowered by the per-pixel response of the discriminator, we further propose a per-pixel consistency regularization technique based on the CutMix data augmentation, encouraging the U-Net discriminator to focus more on semantic and structural changes between real and fake images. This improves the U-Net discriminator training, further enhancing the quality of generated samples. The novel discriminator improves over the state of the art in terms of the standard distribution and image quality metrics, enabling the generator to synthesize images with varying structure, appearance and levels of detail, maintaining global and local realism. Compared to the BigGAN baseline, we achieve an average improvement of 2.7 FID points across FFHQ, CelebA, and the newly introduced COCO-Animals dataset. The code is available at https://github.com/boschresearch/unetgan.

Edgar Sch\"onfeld, Bernt Schiele, Anna Khoreva• 2020

Related benchmarks

TaskDatasetResultRank
Image Super-resolutionUrban100
PSNR26.09
221
Unconditional Image GenerationCelebA unconditional 64 x 64
FID19.31
95
Unconditional Image GenerationFFHQ 256x256
FID7.63
64
Image GenerationFFHQ
FID10.9
52
Image Super-resolutionSet14 classic (test)
PSNR27.64
52
Super-ResolutionDIV2K (val)
PSNR29.56
44
Image Super-resolutionManga109
LPIPS0.049
38
Unconditional image synthesisFFHQ 256x256 (test)
FID7.6
31
Image GenerationFFHQ (test)
FID7.63
21
Image Super-resolutionSet5 classic (test)
LPIPS0.064
14
Showing 10 of 16 rows

Other info

Code

Follow for update