You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I found two new representations for symbolic music generation.
But using their open source code is not as easy as using muspy.
I hope that these two representations could be added to muspy's built-in representations.
For chord events in REMI, there is a way to recognize chords from midi, offered in compound-word-transformer
They uses their open source library chorder to recognize chord events, and also offers an example of processing the dataset they used in their experiment.
But their is also one problem for their code. It could only recognize 60 kinds of chords, which is not enough, especially for classical music.
And in my own experiment, I found that the chord event can really help the model to understand chord, and to generate music with more precise chords. But limit the number of chords used in generation under 60(in fact, only a part of them).I think adding recognizable chord types may help.
Recently, I found two new representations for symbolic music generation.
But using their open source code is not as easy as using muspy.
I hope that these two representations could be added to muspy's built-in representations.
REMI
https://ailabs.tw/human-interaction/pop-music-transformer/
The MIDI-like representation is actually the event-based representation in muspy
And of course, the REMI representation got beter performance in their paper
Compound Words
https://ailabs.tw/human-interaction/compound-word-transformer-generate-pop-piano-music-of-full-song-length/
The Compound Words representation further improves the REMI representation.
The most import point I think is that, Compound Words representation makes the sequence much shorter.
And this makes it posible for attention window to cover the whole sequence.
The text was updated successfully, but these errors were encountered: