Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
audio
audio |
---|
ReplayDF
ReplayDF is a dataset for evaluating the impact of replay attacks on audio deepfake detection systems. It features re-recorded bona-fide and synthetic speech derived from M-AILABS and MLAAD v5, using 109 unique speaker-microphone combinations across six languages and four TTS models in diverse acoustic environments.
This dataset reveals how such replays can significantly degrade the performance of state-of-the-art detectors. That is, audio deepfakes are detected much worse once they have been played over a loudspeaker and re-recorded via a microphone. It is provided for non-commercial research to support the development of robust and generalizable deepfake detection systems.
π Paper
Replay Attacks Against Audio Deepfake Detection (Interspeech 2025)
π½ Download
sudo apt-get install git-lfs
git lfs install
git clone https://huggingface.co/datasets/mueller91/ReplayDF
π Citation
@article{muller2025replaydf,
title = {Replay Attacks Against Audio Deepfake Detection},
author = {Nicolas MΓΌller and Piotr Kawa and Wei-Herng Choong and Adriana Stan and Aditya Tirumala Bukkapatnam and Karla Pizzi and Alexander Wagner and Philip Sperl},
journal={Interspeech 2025},
year = {2025},
}
π Folder Structure
ReplayDF/
βββ aux/
β βββ <UID1>/ # contains information such as setup, recorded sine sweep, RIR (derived from sine sweep)
β βββ <UID2>/
β βββ ...
βββ wav/
β βββ <UID1>/
β β βββ spoof # Re-recorded audio samples (spoofs)
β β βββ benign # Re-recorded audio samples (benign)
β β βββ meta.csv # Metadata for this UID's recordings
β βββ <UID2>/
β β βββ spoof
β β βββ benign
β β βββ meta.csv
β βββ ...
βββ mos/
β βββ mos.png # MOS ratings plot
β βββ mos_scores # individual mos scores
π License
Attribution-NonCommercial-ShareAlike 4.0 International: https://creativecommons.org/licenses/by-nc/4.0/
Resources
Find the original resources (i.e. non-airgapped audio files) here:
- MLAAD dataset v5, https://deepfake-total.com/mlaad.
- M-AILABS dataset, https://github.com/imdatceleste/m-ailabs-dataset.
Mic/Speaker Matrix
π Mean Opinion Scores (MOS)
The scoring criteria for rating the audio files are outlined in the table below:
Rating | Description | Speech Quality | Distortion (background noise, overdrive, etc.) |
---|---|---|---|
5 | Excellent | Clear | Imperceptible |
4 | Good | Clear | Slightly perceptible, but not annoying |
3 | Fair | Understandable | Perceptible and slightly annoying |
2 | Poor | Understandable | Perceptible and annoying |
1 | Very Poor | Barely understandable | Very annoying and objectionable |
e | Error | Inaudible | Heavy |
- Downloads last month
- 672