TL;DR
Evaluating text-to-music (TTM) systems is costly due to reliance on human scores for music impression (MI) and text alignment (TA). DeRA-MOS is a new framework that uses a batch-aware listwise ranking loss for MI and a score-anchored modality alignment loss for TA.
✦ Why It Matters
Engineers can leverage DeRA-MOS to enhance the efficiency and accuracy of TTM system evaluations.
Key Takeaways
Full Summary
Evaluating text-to-music (TTM) systems typically requires human assessments, making it expensive and time-consuming. Existing automatic mean opinion score (MOS) estimators often use point-wise regression, which does not effectively optimize for rank-based metrics.
To address this, DeRA-MOS was developed as a decoupled optimization framework that includes a batch-aware listwise ranking loss for music impression (MI) and a score-anchored modality alignment loss for text alignment (TA). The listwise ranking loss focuses on the relative order of scores within mini-batches, aligning better with Spearman's rank correlation coefficient (SRCC).
The modality alignment loss helps map human scores to audio-text similarity, improving coherence between modalities. Experiments on MusicEval showed substantial improvements in MI and TA ranking metrics, indicating that DeRA-MOS establishes a robust method for large-scale TTM evaluation.
This advancement can streamline the evaluation process in audio and AI research.
Related