Audio Challenge

SAFE Synthetic Audio Forensics Evaluation Challenge 2025

Hosted by: UL Research Institutes — Digital Safety Research Institute (DSRI)
Co-hosted with IHHMSec @ ACM Workshop on Information Hiding and Multimedia Security – June 18-20, 2025

View Challenge Results

Overview

To advance the state of the art in audio forensics, we are launching a funded evaluation challenge at IH&MMSEC2025 to drive innovation in detecting and attributing synthetic and manipulated audio artifacts. This challenge will focus on several critical aspects, including generalizability across diverse audio sources, robustness against evolving synthesis techniques, and computational efficiency to enable real-world applications. The rapid advancements in audio synthesis, fueled by the increasing availability of new generators and techniques, underscore the urgent need for effective solutions to authenticate audio content and combat emerging threats. Sponsored by the ULRI Digital Safety Research Institute, this initiative aims to mobilize the research community to address this pressing issue.

Ready to participate?

Register your team to get started. The principal investigator fills out the registration form -- organizers manually approve and issue your access token.

Registration Closed

Updates

2025-04-23

Added an accuracy heatmap on generated data by augmentation method for Task 2 and Task 3 in the heatmaps section of Public Leaderboard. Note the methods are anonymized and are different for task 2 and 3.

2025-04-14

Task 3 is now open Detection of Laundered Audio.

2025-04-12

Upgraded rate limits to resolve Hugging Face Hub is unreachable, please try again later error.

2025-04-08

Provided updated information on Round 1 and Round 2 paper and poster submission processes.

2025-04-07

Updated debug example to turn off network access when running model to better reproduce submissions on HF

2025-04-04

2025-04-03

2025-04-03

  • Added two baselines to the leaderboard
  • Added discord server for additional help/support/discussion/etc.

Participation

This is a script based competition. No data will be released before the competition. A subset of the data may be released after the competition. We will be using the Hugging Face competitions platform.

Create Model Repo

Participants will be required to submit their model to be evaluated on the dataset by creating a huggingface model repository. Please use the example model repo as a template.

  • The model that you submit will remain private. No one including the challenge organizers will have access to the model repo unless you decide to make the repo public.
  • The model will be expected to read in the dataset and output file containing a detection score, binary decision and inference time for every input example.
  • The dataset will be downloaded to /tmp/data inside the container during the evaluation run. See example model on how to load it.
  • The only requirement is to have a script.py in the top level of the repo that saves a submission.csv file with the following columns. See sample practice submission file.
    • id : id of the example, strig
    • pred : binary decision, string, "generated" or "pristine"
    • score: decision score such as log likelihood score. Positive scores correspond to generated and negative to pristine. (This is optional and not used in evaluation but will help with analysis later)
    • time : inference time for every example in seconds
  • All submissions will be evaluated using the same resources: NVIDIA T4-medium GPU instance. It has 8vCPUs, 30GB RAM, 16GB VRAM.
  • All submissions will be evaluated in the same container that supports common ML frameworks and libraries:
    • Dockerfile
    • Docker Image
    • Requirements File: requirements.txt
    • If you'd like to add another package to the requirements file create an issue here.
    • During evaluation, container will not have access to the internet. Participants should include all other required dependencies in the model repo.
    • Remember: you can add anything to your model repo like models, python packages, etc.

Submit

Once your model is ready, it's time to submit:

  • Go the task submission space (there is a separate space for every task)
  • Login with your Huggingface Credentials
  • Teams consisting of multiple individuals should plan to submit under one Huggingface account to facilitate review and analysis results
  • Enter the name of your model e.g. safe-challenge/safe-example-submission and click submit!
  • Please use the same user name for all your submissions from the same team.

Datasets

The dataset will consist of human and machine generated speech audio tracks.

  • Human generated speech will be sourced from multiple sources and in multiple languages including but not limited to high quality in-studio and lower quality in-the-wild online recordings.
  • Machine generated speech will be constructed using several SOTA TTS (text-to-speech) models. The models will be either open-source or closed-source.
  • The audio files will vary in length but will be no longer than 60 seconds.
  • Compression formats will also vary. (See practice submission and dataset on how to load the input data)
  • The dataset will be balanced across sources. Each source (source of real audio and source of generated audio) will have an equal number of samples.

Blind Evaluation

This competition will be fully blind. No data will be released. Only a small sample dataset will be released as part of a sample model.

Challenge Tasks

The competition will consist of three detection tasks. For each task, the object is to detect if an audio file contains machine generated speech. Not all tasks will be open at the same time.

Each team will have a limited number of submissions per day. If your submission fails due an error, you can reach out to us and we can help debug and reset this limit.

Practice

A practice task to troubleshoot model submission. View Challenge Practice on Hugging Face.

Main Task 1

Detection of Generated Audio. Audio files are unmodified from the original output from the models or the pristine sources. View Task 1 on Hugging Face.

Main Task 2

Detection of Processed Audio. Audio files will be compressed with several common audio compression codecs. The audio files will also be resampled according to several sampling rates. Only the generated files are augmented. The pristines remain the same. View Task 2 on Hugging Face.

Main Task 3

Detection of Laundered Audio. Audio files will be laundered to bypass detection. Only the generated files are laundered. The pristine remain the same. View Task 3 on Hugging Face.

Evaluation

Primary Metrics
All submissions will be evaluated using balanced accuracy. Balanced accuracy is defined as an average of true positive rate and true negative rate.

The competition page will maintain a public leaderboard and a private leaderboard. The data will be divided along the sources such that the public leaderboard will be a subset of the private leaderboard. The public leaderboard will also show error rates for every source, However, the specific source name will be anonymized. For example, the public leaderboard will show scores for 4 sources while the private leaderboard will be scored on additional 4 sources for 8 sources total. See the following table as an example.
  • After the competition closes, we will provide additional metrics broken down by source and other data attributes.
  • This is why we ask you to provide a continuous decision score for every input example in addition to a hard binary decision.

Example leaderboard table

Rules

To ensure a fair and rigorous evaluation process for the SAFE: Synthetic Audio Forensics Evaluation Challenge (SAFE), the following rules must be adhered to by all participants:

1

Leaderboards

  1. The competition will maintain both a public and a private leaderboard.
  2. The public leaderboard will show error rates for each anonymized source.
  3. The private leaderboard will be used for the final evaluation and will include non-overlapping data from the public leaderboard.
2

Submission Limits

Participants will be limited in submissions per day.

3

Confidentiality

  1. Participants agree not to publicly compare their results with those of other participants until the other participant’s results are published outside of the IH&MMSEC2025 venue.
  2. Participants are free to use and publish their own results independently.
4

Compliance

  1. Participants must comply with all rules and guidelines provided by the organizers.
  2. Failure to comply with the rules may result in disqualification from the competition and exclusion from future evaluations.

By participating in the SAFE challenge, you agree to adhere to these evaluation rules and contribute to the collaborative effort to advance the field of audio forensics.

Schedule

Event Date Status
Practice Submission Opens February 26, 2025 ❌ Closed
Round 1 Submission deadline: May 05, 2025 ❌ Closed

(the papers accepted in Round 1 will be published in the proceedings for IH&MMSEC 2025 and will be presented during the oral session of the conference)

Competition Opens March 3, 2025 ❌ Closed
Round 2 Submission deadline: June 202, 2025 ❌ Closed

(performers participating in Round 1 whose algorithms score well in the system will be invited to present a poster at the IH&MMSEC workshop)

All papers for this special session undergo the regular review procedure and must be submitted through the workshop paper submission system following the link given on the home page. For this special session in particular, authors must select the track "COMPETITION TRACK" on the submission website during the submission.

Helpful Resources

To advance the state of the art in audio forensics, we are launching a funded evaluation challenge at IH&MMSEC2025 to drive innovation in detecting and attributing synthetic and manipulated audio artifacts. This challenge will focus on several critical aspects, including generalizability across diverse audio sources, robustness against evolving synthesis techniques, and computational efficiency to enable real-world applications. The rapid advancements in audio synthesis, fueled by the increasing availability of new generators and techniques, underscore the urgent need for effective solutions to authenticate audio content and combat emerging threats. Sponsored by the ULRI Digital Safety Research Institute, this initiative aims to mobilize the research community to address this pressing issue.

Ready to participate?

Register your team to get started. The principal investigator fills out the registration form -- organizers manually approve and issue your access token.

Registration Closed

2025-04-23

Added an accuracy heatmap on generated data by augmentation method for Task 2 and Task 3 in the heatmaps section of Public Leaderboard. Note the methods are anonymized and are different for task 2 and 3.

2025-04-14

Task 3 is now open Detection of Laundered Audio.

2025-04-12

Upgraded rate limits to resolve Hugging Face Hub is unreachable, please try again later error.

2025-04-08

Provided updated information on Round 1 and Round 2 paper and poster submission processes.

2025-04-07

Updated debug example to turn off network access when running model to better reproduce submissions on HF

2025-04-04

2025-04-03

2025-04-03

  • Added two baselines to the leaderboard
  • Added discord server for additional help/support/discussion/etc.

This is a script based competition. No data will be released before the competition. A subset of the data may be released after the competition. We will be using the Hugging Face competitions platform.

Create Model Repo

Participants will be required to submit their model to be evaluated on the dataset by creating a huggingface model repository. Please use the example model repo as a template.

  • The model that you submit will remain private. No one including the challenge organizers will have access to the model repo unless you decide to make the repo public.
  • The model will be expected to read in the dataset and output file containing a detection score, binary decision and inference time for every input example.
  • The dataset will be downloaded to /tmp/data inside the container during the evaluation run. See example model on how to load it.
  • The only requirement is to have a script.py in the top level of the repo that saves a submission.csv file with the following columns. See sample practice submission file.
    • id : id of the example, strig
    • pred : binary decision, string, "generated" or "pristine"
    • score: decision score such as log likelihood score. Positive scores correspond to generated and negative to pristine. (This is optional and not used in evaluation but will help with analysis later)
    • time : inference time for every example in seconds
  • All submissions will be evaluated using the same resources: NVIDIA T4-medium GPU instance. It has 8vCPUs, 30GB RAM, 16GB VRAM.
  • All submissions will be evaluated in the same container that supports common ML frameworks and libraries:
    • Dockerfile
    • Docker Image
    • Requirements File: requirements.txt
    • If you'd like to add another package to the requirements file create an issue here.
    • During evaluation, container will not have access to the internet. Participants should include all other required dependencies in the model repo.
    • Remember: you can add anything to your model repo like models, python packages, etc.

Submit

Once your model is ready, it's time to submit:

  • Go the task submission space (there is a separate space for every task)
  • Login with your Huggingface Credentials
  • Teams consisting of multiple individuals should plan to submit under one Huggingface account to facilitate review and analysis results
  • Enter the name of your model e.g. safe-challenge/safe-example-submission and click submit!
  • Please use the same user name for all your submissions from the same team.

The dataset will consist of human and machine generated speech audio tracks.

  • Human generated speech will be sourced from multiple sources and in multiple languages including but not limited to high quality in-studio and lower quality in-the-wild online recordings.
  • Machine generated speech will be constructed using several SOTA TTS (text-to-speech) models. The models will be either open-source or closed-source.
  • The audio files will vary in length but will be no longer than 60 seconds.
  • Compression formats will also vary. (See practice submission and dataset on how to load the input data)
  • The dataset will be balanced across sources. Each source (source of real audio and source of generated audio) will have an equal number of samples.

Blind Evaluation

This competition will be fully blind. No data will be released. Only a small sample dataset will be released as part of a sample model.

The competition will consist of three detection tasks. For each task, the object is to detect if an audio file contains machine generated speech. Not all tasks will be open at the same time.

Each team will have a limited number of submissions per day. If your submission fails due an error, you can reach out to us and we can help debug and reset this limit.

Practice

A practice task to troubleshoot model submission. View Challenge Practice on Hugging Face.

Main Task 1

Detection of Generated Audio. Audio files are unmodified from the original output from the models or the pristine sources. View Task 1 on Hugging Face.

Main Task 2

Detection of Processed Audio. Audio files will be compressed with several common audio compression codecs. The audio files will also be resampled according to several sampling rates. Only the generated files are augmented. The pristines remain the same. View Task 2 on Hugging Face.

Main Task 3

Detection of Laundered Audio. Audio files will be laundered to bypass detection. Only the generated files are laundered. The pristine remain the same. View Task 3 on Hugging Face.

Primary Metrics
All submissions will be evaluated using balanced accuracy. Balanced accuracy is defined as an average of true positive rate and true negative rate.

The competition page will maintain a public leaderboard and a private leaderboard. The data will be divided along the sources such that the public leaderboard will be a subset of the private leaderboard. The public leaderboard will also show error rates for every source, However, the specific source name will be anonymized. For example, the public leaderboard will show scores for 4 sources while the private leaderboard will be scored on additional 4 sources for 8 sources total. See the following table as an example.
  • After the competition closes, we will provide additional metrics broken down by source and other data attributes.
  • This is why we ask you to provide a continuous decision score for every input example in addition to a hard binary decision.

Example leaderboard table

To ensure a fair and rigorous evaluation process for the SAFE: Synthetic Audio Forensics Evaluation Challenge (SAFE), the following rules must be adhered to by all participants:

1

Leaderboards

  1. The competition will maintain both a public and a private leaderboard.
  2. The public leaderboard will show error rates for each anonymized source.
  3. The private leaderboard will be used for the final evaluation and will include non-overlapping data from the public leaderboard.
2

Submission Limits

Participants will be limited in submissions per day.

3

Confidentiality

  1. Participants agree not to publicly compare their results with those of other participants until the other participant’s results are published outside of the IH&MMSEC2025 venue.
  2. Participants are free to use and publish their own results independently.
4

Compliance

  1. Participants must comply with all rules and guidelines provided by the organizers.
  2. Failure to comply with the rules may result in disqualification from the competition and exclusion from future evaluations.

By participating in the SAFE challenge, you agree to adhere to these evaluation rules and contribute to the collaborative effort to advance the field of audio forensics.

Event Date Status
Practice Submission Opens February 26, 2025 ❌ Closed
Round 1 Submission deadline: May 05, 2025 ❌ Closed

(the papers accepted in Round 1 will be published in the proceedings for IH&MMSEC 2025 and will be presented during the oral session of the conference)

Competition Opens March 3, 2025 ❌ Closed
Round 2 Submission deadline: June 202, 2025 ❌ Closed

(performers participating in Round 1 whose algorithms score well in the system will be invited to present a poster at the IH&MMSEC workshop)

All papers for this special session undergo the regular review procedure and must be submitted through the workshop paper submission system following the link given on the home page. For this special session in particular, authors must select the track "COMPETITION TRACK" on the submission website during the submission.