Generative Adversarial Networks using Adaptive ConvolutionDownload PDF

15 Feb 2018 (modified: 10 Feb 2022)ICLR 2018 Conference Blind SubmissionReaders: Everyone
Abstract: Most existing GANs architectures that generate images use transposed convolution or resize-convolution as their upsampling algorithm from lower to higher resolution feature maps in the generator. We argue that this kind of fixed operation is problematic for GANs to model objects that have very different visual appearances. We propose a novel adaptive convolution method that learns the upsampling algorithm based on the local context at each location to address this problem. We modify a baseline GANs architecture by replacing normal convolutions with adaptive convolutions in the generator. Experiments on CIFAR-10 dataset show that our modified models improve the baseline model by a large margin. Furthermore, our models achieve state-of-the-art performance on CIFAR-10 and STL-10 datasets in the unsupervised setting.
TL;DR: We replace normal convolutions with adaptive convolutions to improve GANs generator.
Keywords: Generative Adversarial Networks, Unsupervised Learning, GANs
Data: [CIFAR-10](https://paperswithcode.com/dataset/cifar-10), [STL-10](https://paperswithcode.com/dataset/stl-10)
4 Replies

Loading