English

MuQ-Eval: An Open-Source Per-Sample Quality Metric for AI Music Generation Evaluation

Artificial Intelligence 2026-03-25 v1 Sound

Abstract

Distributional metrics such as Fr\'echet Audio Distance cannot score individual music clips and correlate poorly with human judgments, while the only per-sample learned metric achieving high human correlation is closed-source. We introduce MUQ-EVAL, an open-source per-sample quality metric for AIgenerated music built by training lightweight prediction heads on frozen MuQ-310M features using MusicEval, a dataset of generated clips from 31 text-to-music systems with expert quality ratings. Our simplest model, frozen features with attention pooling and a two-layer MLP, achieves system-level SRCC = 0.957 and utterance-level SRCC = 0.838 with human mean opinion scores. A systematic ablation over training objectives and adaptation strategies shows that no addition meaningfully improves the frozen baseline, indicating that frozen MuQ representations already capture quality-relevant information. Encoder choice is the dominant design factor, outweighing all architectural and training decisions. LoRA-adapted models trained on as few as 150 clips already achieve usable correlation, enabling personalized quality evaluators from individual listener annotations. A controlled degradation analysis reveals selective sensitivity to signal-level artifacts but insensitivity to musical-structural distortions. Our metric, MUQ-EVAL, is fully open-source, outperforms existing open per-sample metrics, and runs in real time on a single consumer GPU. Code, model weights, and evaluation scripts are available at https://github.com/dgtql/MuQ-Eval.

Keywords

Cite

@article{arxiv.2603.22677,
  title  = {MuQ-Eval: An Open-Source Per-Sample Quality Metric for AI Music Generation Evaluation},
  author = {Di Zhu and Zixuan Li},
  journal= {arXiv preprint arXiv:2603.22677},
  year   = {2026}
}

Comments

10 Pages, 6 figures

R2 v1 2026-07-01T11:34:37.463Z