kuielab / sdx23

Sound Demixing Challenge 2023
MIT License
70 stars 8 forks source link
music-source-separation pytorch source-separation

Submission

Submission Summary

Model Summary

[1] S. Uhlich, et al., "Improving music source separation based on deep neural networks through data augmentation and network blending", ICASSP 2017.

[2] W. Choi, et al. "Investigating u-nets with various intermediate blocks for spectrogram-based singing voice separation", ISMIR 2020.

[3] M. Kim, et al. “Kuielab-mdx-net: A two-stream neural network for music demixing”, MDX Workshop at ISMIR 2021.

[4] H. Liu, et al. "Channel-wise Subband Input for Better Voice and Accompaniment Separation on High Resolution Music", INTERSPEECH 2020.

Reproduction

Download mdx_AB.zip, which contains

How to reproduce the submission

  1. Create a 'ckpts' folder under my_submission. Unzip the downloaded zip file to 'my_submission/ckpts'.
  2. Copy my_submission and requirements.txt to your SDX 2023 Music Demixing Track Starter Kit.
  3. Run submit.sh after configuring my_submission/user_config.py
    • for Leaderboard A, set MySeparationModel = A
    • for Leaderboard B, set MySeparationModel = B

How to reproduce the training