CoolFace
Datasetpublic

jiahaomei/MUSE-VA

MUSE-VA Dataset English | 中文 MUSE-VA (Multimodal MUSic Emotion Dataset with Balanced VA) is a large-scale multimodal music emotion dataset designed for music emotion understanding, emotion-controllable music generation, and cross-modal affective modeling. The dataset starts from target coordinates sampled in the continuous Valence-Arousal (VA) space and uses a five-stage LLM agent pipeline with affective and musical knowledge injection to construct music, text, images, and… See the full description on the dataset page: https://huggingface.co/datasets/jiahaomei/MUSE-VA.

sourceHugging Facecc-by-nc-4.0updated 2mo agoView on Hugging Face
1likes402downloads
Dataset Card

MUSE-VA Dataset

![arXiv]() ![huggingface dataset](https://huggingface.co/datasets/jiahaomei/MUSE-VA) ![Web Demo](https://nieeim.github.io/MUSE-VA/) ![GitHub](https://github.com/NieeiM/MUSE-VA-Pipeline)

**English** | **中文**

MUSE-VA (Multimodal MUSic Emotion Dataset with Balanced VA) is a large-scale multimodal music emotion dataset designed for music emotion understanding, emotion-controllable music generation, and cross-modal affective modeling. The dataset starts from target coordinates sampled in the continuous Valence-Arousal (VA) space and uses a five-stage LLM agent pipeline with affective and musical knowledge injection to construct music, text, images, and structured annotations, thereby actively controlling the coverage of the emotion space.

The dataset contains 6,254 music samples. Each sample provides continuous VA annotations, a discrete music emotion label, music metadata, text descriptions, and a one-to-one paired image. MUSE-VA can support research on music emotion recognition, music emotion regression, emotion-conditioned music generation, music-image cross-modal retrieval, image-to-music generation, music-to-image generation, and related affective computing tasks.

The LLM-generated textual annotation is used to generate two matched music-image pairs, which are stored as separate data entries. Entries sharing the same textual annotation do not appear across different dataset splits.

Validated through human subjective experiments, the two discrete emotion labels Annoying and Indignant/defiant showed relatively weak agreement with human judgments and should be used with caution.

Dataset Highlights

  • —Large-scale music data: 6,254 music samples.
  • —Balanced VA coverage: target emotion coordinates are sampled from the continuous VA space to improve emotion-space coverage.
  • —Multi-granularity emotion annotations: each sample includes continuous valence/arousal values and a discrete emotion label.
  • —Multimodal content: each sample includes audio, a paired image, a music caption, music tags, visual imagery, and visual tags.
  • —Structured music attributes: metadata include genre, instrumentation, tempo, key, and composition notes.
  • —Consistency verification: each sample includes a cross-modal and affective consistency result with an explanatory reason.

Recommended Uses

MUSE-VA can be used for:

  • —music emotion recognition and continuous VA regression
  • —discrete music emotion classification
  • —emotion-controllable music generation
  • —text-conditioned music generation
  • —image-conditioned music generation
  • —music-image semantic and affective matching
  • —cross-modal affective representation learning
  • —affective computing applications such as music recommendation, music-therapy support, and human-computer interaction

Fields

Each row in the Hugging Face dataset corresponds to one music sample with its paired image, text annotations, emotion annotations, and consistency verification result. The released dataset contains the following fields:

FieldType / ContentDescription
idstringUnique sample identifier. It consists of two UUIDs in the format xx__yy; entries with the same xx share the same textual annotation. At most two data entries share the same textual annotation, and such entries do not appear across different splits.
audioAudioMusic audio for the current sample.
imageImageOne-to-one paired image for the current music sample.
genrestringMusic genre.
lead_instrumentsstring listLead instruments in the music.
supporting_instrumentsstring listSupporting instruments that describe accompaniment, rhythm, timbre, or arrangement layers.
tempoint64Music tempo in BPM.
keystringMusical key or mode, such as C Minor or E Minor.
composition_notesstringComposition notes explaining the relationship among genre, instruments, tempo, key, emotion target, and musical design.
themestringTheme word related to the target emotion, used as a semantic anchor.
emotionstringDiscrete music emotion label, such as Anxious, tense or Energizing, pump-up.
valencefloat64Continuous valence annotation, indicating affective pleasantness or polarity. Higher values generally indicate more positive emotion. Range: [1, 9].
arousalfloat64Continuous arousal annotation, indicating affective activation or energy intensity. Higher values generally indicate higher energy. Range: [1, 9].
innovationstringInnovation level, such as low, medium, or high, used to control conventionality or novelty during music attribute generation.
music_captionstringFull music caption describing genre, instruments, rhythm, emotional atmosphere, and listening characteristics.
music_tagsstringComma-separated music tags describing genre, emotion, instruments, tempo, key, and sonic characteristics.
visual_imagerystringVisual imagery corresponding to the music emotion and theme; usually more narrative than the final image prompt.
visual_tagsstringComma-separated visual tags summarizing scene, objects, colors, atmosphere, composition, and affective cues.
visual_captionstringFull visual description or image-generation prompt for the paired image.
consistency_resultboolConsistency check result indicating whether the sample passes cross-modal and affective consistency verification.
consistency_reasonstringExplanation of the consistency check, describing how the VA coordinates, discrete emotion, music attributes, music description, and visual imagery align.

Data Source and Generation Pipeline

MUSE-VA is constructed through a traceable synthetic data generation pipeline:

  1. 1.Sample target emotion coordinates from the continuous VA space.
  2. 2.Map VA coordinates to a discrete emotion label and a theme word based on ANEW and the Cowen music emotion dataset.
  3. 3.Generate structured music attributes from the emotion, theme, and musical knowledge.
  4. 4.Generate a music caption and music tags.
  5. 5.Generate visual imagery, visual tags, and an image description corresponding to the music emotion.
  6. 6.Verify consistency among the VA coordinates, emotion label, music attributes, music description, and visual imagery.
  7. 7.Keep samples that pass the consistency check in the final dataset. The same textual annotation is used to generate two matched music-image pairs, which are stored as separate data entries.

Text descriptions, music attributes, and consistency checks were generated with Gemini 2.5 Pro. Music audio was generated with Suno v5. Paired images were generated with Qwen-Image-2512.

Dataset Splits

MUSE-VA is randomly split into training, validation, and test sets with an 80%/10%/10% ratio. One LLM-generated textual annotation is used to generate two matched music-image pairs. Because some generations may fail, the validation and test splits are not necessarily even-numbered.

SplitSamples
Train5,004
Validation625
Test625

License

The textual annotations, audio files, and image files in MUSE-VA are released under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).

This license allows sharing, use, and adaptation for non-commercial purposes, provided that appropriate attribution is given and changes are indicated. Commercial use of the dataset is not permitted without additional authorization.

The data construction pipeline and associated LLM prompts are released under the Apache License 2.0 to support reproducible research and further extension.

Citation

If you use MUSE-VA in your research, please cite the corresponding paper.

bibtex
@article{museva,
  title   = {MUSE-VA: A Large-Scale Synthetic Multimodal Dataset for Music Emotion Understanding and Generation},
  author  = {Mei, Jiahao and Yuan, Yixuan and Gu, Haoyu and Li, Shimeng and Jin, Leyuan and Wu, Mengyue and Ding, Yue},
  journal = {},
  year    = {2026}
}

Notes

  • —MUSE-VA is a synthetic multimodal dataset. Audio, images, and some textual annotations may reflect the preferences and limitations of the generative models used during construction.
  • —Music emotion perception is subjective. Cultural background, listening experience, and individual affective state may influence how listeners perceive the same music.
  • —Additional human verification is recommended for high-risk applications or user-facing deployments.
  • —Human evaluation results are reported in the paper. The two discrete emotion labels Annoying and Indignant/defiant show relatively weak agreement with human listeners and should be used with caution.