Generative Adversarial Networks

U-Net Generative Adversarial Network

Introduced by Schonfeld et al. in A U-Net Based Discriminator for Generative Adversarial Networks

In contrast to typical GANs, a U-Net GAN uses a segmentation network as the discriminator. This segmentation network predicts two classes: real and fake. In doing so, the discriminator gives the generator region-specific feedback. This discriminator design also enables a CutMix-based consistency regularization on the two-dimensional output of the U-Net GAN discriminator, which further improves image synthesis quality.

Source: A U-Net Based Discriminator for Generative Adversarial Networks

Papers


Paper Code Results Date Stars

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories