Back

Disclaimer: These are my personal notes on this paper. I am in no way related to this paper. All credits go towards the authors.



CNN-generated images are surprisingly easy to spot... for now

April 4, 2020 - Paper Link - Tags: CNN, Dataset, Detection

Summary

Used a binary classifier trained on a single CNN based generator (ProGAN) to determine if an image was real or synthetic. They then tested the classifier on different GANs to see how well it generalized. It generalized really well on StyleGAN, BigGAN, CycleGAN, StarGAN, GauGAN, CRN, IMLE, and SITD. Had trouble on SAN and DeepFake. They also tested to see how different post-processing strategies worked during training, specifically: blur only, JPEG compression only, or both. In addition, the number of classes used for training (ex., cat, dog, table, etc.) was explored. Figure 2 tabularizes these results and Figures 2-4 visualize them. Github Repo.

Notes

Interesting References

Ideas

Citation: Wang, Sheng-Yu, et al. "CNN-generated images are surprisingly easy to spot... for now." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. Vol. 7. 2020.