UU-Nets Connecting Discriminator and Generator for Image to Image Translation
Wu Jionghao

TL;DR
This paper introduces UU-Nets, a novel architecture connecting generator and discriminator in image translation tasks, enhancing control and stability by sharing features through symmetrical U-Net modules.
Contribution
The paper proposes a UU-Net architecture that links generator and discriminator with shared weights, improving control and stability in adversarial image translation.
Findings
Enhanced control over generator-discriminator interaction
Improved training stability in image translation
Shared weights facilitate feature transfer between modules
Abstract
Adversarial generative model have successfully manifest itself in image synthesis. However, the performance deteriorate and unstable, because discriminator is far stable than generator, and it is hard to control the game between the two modules. Various methods have been introduced to tackle the problem such as WGAN, Relativistic GAN and their successors by adding or restricting the loss function, which certainly help balance the min-max game, but they all focused on the loss function ignoring the intrinsic structure limitation. We present a UU-Net architecture inspired by U-net bridging the encoder and the decoder, UU-Net composed by two U-Net liked modules respectively served as generator and discriminator. Because the modules in U-net are symmetrical, therefore it shares weights easily between all four components. Thanks to UU-net's modules identical and symmetric property, we could…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Adversarial Robustness in Machine Learning · Cell Image Analysis Techniques
MethodsRelativistic GAN · Concatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · U-Net · Wasserstein GAN · Convolution
