CVIVMar 3, 2020

Watch your Up-Convolution: CNN Based Generative Deep Neural Networks are Failing to Reproduce Spectral Distributions

arXiv:2003.01826v1513 citations
AI Analysis

This addresses a critical flaw in generative models like GANs for applications such as deepfake detection, though it is incremental as it builds on existing architectures.

The paper identifies that common up-convolution methods in generative CNNs fail to reproduce spectral distributions of natural data, enabling detection of generated data with up to 100% accuracy on benchmarks, and proposes a spectral regularization term to improve spectral consistency and training stability.

Generative convolutional deep neural networks, e.g. popular GAN architectures, are relying on convolution based up-sampling methods to produce non-scalar outputs like images or video sequences. In this paper, we show that common up-sampling methods, i.e. known as up-convolution or transposed convolution, are causing the inability of such models to reproduce spectral distributions of natural training data correctly. This effect is independent of the underlying architecture and we show that it can be used to easily detect generated data like deepfakes with up to 100% accuracy on public benchmarks. To overcome this drawback of current generative models, we propose to add a novel spectral regularization term to the training optimization objective. We show that this approach not only allows to train spectral consistent GANs that are avoiding high frequency errors. Also, we show that a correct approximation of the frequency spectrum has positive effects on the training stability and output quality of generative networks.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes