SDLGASDec 1, 2021

Semi-supervised music emotion recognition using noisy student training and harmonic pitch class profiles

arXiv:2112.00702v25 citations
Originality Synthesis-oriented
AI Analysis

This work addresses music emotion tagging for applications like music recommendation, but it is incremental as it adapts existing methods to a specific domain.

The paper tackled music emotion recognition by experimenting with semi-supervised noisy student training and harmonic pitch class profiles, finding that noisy student training improved results only for long input lengths and that ensembling different temporal resolutions significantly boosted tagging performance.

We present Mirable's submission to the 2021 Emotions and Themes in Music challenge. In this work, we intend to address the question: can we leverage semi-supervised learning techniques on music emotion recognition? With that, we experiment with noisy student training, which has improved model performance in the image classification domain. As the noisy student method requires a strong teacher model, we further delve into the factors including (i) input training length and (ii) complementary music representations to further boost the performance of the teacher model. For (i), we find that models trained with short input length perform better in PR-AUC, whereas those trained with long input length perform better in ROC-AUC. For (ii), we find that using harmonic pitch class profiles (HPCP) consistently improve tagging performance, which suggests that harmonic representation is useful for music emotion tagging. Finally, we find that noisy student method only improves tagging results for the case of long training length. Additionally, we find that ensembling representations trained with different training lengths can improve tagging results significantly, which suggest a possible direction to explore incorporating multiple temporal resolutions in the network architecture for future work.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes