zoukankan      html  css  js  c++  java
  • A Closer Look at Fourier Spectrum Discrepancies for CNN-generated Images Detection

    A Closer Look at Fourier Spectrum Discrepancies for CNN-generated Images Detection

    Background

    Recent research suggests that CNN-based generation methods are unable to reproduce high frequency distribution of real images. Therefore, this paper investigate the validity of assertions claiming that CNN-generated images are unable to achieve high frequency spectral decay consistency.

    Assumption

    1. They hypothesize that the last upsampling layer are directly responsible for the high frequency discrepancies in the generated image.
    2. The high frequency discrepancies are not intrinsic for CNN-generated images.

    Experiments

    Theses Experiments mainly research the last upsampling layer and the followed convolutional layer how to affect the high-frequency discrepancies.

    As shown in Table 1, this paper investigates the different setting, like upsampling layers, kernel sizes, and the number of convolutional blocks in the tail of network.

    As shown in Fig.3, images from Z.1.5 and Baseline experiments are spectral inconsistent for all 3 GANs. Nearest and bilinear interpolation methods are able to replicate the spectral distribution of real data reasonably across all 3 GAN models. These results seems show that GANs would not result in high frequency Fourier discrepancies but the different upsampling layers would. As seen from Fig4, it seems show that larger kernels will be better that smaller kernerls.

    Due to nearest and bilinear interpolation methods obtain spectral consistent GANs, the author test whether the classifier proposed above would be robust enough to detect these samples as fake. As shown in Table 2, Z methods obtain the best results and other is too bad, which show that the classifiers only learn the high-frequency attributes to classify images.

    Strength

    This paper provides counterexamples to argue that high frequency spectral decay discrepancies are not inherent characteristics of CNN-generated images. Through modifying the last upsampling layer, it seems the high-frequency discrepancies can be mitigate.

     

     

    Weakness

    To show the CNN will not result in high-frequency discrepancies, the author conducts a lot of experiments. These experiments seem show that transposed convolution and zero interpolation will lead to high-frequency discrepancies. I think it is because transposed convolution is the learning-based method and zero interpolation will make image too sparse. But to the image restoration tasks, like image super-resolution, the transposed convolution is the best choice than nearest and bicubic now. I think the author do extend experiments on image restoration task will be more persuasive.

  • 相关阅读:
    Android Studio插件
    android漂亮的对话框项目sweet-alert-dialog
    Android中Context详解 ---- 你所不知道的Context
    Bundle对象的使用
    Android利用Http下载文件
    文件缓存(配合JSON数组)
    android studio sqlite操作代码片段
    Android中使用ListView实现分页刷新(线程休眠模拟)(滑动加载列表)
    Android Studio 配置使用百度api (附带简单样例)
    9套Android实战经典项目资料分享给大家
  • 原文地址:https://www.cnblogs.com/echoboy/p/14918729.html
Copyright © 2011-2022 走看看