CVOct 24, 2024

ODDN: Addressing Unpaired Data Challenges in Open-World Deepfake Detection on Online Social Networks

arXiv:2410.18687v17 citationsh-index: 11AAAI
Originality Incremental advance
AI Analysis

This addresses the problem of detecting deepfakes on online social networks where compression variations degrade performance, though it appears incremental as it builds on existing paired-data methods.

The paper tackles the challenge of deepfake detection in open-world scenarios where paired raw and compressed images are scarce, proposing ODDN which achieves superior performance over state-of-the-art baselines on 17 datasets.

Despite significant advances in deepfake detection, handling varying image quality, especially due to different compressions on online social networks (OSNs), remains challenging. Current methods succeed by leveraging correlations between paired images, whether raw or compressed. However, in open-world scenarios, paired data is scarce, with compressed images readily available but corresponding raw versions difficult to obtain. This imbalance, where unpaired data vastly outnumbers paired data, often leads to reduced detection performance, as existing methods struggle without corresponding raw images. To overcome this issue, we propose a novel approach named the open-world deepfake detection network (ODDN), which comprises two core modules: open-world data aggregation (ODA) and compression-discard gradient correction (CGC). ODA effectively aggregates correlations between compressed and raw samples through both fine-grained and coarse-grained analyses for paired and unpaired data, respectively. CGC incorporates a compression-discard gradient correction to further enhance performance across diverse compression methods in OSN. This technique optimizes the training gradient to ensure the model remains insensitive to compression variations. Extensive experiments conducted on 17 popular deepfake datasets demonstrate the superiority of the ODDN over SOTA baselines.

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