🤖 AI Summary
Music Emotion Recognition (MER) faces two key challenges: (1) limited scale of publicly available datasets, and (2) prevalent segment-level labeling strategies that uniformly inherit the global track-level emotion label to all constituent segments—ignoring emotion’s temporal dynamics and thereby introducing severe label noise and overfitting. To address these issues, we propose a semi-supervised self-training framework explicitly designed for music’s time-varying emotional characteristics. Our approach introduces, for the first time, a segment-level self-training denoising mechanism: without requiring additional annotations, it dynamically evaluates label confidence and selects reliable samples to automatically identify and discard erroneous segment-level labels. The method integrates segment-level feature modeling with iterative pseudo-label refinement. Evaluated on three benchmark public datasets, it achieves state-of-the-art (SOTA) or competitive performance, significantly improving accuracy and generalization robustness—particularly in low-data regimes.
📝 Abstract
Music emotion recognition (MER) aims to identify the emotions conveyed in a given musical piece. However, currently, in the field of MER, the available public datasets have limited sample sizes. Recently, segment-based methods for emotion-related tasks have been proposed, which train backbone networks on shorter segments instead of entire audio clips, thereby naturally augmenting training samples without requiring additional resources. Then, the predicted segment-level results are aggregated to obtain the entire song prediction. The most commonly used method is that the segment inherits the label of the clip containing it, but music emotion is not constant during the whole clip. Doing so will introduce label noise and make the training easy to overfit. To handle the noisy label issue, we propose a semi-supervised self-learning (SSSL) method, which can differentiate between samples with correct and incorrect labels in a self-learning manner, thus effectively utilizing the augmented segment-level data. Experiments on three public emotional datasets demonstrate that the proposed method can achieve better or comparable performance.