paper-with-me

홈 › Papers

Emotion-Driven Melody Harmonization via Melodic Variation and Functional Representation

2024-07-29 · Jingyue Huang, Yi-Hsuan Yang

Emotion-driven melody harmonization aims to generate diverse harmonies for a single melody to convey desired emotions. Previous research found it hard to alter the perceived emotional valence of lead sheets only by harmonizing the same melody with different chords, which may be attributed to the constraints imposed by the melody itself and the limitation of existing music representation. In this paper, we propose a novel functional representation for symbolic music. This new method takes musical keys into account, recognizing their significant role in shaping music's emotional character through major-minor tonality. It also allows for melodic variation with respect to keys and addresses the problem of data scarcity for better emotion modeling. A Transformer is employed to harmonize key-adaptable melodies, allowing for keys determined in rule-based or model-based manner. Experimental results confirm the effectiveness of our new representation in generating key-aware harmonies, with objective and subjective evaluations affirming the potential of our approach to convey specific valence for versatile melody.

📄 PDF Abstract BibTeX arXiv:2407.20176

Code (1)

yuer867/emo_harmonizer 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Pay (Cross) Attention to the Melody: Curriculum Masking for Single-Encoder Melodic Harmonization

2026-01-22 · Maximos Kaliakatsos-Papakostas, Dimos Makris, Konstantinos Soiledis, Konstantinos-Theodoros Tsamis 외 arxiv

Melodic harmonization, the task of generating harmonic accompaniments for a given melody, remains a central challenge in computational music generation. Recent single encoder transformer approaches have framed harmonizat…

Music Generation

Emotion-Conditioned Melody Harmonization with Hierarchical Variational Autoencoder

2023-06-06 · Shulei Ji, Xinyu Yang

Existing melody harmonization models have made great progress in improving the quality of generated harmonies, but most of them ignored the emotions beneath the music. Meanwhile, the variability of harmonies generated by…

MelodySim: Measuring Melody-aware Music Similarity for Plagiarism Detection

2025-05-27 · Tongyu Lu, Charlotta-Marlena Geist, Jan Melechovsky, Abhinaba Roy 외

We propose MelodySim, a melody-aware music similarity model and dataset for plagiarism detection. First, we introduce a novel method to construct a dataset with focus on melodic similarity. By augmenting Slakh2100; an ex…

Triplet

Impact of Intervals on the Emotional Effect in Western Music

2018-12-10 · Cengiz Kaygusuz, Julian Zuluaga

Every art form ultimately aims to invoke an emotional response over the audience, and music is no different. While the precise perception of music is a highly subjective topic, there is an agreement in the "feeling" of a…

MelodyVis: Visual Analytics for Melodic Patterns in Sheet Music

2024-07-07 · Matthias Miller, Daniel Fürst, Maximilian T. Fischer, Hanna Hauptmann 외

Manual melody detection is a tedious task requiring high expertise level, while automatic detection is often not expressive or powerful enough. Thus, we present MelodyVis, a visual application designed in collaboration w…