Papers › FDFtNet: Facing Off Fake Images using Fake Detection Fine-tuning Network

FDFtNet: Facing Off Fake Images using Fake Detection Fine-tuning Network

5 Jan 2020arXiv:2001.01265archive 2025-07-28

Hyeonseong Jeon, Youngoh Bang, Simon S. Woo

Creating fake images and videos such as "Deepfake" has become much easier these days due to the advancement in Generative Adversarial Networks (GANs). Moreover, recent research such as the few-shot learning can create highly realistic personalized fake images with only a few images. Therefore, the threat of Deepfake to be used for a variety of malicious intents such as propagating fake images and videos becomes prevalent. And detecting these machine-generated fake images has been quite challenging than ever. In this work, we propose a light-weight robust fine-tuning neural network-based classifier architecture called Fake Detection Fine-tuning Network (FDFtNet), which is capable of detecting many of the new fake face image generation models, and can be easily combined with existing image classification networks and finetuned on a few datasets. In contrast to many existing methods, our approach aims to reuse popular pre-trained models with only a few images for fine-tuning to effectively detect fake images. The core of our approach is to introduce an image-based self-attention module called Fine-Tune Transformer that uses only the attention module and the down-sampling layer. This module is added to the pre-trained model and fine-tuned on a few data to search for new sets of feature space to detect fake images. We experiment with our FDFtNet on the GANsbased dataset (Progressive Growing GAN) and Deepfake-based dataset (Deepfake and Face2Face) with a small input image resolution of 64x64 that complicates detection. Our FDFtNet achieves an overall accuracy of 90.29% in detecting fake images generated from the GANs-based dataset, outperforming the state-of-the-art.

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

Code

Syntology Ran 0 of 13 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run.

By repository: official repository: 8 samples from 1 repository, 0 ran; community (archive-listed): 5 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cutz-j/FDFtNet officialmentioned in paperMIT 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

13 samples harvested; 0 ran; 0 honoured the contract we drafted; 13 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.

13unverified

Licence: 0 of the 13 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

att cutz-j/FDFtNet/fdft/ftt.py official repository unverified MIT (permissive) · 39f693ac4a30a2dc · report
block cutz-j/FDFtNet/fdft/mb_block.py official repository unverified MIT (permissive) · 2ff9af83709add88 · report
cutout cutz-j/FDFtNet/utils/aug.py official repository unverified MIT (permissive) · ab5c0091c67ee617 · report
data_source cutz-j/FDFtNet/dataset/preprocess_dataset.py official repository unverified MIT (permissive) · c041696d3fd6fd8b · report
resNetV2 cutz-j/FDFtNet/network/ResNetV2.py official repository unverified MIT (permissive) · ad51378c678b8982 · report
squeezeNet cutz-j/FDFtNet/network/SqueezeNet.py official repository unverified MIT (permissive) · d0a97ac246f4e1f5 · report
video2image cutz-j/FDFtNet/dataset/preprocess_dataset.py official repository unverified MIT (permissive) · c898b13f01dc17dd · report
xception cutz-j/FDFtNet/network/Xception.py official repository unverified MIT (permissive) · 51e365043f4df7c8 · report
decode_img KabirSingh114/DeepFake_Face_Detection/dataset/preprocess_dataset.py community (archive-listed) unverified MIT (permissive) · 70965b9c4c842593 · report
denseNet KabirSingh114/DeepFake_Face_Detection/network/DenseNet.py community (archive-listed) unverified MIT (permissive) · 61b3f7a38d6a5c4e · report
load_img KabirSingh114/DeepFake_Face_Detection/dataset/preprocess_dataset.py community (archive-listed) unverified MIT (permissive) · a87008e67c96048d · report
mesonet KabirSingh114/DeepFake_Face_Detection/network/mesonet.py community (archive-listed) unverified MIT (permissive) · 904b650e1e827916 · report
vgg16 KabirSingh114/DeepFake_Face_Detection/network/VGG16.py community (archive-listed) unverified MIT (permissive) · 3c6a5dae9359b275 · report

Tasks

Face SwappingFew-Shot LearningImage ClassificationImage Generationimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerReLUResidual ConnectionSoftmaxTransformer

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