{(content of the melody context), (content of the related bar), [relation type],(content of the target bar)}
These models are implemented on the linear transformer model
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).
MELONS: generating melody with long-term structure using transformers and structure graph [ICASSP22]
Abstract
Method
from the above melody, the structure extraction module generates the following relation structure graph
then using the above graph, 3 generation module is trained
These models are implemented on the linear transformer model
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).