All for One and One for All: Improving Music Separation by Bridging Networks
This work addresses the problem of separating musical instruments in audio for applications in music production and analysis, representing an incremental improvement over existing methods.
The paper tackles music source separation by proposing a multi-domain loss and combination schemes to improve deep neural networks, resulting in enhanced performance of the Open-Unmix library as demonstrated in experiments.
This paper proposes several improvements for music separation with deep neural networks (DNNs), namely a multi-domain loss (MDL) and two combination schemes. First, by using MDL we take advantage of the frequency and time domain representation of audio signals. Next, we utilize the relationship among instruments by jointly considering them. We do this on the one hand by modifying the network architecture and introducing a CrossNet structure. On the other hand, we consider combinations of instrument estimates by using a new combination loss (CL). MDL and CL can easily be applied to many existing DNN-based separation methods as they are merely loss functions which are only used during training and which do not affect the inference step. Experimental results show that the performance of Open-Unmix (UMX), a well-known and state-of-the-art open source library for music separation, can be improved by utilizing our above schemes. Our modifications of UMX are open-sourced together with this paper.