Zing Forum

Reading

In-depth Analysis of Music Emotion Recognition: Evolution of Multimodal Technologies from CNN to Transformer

A comprehensive review of deep learning technologies in the field of Music Emotion Recognition (MER), covering discrete and dimensional emotion models, audio and lyric feature extraction, CNN, BiLSTM, Transformer, and multimodal fusion methods, revealing how AI understands emotional expressions in music.

音乐情感识别MER深度学习CNNBiLSTMTransformer多模态情感计算音频处理
Published 2026-05-25 00:11Recent activity 2026-05-25 00:21Estimated read 6 min
In-depth Analysis of Music Emotion Recognition: Evolution of Multimodal Technologies from CNN to Transformer
1

Section 01

[Introduction] Music Emotion Recognition: How Can AI Understand the Joy, Anger, Sorrow, and Pleasure in Music?

Music Emotion Recognition (MER) is an interdisciplinary field that combines music information retrieval, signal processing, machine learning, and psychology. Based on an open-source review on GitHub, this article systematically sorts out the applications of deep learning in MER, covering emotion modeling, feature extraction, architecture evolution (CNN/BiLSTM/Transformer), multimodal fusion, challenges, and applications, providing readers with a panoramic guide.

2

Section 02

Background: Fundamentals of Emotion Modeling and Feature Extraction

Emotion Modeling

  • Discrete Model: Divided into mutually exclusive categories such as happiness, sadness, anger, etc. It is intuitive but difficult to describe mixed emotions
  • Dimensional Model: Valence-arousal 2D space, capturing emotional gradients (e.g., high arousal + high valence = excitement)

Feature Extraction

  • Traditional Handcrafted Features: Mel spectrogram, MFCC, rhythm (BPM), timbre (spectral centroid), harmonic features
  • Deep Features: CNN automatically extracts hierarchical audio features from Mel spectrograms
3

Section 03

Methods: Architectural Innovations from CNN to Transformer

CNN

Treat Mel spectrograms as images to capture local patterns (e.g., chord shapes). Small convolution kernels + deep networks yield better results

BiLSTM

Models temporal dependencies, captures past/future context bidirectionally, suitable for judging phrase-level emotions

Transformer

Self-attention mechanism processes long-distance dependencies in parallel, capturing melodic echoes

Hybrid Architecture

CNN front-end extracts local features + Transformer back-end models global structure, achieving optimal performance

4

Section 04

Evidence: Multimodal Fusion and Dataset Support

Multimodal Fusion

  • Audio Modality: Acoustic cues (melody/harmony/vocals)
  • Text Modality: Lyric sentiment polarity (semantic representations generated by BERT)
  • Fusion Strategies: Early (feature concatenation), late (decision fusion), attention fusion

Common Datasets

DEAM (Dynamic Emotion Annotation), RAVDESS (controlled experiments), EmoMusic (pop songs), CH-818 (Chinese)

Evaluation Metrics

MSE/R² for dimensional models, accuracy/F1-score for discrete models

5

Section 05

Challenges: Current Bottlenecks and Future Directions

  • Subjectivity: Emotional perception varies from person to person; need to model diversity
  • Cultural Differences: Existing datasets are mainly Western; cross-cultural models need development
  • Fine-grained Emotions: Difficult to identify subtle states like nostalgia/awe
  • Real-time Processing: Need to improve model efficiency to support recommendation/adaptive scenarios
  • Interpretability: The black-box decision process of deep learning needs transparency
6

Section 06

Applications: Commercial Value and Scenarios of MER Technology

  • Music Recommendation: Emotion-matched recommendations (e.g., focus/boosting spirit)
  • Automatic Generation: Guide AI composition (game/film soundtracks)
  • Music Therapy: Assist in selecting therapeutic music and quantifying effects
  • Copyright Management: Classify music libraries by emotion
  • Affective Computing: Combine with facial/voice data to fully understand user emotions
7

Section 07

Conclusion: Past, Present, and Future of MER

MER is a bridge between AI and humanities/art, progressing rapidly from handcrafted features to multimodal fusion. The open-source review provides a systematic framework; future multimodal large models/self-supervised learning will promote more delicate emotional perception. Entry suggestions: Reproduce classic papers, explore multimodal/cross-cultural topics, and deeply explore the essence of human emotions.