SDMMASNov 11, 2018

PerformanceNet: Score-to-Audio Music Generation with Multi-Band Convolutional Residual Network

arXiv:1811.04357v138 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of creating expressive audio from scores for musicians and AI applications, though it is incremental as it builds on existing score-to-audio mapping methods.

The paper tackles the problem of generating realistic music audio from musical scores, which lacks performance-level details, by proposing PerformanceNet, a deep convolutional model that maps piano rolls to spectrograms. The model, trained on violin, cello, and flute clips, achieved higher mean opinion scores in naturalness and emotional expressivity compared to a WaveNet-based model and commercial sound libraries.

Music creation is typically composed of two parts: composing the musical score, and then performing the score with instruments to make sounds. While recent work has made much progress in automatic music generation in the symbolic domain, few attempts have been made to build an AI model that can render realistic music audio from musical scores. Directly synthesizing audio with sound sample libraries often leads to mechanical and deadpan results, since musical scores do not contain performance-level information, such as subtle changes in timing and dynamics. Moreover, while the task may sound like a text-to-speech synthesis problem, there are fundamental differences since music audio has rich polyphonic sounds. To build such an AI performer, we propose in this paper a deep convolutional model that learns in an end-to-end manner the score-to-audio mapping between a symbolic representation of music called the piano rolls and an audio representation of music called the spectrograms. The model consists of two subnets: the ContourNet, which uses a U-Net structure to learn the correspondence between piano rolls and spectrograms and to give an initial result; and the TextureNet, which further uses a multi-band residual network to refine the result by adding the spectral texture of overtones and timbre. We train the model to generate music clips of the violin, cello, and flute, with a dataset of moderate size. We also present the result of a user study that shows our model achieves higher mean opinion score (MOS) in naturalness and emotional expressivity than a WaveNet-based model and two commercial sound libraries. We open our source code at https://github.com/bwang514/PerformanceNet

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes