Global Texture Enhancement for Fake Face Detection in the Wild

Abstract

Generative Adversarial Networks (GANs) can generate realistic fake face images that can easily fool human beings. On the contrary, a common Convolutional Neural Network(CNN) discriminator can achieve more than99.9%accuracyin discerning fake/real images. In this paper, we conduct an empirical study on fake/real faces, and have two important observations: firstly, the texture of fake faces is substantially different from real ones; secondly, global texture statistics are more robust to image editing and transferable to fake faces from different GANs and datasets. Motivated by the above observations, we propose a new architecture coined as Gram-Net, which leverages global image texture representations for robust fake image detection. Experimental results on several datasets demonstrate that our Gram-Netoutperforms existing approaches. Especially, our Gram-Netis more robust to image editings, e.g. down-sampling, JPEGcompression, blur, and noise. More importantly, our Gram-Net generalizes significantly better in detecting fake faces from GAN models not seen in the training phase and can perform decently in detecting fake natural images

Cite

Text

Liu et al. "Global Texture Enhancement for Fake Face Detection in the Wild." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00808

Markdown

[Liu et al. "Global Texture Enhancement for Fake Face Detection in the Wild." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/liu2020cvpr-global/) doi:10.1109/CVPR42600.2020.00808

BibTeX

@inproceedings{liu2020cvpr-global,
  title     = {{Global Texture Enhancement for Fake Face Detection in the Wild}},
  author    = {Liu, Zhengzhe and Qi, Xiaojuan and Torr, Philip H.S.},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2020},
  doi       = {10.1109/CVPR42600.2020.00808},
  url       = {https://mlanthology.org/cvpr/2020/liu2020cvpr-global/}
}