Deepfake Video Detection Research Paper
Deepfake Video Detection Research Paper
Authors : Affiliation:
Deepak Patel Department of Computer Science and
Aman Patel Information Technology
Aditya Choudhary Acropolis Institute of Technology and
Prof. Nidhi Nigam Research, Indore, India
Prof. Shruti Lashkari Affiliated to : Rajiv Gandhi
Proudyogiki Vishwavidyalaya (RGPV)
Introduction
What are Deepfakes?
Deepfakes are videos or audio clips generated using AI that look and sound real, but are completely fake.
They use deep learning to swap faces, mimic voices, and create realistic yet false content.
Our Aim :
To create a deep learning model that is both robust and generalizable, capable of detecting various deepfake techniques with
high accuracy.
Literature Review & Research Gap
Existing Approaches
• CNNs detect pixel-level anomalies in single frames.
• LSTMs capture sequence patterns across video frames.
• Transformer models use attention for temporal analysis.
🎯 Final Output:
• A classification layer predicts whether the video is real or fake
Datasets Used
FaceForensics++
• Real and manipulated videos using face-swapping techniques
Celeb-DF
• High-quality deepfake videos of celebrities
4️⃣Sequence Structuring
• Frames grouped into sequences (e.g., 10 frames each).
2️⃣ LSTM
• Analyzes temporal information from the sequence of frames.
• Uses the features from both ResNeXt and LSTM to make accurate predictions.
Results & Analysis
Model Performance:
Accuracy: 96.5%
Evaluation Metrics:
• Precision: 94.2%
• Measures the accuracy of positive predictions.
• Recall: 97.8%
• Measures the ability to correctly identify all positive cases.
• F1-Score: 96.0%
• Harmonic mean of precision and recall, balancing both metrics.
Limitations & Solutions
• Overfitting:
• The model may overfit to specific features in the training data.
• Computation Cost:
• High computational resources required for training and inference.
• It significantly outperforms existing models in handling both spatial and temporal features.
Real-World Applicability:
• The model is highly suitable for use in journalism, cybersecurity, digital forensics, and social media
platforms to detect and prevent the spread of deepfakes.
Future Work
• Audio Deepfake Detection:
• Extend the model to include audio-based deepfake detection for multimedia integrity.
• Mobile Deployment:
• Adversarial Robustness:
• Livestream Detection: