paper-with-me

홈 › Papers

Deepfake Detection of Face Images based on a Convolutional Neural Network

2025-03-14 · Lukas Kroiß, Johannes Reschke

Fake News and especially deepfakes (generated, non-real image or video content) have become a serious topic over the last years. With the emergence of machine learning algorithms it is now easier than ever before to generate such fake content, even for private persons. This issue of generated fake images is especially critical in the context of politics and public figures. We want to address this conflict by building a model based on a Convolutions Neural Network in order to detect such generated and fake images showing human portraits. As a basis, we use a pre-trained ResNet-50 model due to its effectiveness in terms of classifying images. We then adopted the base model to our task of classifying a single image as authentic/real or fake by adding an fully connected output layer containing a single neuron indicating the authenticity of an image. We applied fine tuning and transfer learning to develop the model and improve its parameters. For the training process we collected the image data set "Diverse Face Fake Dataset" containing a wide range of different image manipulation methods and also diversity in terms of faces visible on the images. With our final model we reached the following outstanding performance metrics: precision = 0.98, recall 0.96, F1-Score = 0.97 and an area-under-curve = 0.99.

📄 PDF Abstract BibTeX arXiv:2503.11389

Code (0)

등록된 구현이 없습니다.

Tasks

DeepFake DetectionFace SwappingImage ManipulationTransfer Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

GRACE: Graph-Regularized Attentive Convolutional Entanglement with Laplacian Smoothing for Robust DeepFake Video Detection

2024-06-28 · Chih-Chung Hsu, Shao-Ning Chen, Mei-Hsuan Wu, Yi-Fang Wang 외

As DeepFake video manipulation techniques escalate, posing profound threats, the urgent need to develop efficient detection strategies is underscored. However, one particular issue lies with facial images being mis-detec…

Face Swappingvalid

Fighting Deepfake by Exposing the Convolutional Traces on Images

2020-08-07 · Luca Guarnera, Oliver Giudice, Sebastiano Battiato

Advances in Artificial Intelligence and Image Processing are changing the way people interacts with digital images and video. Widespread mobile apps like FACEAPP make use of the most advanced Generative Adversarial Netwo…

DeepFake DetectionFace SwappingImage Generation

2D-Malafide: Adversarial Attacks Against Face Deepfake Detection Systems

2024-08-26 · Chiara Galdi, Michele Panariello, Massimiliano Todisco, Nicholas Evans

We introduce 2D-Malafide, a novel and lightweight adversarial attack designed to deceive face deepfake detection systems. Building upon the concept of 1D convolutional perturbations explored in the speech domain, our met…

Adversarial AttackDeepFake DetectionFace Swapping

A Convolutional LSTM based Residual Network for Deepfake Video Detection

2020-09-16 · Shahroz Tariq, Sangyup Lee, Simon S. Woo

In recent years, deep learning-based video manipulation methods have become widely accessible to masses. With little to no effort, people can easily learn how to generate deepfake videos with only a few victims or target…

DeepFake DetectionFace SwappingTransfer Learning

Detecting Deepfake-Forged Contents with Separable Convolutional Neural Network and Image Segmentation

2019-12-21 · Chia-Mu Yu, Ching-Tang Chang, Yen-Wu Ti

Recent advances in AI technology have made the forgery of digital images and videos easier, and it has become significantly more difficult to identify such forgeries. These forgeries, if disseminated with malicious inten…

Face SwappingImage SegmentationSemantic Segmentation