Weakly-supervised deepfake localization in diffusion-generated images
Dragos Tantaru, Elisabeta Oneata, Dan Oneata

TL;DR
This paper explores weakly-supervised methods for localizing manipulated regions in diffusion-generated images, aiming to improve deepfake detection by providing detailed localization maps rather than simple binary labels.
Contribution
It compares three categories of weakly-supervised localization methods using a unified backbone, analyzing factors affecting performance across different datasets and generators.
Findings
Localization is feasible with weak supervision.
Local scores method performs best among compared approaches.
Performance is more affected by dataset and generator mismatch than supervision type.
Abstract
The remarkable generative capabilities of denoising diffusion models have raised new concerns regarding the authenticity of the images we see every day on the Internet. However, the vast majority of existing deepfake detection models are tested against previous generative approaches (e.g. GAN) and usually provide only a "fake" or "real" label per image. We believe a more informative output would be to augment the per-image label with a localization map indicating which regions of the input have been manipulated. To this end, we frame this task as a weakly-supervised localization problem and identify three main categories of methods (based on either explanations, local scores or attention), which we compare on an equal footing by using the Xception network as the common backbone architecture. We provide a careful analysis of all the main factors that parameterize the design space: choice…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Weakly-Supervised Deepfake Localization in Diffusion-Generated Images· youtube
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Digital Media Forensic Detection · Advanced Image Processing Techniques
MethodsPointwise Convolution · Depthwise Convolution · Average Pooling · Dense Connections · Depthwise Separable Convolution · Softmax · 1x1 Convolution · Max Pooling · Global Average Pooling · Convolution
