TheAnalyzer/Full-LibriSpeech-CopyMove-Forgery-Dataset
Full LibriSpeech Copy–Move Forgery Dataset 📘 Overview The Full LibriSpeech Copy–Move Forgery Dataset is designed for advancing research in audio forgery detection and tampering localization. It focuses on the challenging task of copy–move forgeries, where segments from a single audio recording are duplicated and relocated within the same file. The dataset provides speaker-disjoint splits, detailed temporal annotations, and multiple levels of forgery intensity to… See the full description on the dataset page: https://huggingface.co/datasets/TheAnalyzer/Full-LibriSpeech-CopyMove-Forgery-Dataset.
Full LibriSpeech Copy–Move Forgery Dataset
📘 Overview
The Full LibriSpeech Copy–Move Forgery Dataset is designed for advancing research in audio forgery detection and tampering localization. It focuses on the challenging task of copy–move forgeries, where segments from a single audio recording are duplicated and relocated within the same file.
The dataset provides speaker-disjoint splits, detailed temporal annotations, and multiple levels of forgery intensity to ensure reproducible and fair evaluation of modern deep learning models.
🧩 Dataset Details
⚙️ Usage
You can directly load this dataset using the datasets library:
from datasets import load_dataset
dataset = load_dataset("TheAnalyzer/Full-LibriSpeech-CopyMove-Forgery-Dataset")
print(dataset)Or clone the dataset using Git LFS:
git lfs install
git clone https://huggingface.co/datasets/TheAnalyzer/Full-LibriSpeech-CopyMove-Forgery-Dataset🧠 Baseline Implementation
The baseline CNN-based model, preprocessing pipeline, and evaluation scripts can be found in the companion GitHub repository:
👉 https://github.com/RDisCoding/Full-LibriSpeech-CopyMove-Forgery-Dataset
📬 Contact
For questions or collaborations, please contact: [rdiscoding@gmail.com](mailto:rdiscoding@gmail.com)
