Papers › Correlation of Fréchet Audio Distance With Human Perception of Environmental Audio Is...

Correlation of Fréchet Audio Distance With Human Perception of Environmental Audio Is Embedding Dependant

26 Mar 2024arXiv:2403.17508links table onlyarchive 2025-07-28

Modan Tailleur, Junwon Lee, Mathieu Lagrange, Keunwoo Choi, Laurie M. Heller, Keisuke Imoto, Yuki Okamoto

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

This paper explores whether considering alternative domain-specific embeddings to calculate the Fr\'echet Audio Distance (FAD) metric can help the FAD to correlate better with perceptual ratings of environmental sounds. We used embeddings from VGGish, PANNs, MS-CLAP, L-CLAP, and MERT, which are tailored for either music or environmental sound evaluation. The FAD scores were calculated for sounds from the DCASE 2023 Task 7 dataset. Using perceptual data from the same task, we find that PANNs-WGM-LogMel produces the best correlation between FAD scores and perceptual ratings of both audio quality and perceived fit with a Spearman correlation higher than 0.5. We also find that music-specific embeddings resulted in significantly lower results. Interestingly, VGGish, the embedding used for the original Fr\'echet calculation, yielded a correlation below 0.1. These results underscore the critical importance of the choice of embedding for the FAD metric design.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.17508")

Code

Syntology Ran 8 of 16 code samples harvested from 3 repositories linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · violated contract; 3 ran · our draft was wrong; 4 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 2 ran; community (archive-listed): 14 samples from 2 repositories, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mathieulagrange/dcasefadembedding officialmentioned in paper report
YoonjinXD/kadtk mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 8 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · violated contract
3ran · our draft was wrong
4ran
8unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

custom_float_format mathieulagrange/dcasefadembedding/correlation_calculation.py official repository ran · violated contract fingerprinted MIT (permissive) · 9dc1158acf7f87d1 · report
get_noisy_correlation_table mathieulagrange/dcasefadembedding/correlation_calculation.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · c7adc236598ac778 · report
calc_embd_statistics dcase2024-task7-sound-scene-synthesis/fadtk/fadtk/fad.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 90c857014df5f615 · report
create_prompt dcase2024-task7-sound-scene-synthesis/fadtk/example/prompts/gpt4_quality.py community (archive-listed) ran · our draft was wrong MIT (permissive) · ca4b05e19c89061a · report
do_mixup YoonjinXD/kadtk/kadtk/models/panns/pytorch_utils.py community (archive-listed) ran fingerprinted MIT (permissive) · 37ad96806353e8cb · report
get_cache_embedding_path YoonjinXD/kadtk/kadtk/utils.py community (archive-listed) ran MIT (permissive) · c8e9bc934b6ab42c · report
median_pairwise_distance YoonjinXD/kadtk/kadtk/kad.py community (archive-listed) ran MIT (permissive) · 2bb4926b81a065da · report
move_data_to_device YoonjinXD/kadtk/kadtk/models/panns/pytorch_utils.py community (archive-listed) ran MIT (permissive) · 43a8c72263d56894 · report
calc_frechet_distance YoonjinXD/kadtk/kadtk/fad.py community (archive-listed) unverified MIT (permissive) · e9e2298075d48eb9 · report
calc_kernel_audio_distance YoonjinXD/kadtk/kadtk/kad.py community (archive-listed) unverified MIT (permissive) · 1043d637cef813a6 · report
forward YoonjinXD/kadtk/kadtk/models/panns/pytorch_utils.py community (archive-listed) unverified MIT (permissive) · 20581601538964cf · report
get_cache_embedding_paths YoonjinXD/kadtk/kadtk/utils.py community (archive-listed) unverified MIT (permissive) · f50a75ff82ad0dcd · report
get_image_embedding YoonjinXD/kadtk/kadtk/models/openl3/core.py community (archive-listed) unverified MIT (permissive) · 9829300e384d092d · report
kapre_v0_1_4_magnitude_to_decibel YoonjinXD/kadtk/kadtk/models/openl3/models.py community (archive-listed) unverified MIT (permissive) · a1560674b26e5a3b · report
load_audio_embedding_model YoonjinXD/kadtk/kadtk/models/openl3/models.py community (archive-listed) unverified MIT (permissive) · e86a92fe6747fef9 · report
load_audio_embedding_model_from_path YoonjinXD/kadtk/kadtk/models/openl3/models.py community (archive-listed) unverified MIT (permissive) · a1ab6fe4517a082d · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections