paper-with-me

Papers

Deepfake Video Detection Using Generative Convolutional Vision Transformer

2023-07-13 · Deressa Wodajo, Solomon Atnafu, Zahid Akhtar

Deepfakes have raised significant concerns due to their potential to spread false information and compromise digital media integrity. In this work, we propose a Generative Convolutional Vision Transformer (GenConViT) for deepfake video detection. Our model combines ConvNeXt and Swin Transformer models for feature extraction, and it utilizes Autoencoder and Variational Autoencoder to learn from the latent data distribution. By learning from the visual artifacts and latent data distribution, GenConViT achieves improved performance in detecting a wide range of deepfake videos. The model is trained and evaluated on DFDC, FF++, DeepfakeTIMIT, and Celeb-DF v2 datasets, achieving high classification accuracy, F1 scores, and AUC values. The proposed GenConViT model demonstrates robust performance in deepfake video detection, with an average accuracy of 95.8% and an AUC value of 99.3% across the tested datasets. Our proposed model addresses the challenge of generalizability in deepfake detection by leveraging visual and latent features and providing an effective solution for identifying a wide range of fake videos while preserving media integrity. The code for GenConViT is available at https://github.com/erprogs/GenConViT.

📄 PDF Abstract BibTeX arXiv:2307.07036

Code (1)

erprogs/genconvit 공식 구현 pytorch

Tasks

DeepFake DetectionFace Swapping

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Combining EfficientNet and Vision Transformers for Video Deepfake Detection

2021-07-06 · Davide Coccomini, Nicola Messina, Claudio Gennaro, Fabrizio Falchi

Deepfakes are the result of digital manipulation to forge realistic yet fake imagery. With the astonishing advances in deep generative models, fake images or videos are nowadays obtained using variational autoencoders (V…

DeepFake DetectionFace Swapping

Deepfake Detection Scheme Based on Vision Transformer and Distillation

2021-04-03 · Young-Jin Heo, Young-Ju Choi, Young-Woon Lee, Byung-Gyu Kim

Deepfake is the manipulated video made with a generative deep learning technique such as Generative Adversarial Networks (GANs) or Auto Encoder that anyone can utilize. Recently, with the increase of Deepfake videos, som…

DeepFake DetectionFace Swapping

Deepfake Detection using Spatiotemporal Convolutional Networks

2020-06-26 · Oscar de Lima, Sean Franklin, Shreshtha Basu, Blake Karwoski 외

Better generative models and larger datasets have led to more realistic fake videos that can fool the human eye but produce temporal and spatial artifacts that deep learning approaches can detect. Most current Deepfake d…

DeepFake DetectionFace Swapping

Deepfake Video Detection Using Convolutional Vision Transformer

2021-02-22 · Deressa Wodajo, Solomon Atnafu

The rapid advancement of deep learning models that can generate and synthesis hyper-realistic videos known as Deepfakes and their ease of access to the general public have raised concern from all concerned bodies to thei…

DeepFake DetectionFace Swapping

Undercover Deepfakes: Detecting Fake Segments in Videos

2023-05-11 · Sanjay Saha, Rashindrie Perera, Sachith Seneviratne, Tamasha Malepathirana 외

The recent renaissance in generative models, driven primarily by the advent of diffusion models and iterative improvement in GAN methods, has enabled many creative applications. However, each advancement is also accompan…

DeepFake DetectionFace Swapping