Improving GANs with a Feature Cycling Generator
Seung Park, Yong-Goo Shin

TL;DR
This paper introduces a novel feature cycling block (FCB) for GAN generators, enhancing image quality by maintaining meaningful features through a memory branch, leading to superior results across multiple datasets.
Contribution
The paper proposes the feature cycling block (FCB), a new generator unit with memory and image branches, improving GAN performance without additional training tricks.
Findings
Significant FID improvements on multiple datasets
Outperforms baseline GAN architectures
Effective without extra training objectives
Abstract
Generative adversarial networks (GANs), built with a generator and discriminator, significantly have advanced image generation. Typically, existing papers build their generators by stacking up multiple residual blocks since it makes ease the training of generators. However, some recent papers commented on the limitation of the residual block and proposed a new architectural unit that improves the GANs performance. Following this trend, this paper presents a novel unit, called feature cycling block (FCB), which achieves impressive results in the image generation task. Specifically, the FCB has two branches: one is a memory branch and the other is an image branch. The memory branch keeps meaningful information at each stage of the generator, whereas the image branch takes some useful features from the memory branch to produce a high-quality image. To show the capability of the proposed…
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 · AI in cancer detection · Advanced Neural Network Applications
MethodsPath Length Regularization · HuMan(Expedia)||How do I get a human at Expedia? · R1 Regularization · Weight Demodulation · Residual Connection · Batch Normalization · Convolution · *Communicated@Fast*How Do I Communicate to Expedia? · Residual Block
