tatsuropfgt / papers

read paper memo
0 stars 0 forks source link

MELONS: generating melody with long-term structure using transformers and structure graph #22

Open tatsuropfgt opened 1 year ago

tatsuropfgt commented 1 year ago

MELONS: generating melody with long-term structure using transformers and structure graph [ICASSP22]

Abstract

Method

スクリーンショット 2023-10-31 13 53 27

from the above melody, the structure extraction module generates the following relation structure graph

スクリーンショット 2023-10-31 13 54 39

then using the above graph, 3 generation module is trained

These models are implemented on the linear transformer model

スクリーンショット 2023-10-31 13 55 16

when generation, the Structure Generation Module first generates the structure graphs. next, the Unconditional/Conditional Melody Generation Module generates the melody in one bar. these steps are repeated(Auto-refression).

tatsuropfgt commented 10 months ago

memo

One bar can have only 1 relation