paper-with-me

홈 › Papers

Structure-Enhanced Pop Music Generation via Harmony-Aware Learning

2021-09-14 · Xueyao Zhang, Jinchao Zhang, Yao Qiu, Li Wang, Jie zhou

Pop music generation has always been an attractive topic for both musicians and scientists for a long time. However, automatically composing pop music with a satisfactory structure is still a challenging issue. In this paper, we propose to leverage harmony-aware learning for structure-enhanced pop music generation. On the one hand, one of the participants of harmony, chord, represents the harmonic set of multiple notes, which is integrated closely with the spatial structure of music, the texture. On the other hand, the other participant of harmony, chord progression, usually accompanies the development of the music, which promotes the temporal structure of music, the form. Moreover, when chords evolve into chord progression, the texture and form can be bridged by the harmony naturally, which contributes to the joint learning of the two structures. Furthermore, we propose the Harmony-Aware Hierarchical Music Transformer (HAT), which can exploit the structure adaptively from the music, and make the musical tokens interact hierarchically to enhance the structure in multi-level musical elements. Experimental results reveal that compared to the existing methods, HAT owns a much better understanding of the structure and it can also improve the quality of generated music, especially in the form and texture.

📄 PDF Abstract BibTeX arXiv:2109.06441

Code (1)

rmsnow/hat 공식 구현 pytorch

Tasks

FormMusic Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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$…

Similar Papers 제목 키워드 기반

Choir Transformer: Generating Polyphonic Music with Relative Attention on Transformer

2023-08-01 · Jiuyang Zhou, Hong Zhu, Xingping Wang

Polyphonic music generation is still a challenge direction due to its correct between generating melody and harmony. Most of the previous studies used RNN-based models. However, the RNN-based models are hard to establish…

Music GenerationRhythm

An Agent-Based Framework for Automated Higher-Voice Harmony Generation

2025-09-29 · Nia D'Souza Ganapathy, Arul Selvamani Shaja arxiv

The generation of musically coherent and aesthetically pleasing harmony remains a significant challenge in the field of algorithmic composition. This paper introduces an innovative Agentic AI-enabled Higher Harmony Music…

PopMAG: Pop Music Accompaniment Generation

2020-08-18 · Yi Ren, Jinzheng He, Xu Tan, Tao Qin 외

In pop music, accompaniments are usually played by multiple instruments (tracks) such as drum, bass, string and guitar, and can make a song more expressive and contagious by arranging together with its melody. Previous w…

Music Modeling

A-Muze-Net: Music Generation by Composing the Harmony based on the Generated Melody

2021-11-25 · Or Goren, Eliya Nachmani, Lior Wolf

We present a method for the generation of Midi files of piano music. The method models the right and left hands using two networks, where the left hand is conditioned on the right hand. This way, the melody is generated …

Music Generation

What is missing in deep music generation? A study of repetition and structure in popular music

2022-09-01 · Shuqi Dai, Huiran Yu, Roger B. Dannenberg

Structure is one of the most essential aspects of music, and music structure is commonly indicated through repetition. However, the nature of repetition and structure in music is still not well understood, especially in …

Information RetrievalMusic GenerationMusic Information RetrievalRetrieval+1