paper-with-me

Papers

FakeFormer: Efficient Vulnerability-Driven Transformers for Generalisable Deepfake Detection

2024-10-29 · Dat Nguyen, Marcella Astrid, Enjie Ghorbel, Djamila Aouada

Recently, Vision Transformers (ViTs) have achieved unprecedented effectiveness in the general domain of image classification. Nonetheless, these models remain underexplored in the field of deepfake detection, given their lower performance as compared to Convolution Neural Networks (CNNs) in that specific context. In this paper, we start by investigating why plain ViT architectures exhibit a suboptimal performance when dealing with the detection of facial forgeries. Our analysis reveals that, as compared to CNNs, ViT struggles to model localized forgery artifacts that typically characterize deepfakes. Based on this observation, we propose a deepfake detection framework called FakeFormer, which extends ViTs to enforce the extraction of subtle inconsistency-prone information. For that purpose, an explicit attention learning guided by artifact-vulnerable patches and tailored to ViTs is introduced. Extensive experiments are conducted on diverse well-known datasets, including FF++, Celeb-DF, WildDeepfake, DFD, DFDCP, and DFDC. The results show that FakeFormer outperforms the state-of-the-art in terms of generalization and computational cost, without the need for large-scale training datasets. The code is available at \url{https://github.com/10Ring/FakeFormer}.

📄 PDF Abstract BibTeX arXiv:2410.21964

Code (0)

등록된 구현이 없습니다.

Tasks

DeepFake DetectionFace Swappingimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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

Detecting and Recovering Sequential DeepFake Manipulation

2022-07-05 · 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 EditingImage Captioning

Towards generalisable and calibrated synthetic speech detection with self-supervised representations

2023-09-11 · Octavian Pascu, Adriana Stan, Dan Oneata, Elisabeta Oneata 외

Generalisation -- the ability of a model to perform well on unseen data -- is crucial for building reliable deepfake detectors. However, recent studies have shown that the current audio deepfake models fall short of this…

2kAudio Deepfake DetectionDeepFake DetectionFace Swapping+1

Vulnerability of Automatic Identity Recognition to Audio-Visual Deepfakes

2023-11-29 · Pavel Korshunov, Haolin Chen, Philip N. Garner, Sebastien Marcel

The task of deepfakes detection is far from being solved by speech or vision researchers. Several publicly available databases of fake synthetic video and speech were built to aid the development of detection methods. Ho…

Face RecognitionFace SwappingSpeaker Recognitiontext-to-speech+2

On the Vulnerability of DeepFake Detectors to Attacks Generated by Denoising Diffusion Models

2023-07-11 · Marija Ivanovska, Vitomir Štruc

The detection of malicious deepfakes is a constantly evolving problem that requires continuous monitoring of detectors to ensure they can detect image manipulations generated by the latest emerging models. In this paper,…

DenoisingFace ReenactmentFace Swapping