Music Source Separation with Band-split RNN

30 Sep 2022  ·  Yi Luo, Jianwei Yu ·

The performance of music source separation (MSS) models has been greatly improved in recent years thanks to the development of novel neural network architectures and training pipelines. However, recent model designs for MSS were mainly motivated by other audio processing tasks or other research fields, while the intrinsic characteristics and patterns of the music signals were not fully discovered. In this paper, we propose band-split RNN (BSRNN), a frequency-domain model that explictly splits the spectrogram of the mixture into subbands and perform interleaved band-level and sequence-level modeling. The choices of the bandwidths of the subbands can be determined by a priori knowledge or expert knowledge on the characteristics of the target source in order to optimize the performance on a certain type of target musical instrument. To better make use of unlabeled data, we also describe a semi-supervised model finetuning pipeline that can further improve the performance of the model. Experiment results show that BSRNN trained only on MUSDB18-HQ dataset significantly outperforms several top-ranking models in Music Demixing (MDX) Challenge 2021, and the semi-supervised finetuning stage further improves the performance on all four instrument tracks.

PDF Abstract

Results from the Paper


Ranked #3 on Music Source Separation on MUSDB18 (using extra training data)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
Music Source Separation MUSDB18 Band-Split RNN (semi-sup.) SDR (vocals) 10.47 # 1
SDR (drums) 10.15 # 2
SDR (other) 7.08 # 1
SDR (bass) 8.16 # 5
SDR (avg) 8.97 # 3
Music Source Separation MUSDB18 Band-Split RNN SDR (vocals) 10.21 # 2
SDR (drums) 8.58 # 4
SDR (other) 6.62 # 3
SDR (bass) 7.51 # 9
SDR (avg) 8.23 # 5
Music Source Separation MUSDB18-HQ Band-Split RNN (semi-sup.) SDR (drums) 10.15 # 3
SDR (bass) 8.16 # 7
SDR (others) 7.08 # 3
SDR (vocals) 10.47 # 3
SDR (avg) 8.97 # 5
Music Source Separation MUSDB18-HQ Band-Split RNN SDR (drums) 9.01 # 6
SDR (bass) 7.22 # 10
SDR (others) 6.70 # 6
SDR (vocals) 10.01 # 5
SDR (avg) 8.24 # 7

Methods


No methods listed for this paper. Add relevant methods here