Papers › Taste-aware music retrieval from audio embeddings

Taste-aware music retrieval from audio embeddings

3 Jul 2026arXiv:2607.03296added by Syntology

Matteo Spanio, Antonio Rodà

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Crossmodal correspondences between sound and taste are well established in psychology and neuroscience, but largely absent from content-based multimedia retrieval. We formalise taste-from-audio prediction as a content-based music information retrieval benchmark over a perceptually validated multi-source corpus, comparing ten frozen audio encoders from the four HEAR families under a shared multi-task regression head, with gated late-fusion as a configurable variant. In order to assess the effectiveness of the models, we compute absolute error and rank correlation. The strongest systems predict the five tastes within a macro RMSE of 0.134; on held-out real music their error is less than half a single rater's deviation from the consensus (RMSE 0.13 vs. 0.28), so the model tracks the group consensus more closely than an average human rater, and well below the previous state of the art baseline (0.219). On absolute error the encoders are statistically flat, with a single VGGish matching the best fusion, but gated late-fusion's advantage is confined to rank correlation (macro Pearson r 0.724 vs. 0.666). Operationalised as a content-based retrieval index, the predicted taste space ranks a 309-item pool far more faithfully than a CLAP-text baseline, which sits at chance; ridge probes and an audio-bandstop knockout read the strongest representations against documented sound-taste correspondences.

PaperPDFCode 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="2607.03296")

Code

Syntology Ran 12 of 13 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 12 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

CSCPadova/wav2taste found in paper text by Syntology report

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

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

12ran
1unverified

Licence: 0 of the 13 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 CSCPadova/wav2taste. “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.

cache_dir CSCPadova/wav2taste/src/wav2taste/fma_cache.py found in paper text by Syntology ran Apache-2.0 (permissive) · 895d6ee9ba51f5a7 · report
cache_exists CSCPadova/wav2taste/src/wav2taste/cache.py found in paper text by Syntology ran Apache-2.0 (permissive) · c833176460f985a0 · report
cache_paths CSCPadova/wav2taste/src/wav2taste/cache.py found in paper text by Syntology ran Apache-2.0 (permissive) · 7273492675795983 · report
collate CSCPadova/wav2taste/src/wav2taste/data.py found in paper text by Syntology ran Apache-2.0 (permissive) · fbe13a6c7e063e66 · report
iter_worklist CSCPadova/wav2taste/src/wav2taste/extract.py found in paper text by Syntology ran Apache-2.0 (permissive) · e2e1dccbe11d94bd · report
layered_cache_exists CSCPadova/wav2taste/src/wav2taste/cache.py found in paper text by Syntology ran Apache-2.0 (permissive) · 976638ceb6fdbdaf · report
linear_cka CSCPadova/wav2taste/src/wav2taste/cka.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · f8e3dded91f57f34 · report
load_genre_title_to_top_level CSCPadova/wav2taste/src/wav2taste/fma.py found in paper text by Syntology ran Apache-2.0 (permissive) · 01df71e9472323b6 · report
pairwise_cka CSCPadova/wav2taste/src/wav2taste/cka.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4bf722e4e83ebff7 · report
resolve_genre_top_level CSCPadova/wav2taste/src/wav2taste/fma.py found in paper text by Syntology ran Apache-2.0 (permissive) · b668d890ae746ef1 · report
shard_dir CSCPadova/wav2taste/src/wav2taste/fma_cache.py found in paper text by Syntology ran Apache-2.0 (permissive) · edd802873ffa0ac2 · report
shard_path CSCPadova/wav2taste/src/wav2taste/fma_cache.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2dc48457341d6fbf · report
load_manifest CSCPadova/wav2taste/src/wav2taste/extract.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eb311ca4dcb7ed54 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.03296, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

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