Papers › Pay Less Attention to Deceptive Artifacts: Robust Detection of Compressed Deepfakes on...

Pay Less Attention to Deceptive Artifacts: Robust Detection of Compressed Deepfakes on Online Social Networks

25 Jun 2025arXiv:2506.20548archive 2025-07-28

Manyi Li, Renshuai Tao, Yufan Liu, Chuangchuang Tan, Haotong Qin, Bing Li, Yunchao Wei, Yao Zhao

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2506.20548")

Code

Syntology Ran 7 of 18 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · violated contract; 3 ran · our draft was wrong.

By repository: official repository: 18 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

manyilee/plada officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 7 ran; 3 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
1ran · violated contract
3ran · our draft was wrong
11unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from manyilee/plada. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv1x1 manyilee/plada/models/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · 2a80220dabcb742a · report
conv3x3 manyilee/plada/networks/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
conv3x3 manyilee/plada/models/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · 600ff2c45e0de056 · report
create_mask manyilee/plada/models/swin_transformer.py official repository ran · violated contract no licence file found · pointer only · c0a5cd5e8d1e1870 · report
distmat manyilee/plada/networks/hkr.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · ca565da6831e8ade · report
get_relative_distances manyilee/plada/models/swin_transformer.py official repository ran · honoured contract no licence file found · pointer only · ea931f8eaca3c48c · report
sigma_estimation manyilee/plada/networks/hkr.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 20b89645c8dfbf6d · report
coco_kernelmat manyilee/plada/networks/hkr.py official repository unverified no licence file found · pointer only · 8120c05255e2519e · report
draw_bounding_boxes manyilee/plada/models/vision_transformer_utils.py official repository unverified no licence file found · pointer only · 59965ca4b20cd0a3 · report
draw_segmentation_masks manyilee/plada/models/vision_transformer_utils.py official repository unverified no licence file found · pointer only · 54fd90bd934c47e1 · report
make_grid manyilee/plada/models/vision_transformer_utils.py official repository unverified no licence file found · pointer only · 8c3d0e690efa99fe · report
resnet18 manyilee/plada/models/resnet.py official repository unverified no licence file found · pointer only · cd4a0cb7c1c3bb95 · report
swin_t manyilee/plada/models/swin_transformer.py official repository unverified no licence file found · pointer only · 516538f47edf5014 · report
vgg11 manyilee/plada/models/vgg.py official repository unverified no licence file found · pointer only · 04cac479388fed8d · report
vgg19 manyilee/plada/models/vgg.py official repository unverified no licence file found · pointer only · 36aa35f7d5c690bd · report
vit_b_16 manyilee/plada/models/vision_transformer.py official repository unverified no licence file found · pointer only · e3760b265536dca0 · report
vit_b_32 manyilee/plada/models/vision_transformer.py official repository unverified no licence file found · pointer only · e2038eb9ae534f89 · report
vit_l_16 manyilee/plada/models/vision_transformer.py official repository unverified no licence file found · pointer only · 4d461a68c1030630 · report

Tasks

DeepFake DetectionFace Swapping

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionFocus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections