Papers › FMA: A Dataset For Music Analysis

FMA: A Dataset For Music Analysis

6 Dec 2016ISMIR 2017 4arXiv:1612.01840archive 2025-07-28

Michaël Defferrard, Kirell Benzi, Pierre Vandergheynst, Xavier Bresson

We introduce the Free Music Archive (FMA), an open and easily accessible dataset suitable for evaluating several tasks in MIR, a field concerned with browsing, searching, and organizing large music collections. The community's growing interest in feature and end-to-end learning is however restrained by the limited availability of large audio datasets. The FMA aims to overcome this hurdle by providing 917 GiB and 343 days of Creative Commons-licensed audio from 106,574 tracks from 16,341 artists and 14,854 albums, arranged in a hierarchical taxonomy of 161 genres. It provides full-length and high-quality audio, pre-computed features, together with track- and user-level metadata, tags, and free-form text such as biographies. We here describe the dataset and how it was created, propose a train/validation/test split and three subsets, discuss some suitable MIR tasks, and evaluate some baselines for genre recognition. Code, data, and usage examples are available at https://github.com/mdeff/fma

PaperPDFCodeCode Syntology ran

In Syntology 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="1612.01840")

Code

Syntology Ran 0 of 14 code samples harvested from 2 repositories linked to this paper; 14 have no recorded run.

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

18 repositories listed; official and paper-mentioned ones first.

mdeff/fma officialmentioned in papermentioned on GitHubtfMIT report
MorenoLaQuatra/ARCH mentioned on GitHubpytorchNOASSERTION report
StatisticDean/Crystal_Clear mentioned on GitHubpytorchApache-2.0 report
bhavnasud/MusicRecognition mentioned on GitHubtfMIT report
darius522/dnr-utils mentioned on GitHubMIT report
karn1986/fma_pytorch mentioned on GitHubpytorch report
kikwon/fma_project mentioned on GitHubtf report
mdeff/paper-fma-ismir2017 mentioned on GitHubCC-BY-4.0 report
microsoft/fadtk mentioned on GitHubpytorchMIT report
weepingwillowben/sound-eval mentioned on GitHubtfMIT 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

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

14unverified

Licence: 0 of the 14 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 2 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.

batch_filenames weepingwillowben/sound-eval/spectrify_all.py community (archive-listed) unverified MIT (permissive) · 4bb277ee9b64c89a · report
flatten_audios weepingwillowben/sound-eval/spectrogram_doc2vec.py community (archive-listed) unverified MIT (permissive) · 667e6a01204b5c1e · report
fourrier_from_data StatisticDean/Crystal_Clear/crystal_clear/tensor_pipeline.py community (archive-listed) unverified Apache-2.0 (permissive) · ea510ef359b43c33 · report
get_all_paths weepingwillowben/sound-eval/process_many_files.py community (archive-listed) unverified MIT (permissive) · aee92765b773b981 · report
get_batch_from_var weepingwillowben/sound-eval/spectrogram_doc2vec.py community (archive-listed) unverified MIT (permissive) · a3b1c9b3c1692bbf · report
make_into_3D StatisticDean/Crystal_Clear/crystal_clear/prepare.py community (archive-listed) unverified Apache-2.0 (permissive) · 341a34687ad2fba2 · report
make_weighted_average_on_window StatisticDean/Crystal_Clear/crystal_clear/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 43f535babf9558b5 · report
path_mp3 StatisticDean/Crystal_Clear/crystal_clear/prepare.py community (archive-listed) unverified Apache-2.0 (permissive) · 735c3f6db89d9f8f · report
predict_method StatisticDean/Crystal_Clear/crystal_clear/upscale.py community (archive-listed) unverified Apache-2.0 (permissive) · 9cca6de4e1c97a8d · report
read_file weepingwillowben/sound-eval/gather_computed.py community (archive-listed) unverified MIT (permissive) · c708ef13e6436433 · report
reconstruct StatisticDean/Crystal_Clear/crystal_clear/misc.py community (archive-listed) unverified Apache-2.0 (permissive) · a33053bfb337d4fd · report
spectrify_audios weepingwillowben/sound-eval/spectrify.py community (archive-listed) unverified MIT (permissive) · ea75c7dde8960478 · report
tf_spectrify weepingwillowben/sound-eval/spectrify.py community (archive-listed) unverified MIT (permissive) · a3ce6f94d6f60428 · report
wrap_for_processor StatisticDean/Crystal_Clear/crystal_clear/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 4791d3c12dee84d7 · report

Datasets

Introduced by this paper, per the archive.

FMA

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