paper-with-me

Papers

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

2020-01-05 · 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.

📄 PDF Abstract BibTeX arXiv:2001.01265

Code (2)

cutz-j/FDFtNet 공식 구현
KabirSingh114/DeepFake_Face_Detection tf

Tasks

Face SwappingFew-Shot Learningimage-classificationImage ClassificationImage Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

DA-FDFtNet: Dual Attention Fake Detection Fine-tuning Network to Detect Various AI-Generated Fake Images

2021-12-22 · Young Oh Bang, Simon S. Woo

Due to the advancement of Generative Adversarial Networks (GAN), Autoencoders, and other AI technologies, it has been much easier to create fake images such as "Deepfakes". More recent research has introduced few-shot le…

Few-Shot Learning

Robust Sequential DeepFake Detection

2023-09-26 · Rui Shao, Tianxing Wu, Ziwei Liu

Since photorealistic faces can be readily generated by facial manipulation technologies nowadays, potential malicious abuse of these technologies has drawn great concerns. Numerous deepfake detection methods are thus pro…

DeepFake DetectionFace SwappingFacial Editing

FractalForensics: Proactive Deepfake Detection and Localization via Fractal Watermarks

2025-04-13 · Tianyi Wang, Harry Cheng, Ming-Hui Liu, Mohan Kankanhalli

Proactive Deepfake detection via robust watermarks has been raised ever since passive Deepfake detectors encountered challenges in identifying high-quality synthetic images. However, while demonstrating reasonable detect…

DeepFake DetectionFace Swapping

ViGText: Deepfake Image Detection with Vision-Language Model Explanations and Graph Neural Networks

2025-07-24 · Ahmad ALBarqawi, Mahmoud Nazzal, Issa Khalil, Abdallah Khreishah 외 arxiv

The rapid rise of deepfake technology, which produces realistic but fraudulent digital content, threatens the authenticity of media. Traditional deepfake detection approaches often struggle with sophisticated, customized…

DeepFake Detection

MDFEND: Multi-domain Fake News Detection

2022-01-04 · Qiong Nan, Juan Cao, Yongchun Zhu, Yanyan Wang 외

Fake news spread widely on social media in various domains, which lead to real-world threats in many aspects like politics, disasters, and finance. Most existing approaches focus on single-domain fake news detection (SFN…

Fake News DetectionMixture-of-Experts