CVCRLGJun 13, 2020

FakePolisher: Making DeepFakes More Detection-Evasive by Shallow Reconstruction

arXiv:2006.07533v391 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of making deepfakes more evasive for detection systems, though it is incremental as it builds on existing artifact reduction ideas.

The paper tackles the problem of GAN-synthesized images containing detectable artifacts by proposing FakePolisher, a shallow reconstruction method that reduces these artifacts, resulting in an average 47% reduction in detection accuracy across three state-of-the-art detection methods.

At this moment, GAN-based image generation methods are still imperfect, whose upsampling design has limitations in leaving some certain artifact patterns in the synthesized image. Such artifact patterns can be easily exploited (by recent methods) for difference detection of real and GAN-synthesized images. However, the existing detection methods put much emphasis on the artifact patterns, which can become futile if such artifact patterns were reduced. Towards reducing the artifacts in the synthesized images, in this paper, we devise a simple yet powerful approach termed FakePolisher that performs shallow reconstruction of fake images through a learned linear dictionary, intending to effectively and efficiently reduce the artifacts introduced during image synthesis. The comprehensive evaluation on 3 state-of-the-art DeepFake detection methods and fake images generated by 16 popular GAN-based fake image generation techniques, demonstrates the effectiveness of our technique.Overall, through reducing artifact patterns, our technique significantly reduces the accuracy of the 3 state-of-the-art fake image detection methods, i.e., 47% on average and up to 93% in the worst case.

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