scispace - formally typeset
Open AccessPosted Content

Detection, Attribution and Localization of GAN Generated Images

Reads0
Chats0
TLDR
A novel approach to detect, attribute and localize GAN generated images that combines image features with deep learning methods is proposed.
Abstract
Recent advances in Generative Adversarial Networks (GANs) have led to the creation of realistic-looking digital images that pose a major challenge to their detection by humans or computers. GANs are used in a wide range of tasks, from modifying small attributes of an image (StarGAN [14]), transferring attributes between image pairs (CycleGAN [91]), as well as generating entirely new images (ProGAN [36], StyleGAN [37], SPADE/GauGAN [64]). In this paper, we propose a novel approach to detect, attribute and localize GAN generated images that combines image features with deep learning methods. For every image, co-occurrence matrices are computed on neighborhood pixels of RGB channels in different directions (horizontal, vertical and diagonal). A deep learning network is then trained on these features to detect, attribute and localize these GAN generated/manipulated images. A large scale evaluation of our approach on 5 GAN datasets comprising over 2.76 million images (ProGAN, StarGAN, CycleGAN, StyleGAN and SPADE/GauGAN) shows promising results in detecting GAN generated images.

read more

Citations
More filters
Posted Content

Exposing GAN-generated Faces Using Inconsistent Corneal Specular Highlights

TL;DR: This work shows that GAN synthesized faces can be exposed with the inconsistent corneal specular highlights between two eyes, and describes an automatic method to extract and compare corneals from two eyes.
Proceedings ArticleDOI

Exposing GAN-Generated Faces Using Inconsistent Corneal Specular Highlights

TL;DR: This paper showed that GAN synthesized faces can be exposed with inconsistent corneal specular highlights between two eyes due to the lack of physical/physiological constraints in the GAN models.
Posted Content

Countering Malicious DeepFakes: Survey, Battleground, and Horizon.

TL;DR: A comprehensive overview and detailed analysis of the research work on the topic of DeepFake generation, DeepFake detection as well as evasion of deepfake detection, with more than 191 research papers carefully surveyed is provided in this article.
Journal Article

GAN-generated Faces Detection: A Survey and New Perspectives

TL;DR: This work aims to provide a comprehensive review of recent progress in GAN-face detection, focusing on methods that can detect face images that are generated or synthesized from GAN models.
References
More filters
Proceedings ArticleDOI

Image-to-Image Translation with Conditional Adversarial Networks

TL;DR: Conditional adversarial networks are investigated as a general-purpose solution to image-to-image translation problems and it is demonstrated that this approach is effective at synthesizing photos from label maps, reconstructing objects from edge maps, and colorizing images, among other tasks.
Proceedings ArticleDOI

Unpaired Image-to-Image Translation Using Cycle-Consistent Adversarial Networks

TL;DR: CycleGAN as discussed by the authors learns a mapping G : X → Y such that the distribution of images from G(X) is indistinguishable from the distribution Y using an adversarial loss.
Posted Content

Image-to-Image Translation with Conditional Adversarial Networks

TL;DR: Conditional Adversarial Network (CA) as discussed by the authors is a general-purpose solution to image-to-image translation problems, which can be used to synthesize photos from label maps, reconstructing objects from edge maps, and colorizing images, among other tasks.
Proceedings ArticleDOI

Xception: Deep Learning with Depthwise Separable Convolutions

TL;DR: This work proposes a novel deep convolutional neural network architecture inspired by Inception, where Inception modules have been replaced with depthwise separable convolutions, and shows that this architecture, dubbed Xception, slightly outperforms Inception V3 on the ImageNet dataset, and significantly outperforms it on a larger image classification dataset.
Posted Content

Conditional Generative Adversarial Nets

Mehdi Mirza, +1 more
- 06 Nov 2014 - 
TL;DR: The conditional version of generative adversarial nets is introduced, which can be constructed by simply feeding the data, y, to the generator and discriminator, and it is shown that this model can generate MNIST digits conditioned on class labels.
Trending Questions (1)
Are GAN generated images easy to detect? A critical analysis ofthe state-of-the-art?

GAN generated images pose a major challenge to detection, but the proposed approach in the paper shows promising results in detecting GAN generated images.