CVFeb 28, 2022

Deepfake Network Architecture Attribution

arXiv:2202.13843v274 citations
AI Analysis

This addresses the limitation of existing fake image attribution methods that only work on seen models, making it more applicable to real-world scenarios with privately trained deepfakes.

The paper tackles the problem of attributing fake images to their source GAN architectures, even when models are privately trained or finetuned, by proposing DNA-Det, which achieves effective results in cross-test setups on a large-scale dataset.

With the rapid progress of generation technology, it has become necessary to attribute the origin of fake images. Existing works on fake image attribution perform multi-class classification on several Generative Adversarial Network (GAN) models and obtain high accuracies. While encouraging, these works are restricted to model-level attribution, only capable of handling images generated by seen models with a specific seed, loss and dataset, which is limited in real-world scenarios when fake images may be generated by privately trained models. This motivates us to ask whether it is possible to attribute fake images to the source models' architectures even if they are finetuned or retrained under different configurations. In this work, we present the first study on Deepfake Network Architecture Attribution to attribute fake images on architecture-level. Based on an observation that GAN architecture is likely to leave globally consistent fingerprints while traces left by model weights vary in different regions, we provide a simple yet effective solution named DNA-Det for this problem. Extensive experiments on multiple cross-test setups and a large-scale dataset demonstrate the effectiveness of DNA-Det.

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