CVApr 7, 2021

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

arXiv:2104.02984v14 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental reproducibility study for researchers in computer vision and image forensics, addressing the challenge of detecting AI-generated imagery that can deceive humans.

This work reproduces and evaluates a prior study on detecting CNN-generated images, focusing on whether proposed data augmentation and diverse dataset techniques improve generalization to unseen architectures, training methods, or datasets, with additional experiments to assess limitations.

This work evaluates the reproducibility of the paper "CNN-generated images are surprisingly easy to spot... for now" by Wang et al. published at CVPR 2020. The paper addresses the challenge of detecting CNN-generated imagery, which has reached the potential to even fool humans. The authors propose two methods which help an image classifier to generalize from being trained on one specific CNN to detecting imagery produced by unseen architectures, training methods, or data sets. The paper proposes two methods to help a classifier generalize: (i) utilizing different kinds of data augmentations and (ii) using a diverse data set. This report focuses on assessing if these techniques indeed help the generalization process. Furthermore, we perform additional experiments to study the limitations of the proposed techniques.

Code Implementations1 repo
Foundations

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

Your Notes