issues
search
tatsuropfgt
/
papers
read paper memo
0
stars
0
forks
source link
Controllable deep melody generation via hierarchical music structure representation
#24
Open
tatsuropfgt
opened
1 year ago
tatsuropfgt
commented
1 year ago
Controllable deep melody generation via hierarchical music structure representation [
ISMIR21
]
Abstract
music framework generates rhythm and basic melody using two separate transformer-based networks
then, generate the melody conditioned on the basic melody, rhythm, and chords
Background
Deep learning for music generation has three problems
modeling large music structures and multiple levels of repetition
controllability to match music to condition
scarcity of training data
Method
hierarchical structure in the music framework
Basic melody, the most common pitch in each 2-beat, segment is generated by the original melody
in phrase-level music, they first generate a basic melody and basic rhythm form
then, generate the rhythm using the basic rhythm form
finally, generate a new melody given the basic melody, rhythm, and chords copied from the input song
melody. basic melody and rhythmic pattern are generated by the Transformer-LSTM network
tatsuropfgt
commented
1 year ago
demo
Controllable deep melody generation via hierarchical music structure representation [ISMIR21]
Abstract
Background
Deep learning for music generation has three problems
Method