A Novel Generator with Auxiliary Branch for Improving GAN Performance
Seung Park, Yong-Goo Shin

TL;DR
This paper introduces a new GAN generator architecture with an auxiliary branch and gated feature fusion to enhance information flow, resulting in improved image quality across multiple datasets.
Contribution
A novel generator design with dual branches and a gated fusion module that improves information propagation and GAN performance.
Findings
Significant improvements in FID and IS scores on various datasets.
Enhanced information flow leads to higher quality generated images.
Robustness demonstrated through extensive ablation studies.
Abstract
The generator in the generative adversarial network (GAN) learns image generation in a coarse-to-fine manner in which earlier layers learn the overall structure of the image and the latter ones refine the details. To propagate the coarse information well, recent works usually build their generators by stacking up multiple residual blocks. Although the residual block can produce a high-quality image as well as be trained stably, it often impedes the information flow in the network. To alleviate this problem, this brief introduces a novel generator architecture that produces the image by combining features obtained through two different branches: the main and auxiliary branches. The goal of the main branch is to produce the image by passing through the multiple residual blocks, whereas the auxiliary branch is to convey the coarse information in the earlier layer to the later one. To…
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
MethodsResidual Connection · Batch Normalization · *Communicated@Fast*How Do I Communicate to Expedia? · Convolution · Residual Block
