Densely Stacked Generative Adversarial Networks

Youcheng Ben,Chun Yuan
DOI: https://doi.org/10.1109/ICME.2018.8486440
2018-01-01
Abstract:Recent work has shown that GANs can be stacked to generate plausible images, with each GAN generating lower-level representations conditioned on higher-level ones. However, the gap between generated representations and the real ones grows rapidly as the number of stacked GANs increases. In this paper, we aim to alleviate this problem and propose a novel generative model named DSGAN, which densely connects all stacks of GANs in order to provide enhanced conditional information for individual GANs. Besides, we introduce a weighted feature loss during training, which encourages representations reuse and provides multi-level supervision for each generator. Compared to existing architectures, our model maximizes internal information flow and prominently improves the discriminability of generated representations. We evaluate DSGAN on three public datasets: MNIST, SVHN and CIFAR-10. Experiments show that DSGAN outperforms current stacked GANs in generating realistic images, which has achieved obvious improvements on quantitative measures like Inception Score.
What problem does this paper attempt to address?