ASSDMay 30, 2019

Musical Composition Style Transfer via Disentangled Timbre Representations

arXiv:1905.13567v144 citationsHas Code
Originality Incremental advance
AI Analysis

It addresses the under-investigated task of instrument arrangement in music creation, offering a novel approach for arbitrary genres, though it is incremental in applying disentanglement techniques to this domain.

The paper tackles the problem of rearranging music by separating pitch and timbre in polyphonic audio, enabling composition style transfer without altering pitch content, and validates this through experiments on instrument activity detection and style transfer.

Music creation involves not only composing the different parts (e.g., melody, chords) of a musical work but also arranging/selecting the instruments to play the different parts. While the former has received increasing attention, the latter has not been much investigated. This paper presents, to the best of our knowledge, the first deep learning models for rearranging music of arbitrary genres. Specifically, we build encoders and decoders that take a piece of polyphonic musical audio as input and predict as output its musical score. We investigate disentanglement techniques such as adversarial training to separate latent factors that are related to the musical content (pitch) of different parts of the piece, and that are related to the instrumentation (timbre) of the parts per short-time segment. By disentangling pitch and timbre, our models have an idea of how each piece was composed and arranged. Moreover, the models can realize "composition style transfer" by rearranging a musical piece without much affecting its pitch content. We validate the effectiveness of the models by experiments on instrument activity detection and composition style transfer. To facilitate follow-up research, we open source our code at https://github.com/biboamy/instrument-disentangle.

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