0% found this document useful (0 votes)
22 views12 pages

Minor Project Ms

Uploaded by

bhuvan898san
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views12 pages

Minor Project Ms

Uploaded by

bhuvan898san
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

7-09-2024

National Institute of Technology,


Raipur

Deepfake
Audio
Detection

Minor Project
Project Guide Students

Dr. Nitesh K Bharadwaj NSK Anirudh


K Bhuvan
2024 September
National
Raipur Institute of Technology,

Table of Contents
1 Introduction 3
2 Objectives 4
3 Abstract 5
4 Scope of the Project 6-7
5 Technology used 8-9
6 Improvements and Conclusion 10-

Minor Project
11
2
2024 September
I

Introduction
Deepfake audio technology has rapidly evolved, presenting
both opportunities and challenges in digital communication. This
presentation explores the advancements in detection methods
and their importance in safeguarding authenticity.
Understanding these developments is crucial for maintaining
trust in audio content.
What are deepfake Audios?
Deepfake audios are synthetic media created using AI,
mimicking human speech. They can be used for various
purposes, from entertainment to misinformation.
Understanding their nature is essential for effective detection
2
3
and prevention strategies against misuse.
2024 September
I

Objectives
• Develop a Reliable Detection Model
• Feature Extraction and Analysis
• Ensure Robustness Across Diverse Audio
Sources
• Optimize Detection Efficiency
• Validate the Model Using Real-world Data
• Enhance Security Against Audio Manipulation

2
4
2024 September
I

Abstract:
Advances in AI have enabled the creation of deepfake
audio that can closely mimic real voices. While useful in
some areas, this technology poses risks such as
spreading false information and fraud. This project aims
to develop a system that detects deepfake audio using
machine learning and audio processing techniques. It
analyzes key features, including Mel-frequency
cepstral coefficients (MFCC), to distinguish between
real and fake audio. The system is trained on diverse
datasets to improve accuracy, helping prevent the
misuse of deepfake audio. Initial results show promising
detection capabilities. 2
5
2024 September
II HYPOTHESES
DEVELOPMENT

Scope of the project:


In-Scope:
•Detecting Deepfake Audio: The primary focus
is developing a system to distinguish real audio
from deepfake audio with high accuracy.
•Audio Feature Extraction: Using techniques
such as Mel-frequency cepstral coefficients
(MFCC) and spectral analysis to extract features
from audio samples.
•Machine Learning Model: Building and
training a machine learning or deep learning
model to classify audio as real or fake.
•Dataset Utilization: Training and testing the
system using diverse datasets that contain both
real and deepfake audio samples (e.g., VoxCeleb,
ASVspoof).
•Model Evaluation: Measuring performance
using metrics like accuracy, precision, recall, and
confusion matrices to ensure the model's
effectiveness. 2
6
•Generalization: Ensuring the system can detect
2024 September
II HYPOTHESES
DEVELOPMENT

Out of Scope:
Video-based Deepfake Detection: The
project focuses solely on audio deepfakes,
not on video deepfake detection.
Real-time Deployment: While the system
will be tested for accuracy, real-time
deployment and large-scale application
(e.g., for live monitoring) are future
enhancements.
Advanced Security Measures: The
project does not cover encryption or
advanced security systems to prevent
deepfake creation but focuses on
detection.
2
7
2024 September
III Tech

TECHNOLOGY
Data Collection
We collect real audio and fake audio for our project.
*Real Audio: Using public datasets like VoxCeleb, which contain
recordings of real people.
*Fake Audio: We use Text-to-Speech(TTS) generated audio as fake
samples or any other fake audio’s.
*Tools Used:
Python: To handle and organize the audio files.
Pandas: For keeping track of metadata(e,g., labels, file paths).

2
10
2024 September
IV Tech

PREPROCESSING
*Preprocessed the audio to prepare it for model training.
*Steps:
i)Converted all audio files to the same format.
ii)Trimmed silence and normalized the audio levels.
iii)Extracted important features like MFCC.

Model Training
*We train a simple model to detect fake audio.
*Steps:
*Split the data into training and testing sets.
*Choose a basic machine learning algorithm like
Logistic Regression for simplicity.

2
10
2024 September
V Enhancement

Future Improvements
*We aim to improve the accuracy of the detection model by exploring different
machine learning techniques and algorithms that can better capture the differences
between real and fake audio.
*Fine-tuning the model parameters through experimentation and testing could lead
to more accurate results, helping to reduce errors detecting fake audio.

2
10
2024 September
VI Conclusions

Conclusion:

This project successfully developed a system for detecting


deepfake audio using machine learning and advanced audio
processing techniques. By focusing on features like Mel-
frequency cepstral coefficients (MFCC) and spectral
properties, the system effectively distinguishes between real
and manipulated audio, achieving promising accuracy. The
model's performance was validated with diverse datasets,
demonstrating its ability to generalize across different speakers,
languages, and audio qualities.

Looking ahead, the system has several potential applications. It


can be integrated into digital media platforms to combat
misinformation and fraud, enhancing content verification
processes. Future enhancements may include real-time
2
11
detection capabilities for live audio monitoring and scaling the
2024 September
National Institute
of Technology,
Raipur.

Thank you
for listening!

Minor Project
Advisor

Dr. Nitesh K Bharadwaj

You might also like