Papers › Exposing the Deception: Uncovering More Forgery Clues for Deepfake Detection

Exposing the Deception: Uncovering More Forgery Clues for Deepfake Detection

4 Mar 2024arXiv:2403.01786archive 2025-07-28

Zhongjie Ba, Qingyu Liu, Zhenguang Liu, Shuang Wu, Feng Lin, Li Lu, Kui Ren

Deepfake technology has given rise to a spectrum of novel and compelling applications. Unfortunately, the widespread proliferation of high-fidelity fake videos has led to pervasive confusion and deception, shattering our faith that seeing is believing. One aspect that has been overlooked so far is that current deepfake detection approaches may easily fall into the trap of overfitting, focusing only on forgery clues within one or a few local regions. Moreover, existing works heavily rely on neural networks to extract forgery features, lacking theoretical constraints guaranteeing that sufficient forgery clues are extracted and superfluous features are eliminated. These deficiencies culminate in unsatisfactory accuracy and limited generalizability in real-life scenarios. In this paper, we try to tackle these challenges through three designs: (1) We present a novel framework to capture broader forgery clues by extracting multiple non-overlapping local representations and fusing them into a global semantic-rich feature. (2) Based on the information bottleneck theory, we derive Local Information Loss to guarantee the orthogonality of local representations while preserving comprehensive task-relevant information. (3) Further, to fuse the local representations and remove task-irrelevant information, we arrive at a Global Information Loss through the theoretical analysis of mutual information. Empirically, our method achieves state-of-the-art performance on five benchmark datasets.Our code is available at \url{https://github.com/QingyuLiu/Exposing-the-Deception}, hoping to inspire researchers.

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="2403.01786")

Code

Syntology Ran 17 of 25 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 4 ran · honoured contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

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

qingyuliu/exposing-the-deception officialmentioned in paperpytorch 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

25 samples harvested; 17 ran; 4 honoured the contract we drafted; 8 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.

4ran · honoured contract
3ran · our draft was wrong
1ran · fixture could not drive it
9ran
8unverified

Licence: 0 of the 25 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 qingyuliu/exposing-the-deception. “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.

BlockDecoder qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran Apache-2.0 (permissive) · 3e5ed67f701eca85 · report
ChannelCompress qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 04529829360d2bee · report
Conv2dDynamicSamePadding qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · f5a0e3d9dd9e1f9f · report
Conv2dStaticSamePadding qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 6b6a8511b4a4c914 · report
MBConvBlock qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 22224e6f538dca75 · report
MemoryEfficientSwish qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran fingerprinted Apache-2.0 (permissive) · dfd0461ebe45d041 · report
MobileNetV1 qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · a10be7ad329fa289 · report
ResNet qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 46379fc15f2ee62a · report
SwishImplementation qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran Apache-2.0 (permissive) · 64a011654b82d503 · report
calculate_output_image_size qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 1463b46fb531ddac · report
drop_connect qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · d3319e3d34ca90ca · report
efficientnet_params qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · honoured contract Apache-2.0 (permissive) · 158895ccad37077c · report
get_output_size qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · honoured contract Apache-2.0 (permissive) · 57cafea17f72df42 · report
get_same_padding_conv2d qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · our draft was wrong Apache-2.0 (permissive) · ecd5b19163cc5430 · report
get_width_and_height_from_size qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · ed9d02b76fb84ae4 · report
round_filters qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · our draft was wrong Apache-2.0 (permissive) · f15a49337e69e937 · report
round_repeats qingyuliu/exposing-the-deception/models/MI_Net.py official repository ran · our draft was wrong Apache-2.0 (permissive) · dbc0ca08d119a5a0 · report
EfficientNet qingyuliu/exposing-the-deception/models/MI_Net.py official repository unverified Apache-2.0 (permissive) · 26488aa7fc70e759 · report
MI_Net qingyuliu/exposing-the-deception/models/MI_Net.py official repository unverified Apache-2.0 (permissive) · 380bef540fcd9569 · report
_resnet qingyuliu/exposing-the-deception/models/MI_Net.py official repository unverified Apache-2.0 (permissive) · 9c43e20a92c08bf4 · report
efficientnet qingyuliu/exposing-the-deception/models/MI_Net.py official repository unverified Apache-2.0 (permissive) · 7c07cd76854d45e9 · report
freeze qingyuliu/exposing-the-deception/models/MI_Net.py official repository unverified Apache-2.0 (permissive) · 30090882dbaf19ed · report
get_model_params qingyuliu/exposing-the-deception/models/MI_Net.py official repository unverified Apache-2.0 (permissive) · c58da27c524ad799 · report
load_pretrained_weights qingyuliu/exposing-the-deception/models/MI_Net.py official repository unverified Apache-2.0 (permissive) · d930abcc85af042c · report
resnet34 qingyuliu/exposing-the-deception/models/MI_Net.py official repository unverified Apache-2.0 (permissive) · 2db125f45811942f · report

Tasks

DeepFake DetectionFace Swapping

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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