Pay Less Attention to Deceptive Artifacts: Robust Detection of Compressed Deepfakes on Online Social Networks
Authors: Manyi Li, Renshuai Tao, Yufan Liu, Chuangchuang Tan, Haotong Qin, Bing Li, Yunchao Wei, Yao Zhao
Published: 2025-06-25 15:46:41+00:00
Comment: 20 pages, 10 figures
AI Summary
This paper introduces PLADA (Pay Less Attention to Deceptive Artifacts), a novel framework for robust deepfake detection on Online Social Networks, specifically addressing challenges posed by compression-induced "block effects" and limited paired data. PLADA integrates a Block Effect Eraser (B2E) with a dual-stage attention mechanism to mitigate block effects and an Open Data Aggregation (ODA) module to effectively utilize both paired and unpaired data. Extensive experiments across 26 datasets demonstrate PLADA's superior performance over state-of-the-art methods in detecting compressed deepfakes, even with sparse paired data.
Abstract
With the rapid advancement of deep learning, particularly through generative adversarial networks (GANs) and diffusion models (DMs), AI-generated images, or ``deepfakes, have become nearly indistinguishable from real ones. These images are widely shared across Online Social Networks (OSNs), raising concerns about their misuse. Existing deepfake detection methods overlook the ``block effects introduced by compression in OSNs, which obscure deepfake artifacts, and primarily focus on raw images, rarely encountered in real-world scenarios. To address these challenges, we propose PLADA (Pay Less Attention to Deceptive Artifacts), a novel framework designed to tackle the lack of paired data and the ineffective use of compressed images. PLADA consists of two core modules: Block Effect Eraser (B2E), which uses a dual-stage attention mechanism to handle block effects, and Open Data Aggregation (ODA), which processes both paired and unpaired data to improve detection. Extensive experiments across 26 datasets demonstrate that PLADA achieves a remarkable balance in deepfake detection, outperforming SoTA methods in detecting deepfakes on OSNs, even with limited paired data and compression. More importantly, this work introduces the ``block effect as a critical factor in deepfake detection, providing a robust solution for open-world scenarios. Our code is available at https://github.com/ManyiLee/PLADA.