paper-with-me

홈 › Papers

Differential Music: Automated Music Generation Using LSTM Networks with Representation Based on Melodic and Harmonic Intervals

2021-08-23 · Hooman Rafraf

This paper presents a generative AI model for automated music composition with LSTM networks that takes a novel approach at encoding musical information which is based on movement in music rather than absolute pitch. Melodies are encoded as a series of intervals rather than a series of pitches, and chords are encoded as the set of intervals that each chord note makes with the melody at each timestep. Experimental results show promise as they sound musical and tonal. There are also weaknesses to this method, mainly excessive modulations in the compositions, but that is expected from the nature of the encoding. This issue is discussed later in the paper and is a potential topic for future work.

📄 PDF Abstract BibTeX arXiv:2108.10449

Code (0)

등록된 구현이 없습니다.

Tasks

Music Generation

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

JamBot: Music Theory Aware Chord Based Generation of Polyphonic Music with LSTMs

2017-11-21 · Gino Brunner, Yuyi Wang, Roger Wattenhofer, Jonas Wiesendanger

We propose a novel approach for the generation of polyphonic music based on LSTMs. We generate music in two steps. First, a chord LSTM predicts a chord progression based on a chord embedding. A second LSTM then generates…

LSTM Networks for Music Generation

2020-06-16 · Xin Xu

The paper presents a method of the music generation based on LSTM (Long Short-Term Memory), contrasts the effects of different network structures on the music generation and introduces other methods used by some research…

Music Generation

Attentional networks for music generation

2020-02-06 · Gullapalli Keerti, A N Vaishnavi, Prerana Mukherjee, A Sree Vidya 외

Realistic music generation has always remained as a challenging problem as it may lack structure or rationality. In this work, we propose a deep learning based music generation method in order to produce old style music …

Music Generation

A Novel Bi-LSTM And Transformer Architecture For Generating Tabla Music

2024-04-06 · Roopa Mayya, Vivekanand Venkataraman, Anwesh P R, Narayana Darapaneni

Introduction: Music generation is a complex task that has received significant attention in recent years, and deep learning techniques have shown promising results in this field. Objectives: While extensive work has been…

Music Generation

Composing Music with Grammar Argumented Neural Networks and Note-Level Encoding

2016-11-16 · Zheng Sun, Jiaqi Liu, Zewang Zhang, Jingwen Chen 외

Creating aesthetically pleasing pieces of art, including music, has been a long-term goal for artificial intelligence research. Despite recent successes of long-short term memory (LSTM) recurrent neural networks (RNNs) i…

Music Generation