Paper
GaMMA: Towards Joint Global-Temporal Music Understanding in Large Multimodal Models
- Authors: Zuyao You, Zhesong Yu, Mingyu Liu, Bilei Zhu
- arXiv: 2605.00371 | 2026-04-29
- Global: style, genre, emotion, atmosphere, overall structure
- Temporal: melodic progression, harmonic changes, rhythmic development, dynamic evolution
- Temporal encoders capture melody, rhythm, and dynamics over time — how the music unfolds
- Non-temporal encoders capture holistic features — style and emotion
- MoE dynamically selects the most suitable encoder(s) per task
- Inherits the encoder–decoder design of LLaVA
- Cross-modal learning: music → language, enabling question answering about music
- Global + temporal understanding is unified, not separated — the two reinforce each other
- Music captioning, style recognition, emotion analysis, structure analysis, instrument identification
- Global-only models lack detail: they know it's "sad jazz" but miss how the sadness unfolds narratively
- Temporal-only models lack context: they track note changes but cannot judge overall style
- GaMMA's advantage: sees both the forest and the trees; temporal changes are interpreted within global context, tasks share representations, and knowledge transfers across tasks for better generalization
The Problem: AI That Hears Notes but Not Music
Existing music AI can recognize notes, chords, and detect beats — but it typically fails to answer: What is the emotion of the song? Is it jazz or rock? Is the structure verse-chorus? How does the musical narrative unfold?
Music understanding has two dimensions:
Both must be understood together.
The GaMMA Approach
Core idea: Fuse temporal and non-temporal audio encoders via a Mixture-of-Experts (MoE) design for comprehensive music understanding.
1. Multi-encoder fusion
2. LLaVA-style architecture
3. Joint understanding
4. Multi-task capability
Why Joint Global + Temporal Understanding Wins
Takeaways
If you're building music AI or multimodal systems, ask:
1. Does my model understand both global and temporal aspects? 2. Can MoE effectively fuse different feature types? 3. Is cross-modal learning (music → language) fully exploited? 4. Does multi-task learning improve generalization?
As Feynman suggested, knowing the name of something is not the same as understanding it. Music is structure in time — melody unfolds and emotion accumulates over time. GaMMA's joint grasp of "overall structure" and "temporal unfolding" points toward genuine music understanding: not just a music analyzer, but a music connoisseur.