Interactive Music Generation with Positional Constraints using Anticipation-RNNs
This enables interactive and creative music generation for users, though it is incremental as it builds on existing RNN methods.
The paper tackled the problem of limited user control in RNN-based music generation by introducing Anticipation-RNN, which enforces user-defined positional constraints, and demonstrated its efficiency by generating melodies in the style of Bach chorales with sampling complexity comparable to traditional RNNs.
Recurrent Neural Networks (RNNS) are now widely used on sequence generation tasks due to their ability to learn long-range dependencies and to generate sequences of arbitrary length. However, their left-to-right generation procedure only allows a limited control from a potential user which makes them unsuitable for interactive and creative usages such as interactive music generation. This paper introduces a novel architecture called Anticipation-RNN which possesses the assets of the RNN-based generative models while allowing to enforce user-defined positional constraints. We demonstrate its efficiency on the task of generating melodies satisfying positional constraints in the style of the soprano parts of the J.S. Bach chorale harmonizations. Sampling using the Anticipation-RNN is of the same order of complexity than sampling from the traditional RNN model. This fast and interactive generation of musical sequences opens ways to devise real-time systems that could be used for creative purposes.