ASLGApr 1, 2021

CycleDRUMS: Automatic Drum Arrangement For Bass Lines Using CycleGAN

arXiv:2104.00353v24 citations
AI Analysis

This addresses the challenge of computer-assisted music arrangement for musicians and producers, though it is an incremental application of existing methods to a new domain.

The paper tackles the problem of automatically generating drum arrangements for bass lines in the audio domain, formulating it as an unpaired image-to-image translation problem using CycleGAN on mel-spectrograms. The result is a system that produces credible, beat-following drums that can be directly mixed with input bass, outperforming a Pix2Pix baseline.

The two main research threads in computer-based music generation are: the construction of autonomous music-making systems, and the design of computer-based environments to assist musicians. In the symbolic domain, the key problem of automatically arranging a piece music was extensively studied, while relatively fewer systems tackled this challenge in the audio domain. In this contribution, we propose CycleDRUMS, a novel method for generating drums given a bass line. After converting the waveform of the bass into a mel-spectrogram, we are able to automatically generate original drums that follow the beat, sound credible and can be directly mixed with the input bass. We formulated this task as an unpaired image-to-image translation problem, and we addressed it with CycleGAN, a well-established unsupervised style transfer framework, originally designed for treating images. The choice to deploy raw audio and mel-spectrograms enabled us to better represent how humans perceive music, and to potentially draw sounds for new arrangements from the vast collection of music recordings accumulated in the last century. In absence of an objective way of evaluating the output of both generative adversarial networks and music generative systems, we further defined a possible metric for the proposed task, partially based on human (and expert) judgement. Finally, as a comparison, we replicated our results with Pix2Pix, a paired image-to-image translation network, and we showed that our approach outperforms it.

Foundations

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

Your Notes