paper-with-me

Papers

Chord Generation from Symbolic Melody Using BLSTM Networks

2017-12-04 · Hyungui Lim, Seungyeon Rhyu, Kyogu Lee

Generating a chord progression from a monophonic melody is a challenging problem because a chord progression requires a series of layered notes played simultaneously. This paper presents a novel method of generating chord sequences from a symbolic melody using bidirectional long short-term memory (BLSTM) networks trained on a lead sheet database. To this end, a group of feature vectors composed of 12 semitones is extracted from the notes in each bar of monophonic melodies. In order to ensure that the data shares uniform key and duration characteristics, the key and the time signatures of the vectors are normalized. The BLSTM networks then learn from the data to incorporate the temporal dependencies to produce a chord progression. Both quantitative and qualitative evaluations are conducted by comparing the proposed method with the conventional HMM and DNN-HMM based approaches. Proposed model achieves 23.8% and 11.4% performance increase from the other models, respectively. User studies further confirm that the chord sequences generated by the proposed method are preferred by listeners.

📄 PDF Abstract BibTeX arXiv:1712.01011

Code (2)

nprabala/Mixtape pytorch
sander-wood/chord_generation tf

Similar Papers 제목 키워드 기반

D3PIA: A Discrete Denoising Diffusion Model for Piano Accompaniment Generation From Lead sheet

2026-02-03 · Eunjin Choi, Hounsu Kim, Hayeon Bang, Taegyun Kwon 외 arxiv

Generating piano accompaniments in the symbolic music domain is a challenging task that requires producing a complete piece of piano music from given melody and chord constraints, such as those provided by a lead sheet. …

MidiNet: A Convolutional Generative Adversarial Network for Symbolic-domain Music Generation

2017-03-31 · Li-Chia Yang, Szu-Yu Chou, Yi-Hsuan Yang

Most existing neural network models for music generation use recurrent neural networks. However, the recent WaveNet model proposed by DeepMind shows that convolutional neural networks (CNNs) can also generate realistic m…

Generative Adversarial NetworkMusic Generation

Chord-Conditioned Melody Harmonization with Controllable Harmonicity

2022-02-17 · Shangda Wu, Xiaobing Li, Maosong Sun

Melody harmonization has long been closely associated with chorales composed by Johann Sebastian Bach. Previous works rarely emphasised chorale generation conditioned on chord progressions, and there has been a lack of f…

A Statistical Model for Melody Reduction

2021-05-12 · Tianxue Hu, Claire Arthur

A commonly-cited reason for the poor performance of automatic chord estimation (ACE) systems within music information retrieval (MIR) is that non-chord tones (i.e., notes outside the supporting harmony) contribute to err…

Information RetrievalmodelMusic Information RetrievalPosition+1

Incorporating Structure and Chord Constraints in Symbolic Transformer-based Melodic Harmonization

2025-12-08 · Maximos Kaliakatsos-Papakostas, Konstantinos Soiledis, Theodoros Tsamis, Dimos Makris 외 arxiv

Transformer architectures offer significant advantages regarding the generation of symbolic music; their capabilities for incorporating user preferences toward what they generate is being studied under many aspects. This…