What is: U-Net Generative Adversarial Network?
Source | A U-Net Based Discriminator for Generative Adversarial Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
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.