This repository provides the official Python implementation of Watch your Up-Convolution: CNN Based Generative Deep Neural Networks are Failing to Reproduce Spectral Distributions (Paper: https://arxiv.org/abs/2003.01826).
Common up-convolution methods are inducing heavy spectral distortions into generated images. (Left) Statistics (mean and variance) after azimuthal integration over the power-spectrum of real and GAN generated images. (Right) Results of the same experiments as above, adding our proposed spectral loss during GAN training.
Since common generative network architectures are mostly exclusively using image-space based loss functions, it is not possible to capture and correct spectral distortions directly. Hence, we extend existing GAN architectures in two ways:
Tested on Python 3.6.x.
Link to download CelebA dataset.
We train different GAN models using this repo. Then, we employ our Visualization script to analyse the frequency behaviour.
Make the following changes to incorporate the regularizer. Then, train the model.
Click here to go the Regularization implementation.
Experiments and code for the deepfake detection parts of the paper can be found in the repository of our prior Arxiv pre-print.
If this work is useful for your research, please cite our paper:
@misc{durall2020upconv,
title={Watch your Up-Convolution: CNN Based Generative Deep Neural Networks are Failing to Reproduce Spectral Distributions},
author={Ricard Durall and Margret Keuper and Janis Keuper},
year={2020},
eprint={2003.01826},
archivePrefix={arXiv},
primaryClass={cs.LG}
}