paper-with-me

홈 › Papers

Enhancing Deepfake Detection using SE Block Attention with CNN

2025-06-12 · Subhram Dasgupta, Janelle Mason, Xiaohong Yuan, Olusola Odeyomi, Kaushik Roy

In the digital age, Deepfake present a formidable challenge by using advanced artificial intelligence to create highly convincing manipulated content, undermining information authenticity and security. These sophisticated fabrications surpass traditional detection methods in complexity and realism. To address this issue, we aim to harness cutting-edge deep learning methodologies to engineer an innovative deepfake detection model. However, most of the models designed for deepfake detection are large, causing heavy storage and memory consumption. In this research, we propose a lightweight convolution neural network (CNN) with squeeze and excitation block attention (SE) for Deepfake detection. The SE block module is designed to perform dynamic channel-wise feature recalibration. The SE block allows the network to emphasize informative features and suppress less useful ones, which leads to a more efficient and effective learning module. This module is integrated with a simple sequential model to perform Deepfake detection. The model is smaller in size and it achieves competing accuracy with the existing models for deepfake detection tasks. The model achieved an overall classification accuracy of 94.14% and AUC-ROC score of 0.985 on the Style GAN dataset from the Diverse Fake Face Dataset. Our proposed approach presents a promising avenue for combating the Deepfake challenge with minimal computational resources, developing efficient and scalable solutions for digital content verification.

📄 PDF Abstract BibTeX arXiv:2506.10683

Code (0)

등록된 구현이 없습니다.

Tasks

DeepFake DetectionFace Swapping

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 제목 키워드 기반

Pay Less Attention to Deceptive Artifacts: Robust Detection of Compressed Deepfakes on Online Social Networks

2025-06-25 · Manyi Li, Renshuai Tao, Yufan Liu, Chuangchuang Tan 외

With the rapid advancement of deep learning, particularly through generative adversarial networks (GANs) and diffusion models (DMs), AI-generated images, or ``deepfakes", have become nearly indistinguishable from real on…

DeepFake DetectionFace Swapping

Multi-attentional Deepfake Detection

2021-03-03 · CVPR 2021 1 · Hanqing Zhao, Wenbo Zhou, Dongdong Chen, Tianyi Wei 외

Face forgery by deepfake is widely spread over the internet and has raised severe societal concerns. Recently, how to detect such forgery contents has become a hot research topic and many deepfake detection methods have …

Binary ClassificationData AugmentationDeepFake DetectionFace Swapping

Mixture of Low-Rank Adapter Experts in Generalizable Audio Deepfake Detection

2025-09-17 · Janne Laakkonen, Ivan Kukanov, Ville Hautamäki arxiv

Foundation models such as Wav2Vec2 excel at representation learning in speech tasks, including audio deepfake detection. However, after being fine-tuned on a fixed set of bonafide and spoofed audio clips, they often fail…

Audio Deepfake DetectionRepresentation Learning

Masked Conditional Diffusion Model for Enhancing Deepfake Detection

2024-02-01 · Tiewen Chen, Shanmin Yang, Shu Hu, Zhenghan Fang 외

Recent studies on deepfake detection have achieved promising results when training and testing faces are from the same dataset. However, their results severely degrade when confronted with forged samples that the model h…

Data AugmentationDeepFake DetectionFace Swappingmodel

Fine-Grained DINO Tuning with Dual Supervision for Face Forgery Detection

2025-11-15 · Tianxiang Zhang, Peipeng Yu, Zhihua Xia, Longchen Dai 외 arxiv

The proliferation of sophisticated deepfakes poses significant threats to information integrity. While DINOv2 shows promise for detection, existing fine-tuning approaches treat it as generic binary classification, overlo…

Binary Classification