Activity
Ratings Progression
Challenge Categories
Challenges Entered
Audio Source Separation using AI
Latest submissions
See Allgraded | 244335 | ||
failed | 244331 | ||
failed | 244313 |
Latest submissions
See Allgraded | 165257 | ||
failed | 165224 | ||
failed | 165087 |
Music source separation of an audio signal into separate tracks for vocals, bass, drums, and other
Latest submissions
See Allgraded | 244335 | ||
failed | 244331 | ||
failed | 244313 |
Source separation of a cinematic audio track into dialogue, sound-effects and misc.
Latest submissions
Participant | Rating |
---|---|
alina_porechina | 0 |
Participant | Rating |
---|---|
alina_porechina | 0 |
-
kimberley_jensen Music Demixing Challenge ISMIR 2021View
Sound Demixing Challenge 2023
Clean version of Moises SDXDB23
Over 1 year agoPlease can we have access to the clean version of the Moises SDXDB23 that was used for Leaderboard A and B
MDX Leaderboard C 4th place submission
Over 1 year agoGitHub - KimberleyJensen/kmdx-net_music-source-separation - Submission code with models download
Model Summary
- Models
- Ensemble of Demucs and Kuielab mdx-net
- Demucs models (all trained by meta)
- 4 x htdemucs_ft
- demucs_mmi
- a1d90b5c
- Kuielab mdx-net models (all trained by me on a single 16gb T4 GPU)
- vocals.onnx (trained with batchnorm2d, the vocals model is an onnx file because it was trained before i realized pytorch models were faster and i deleted the checkpoint)
- bass.pt (trained with groupnorm num_groups=4)
- other.pt (trained with groupnorm num_groups=2)
- drums.pt (trained with groupnorm num_groups=2)
- Things i did to boost SDR
- modify the input mixtures for each model
- input mixture for htdemucs_ft vocals = The original mixture
- input mixture for htdemucs_ft drums = Original mixture - output of htdemucs_ft vocals
- input mixture for htdemucs_ft bass = Original mixture - output of htdemucs_ft vocals + drums
- input mixture for bass, drums and other.pt = Original mixture - output of vocals.onnx
- Using original mixture - output of htdemucs_ft vocals + drums + bass as the other stem scored higher than using the actual other stem model.
- Blending the model outputs
- First i blended the demucs model outputs together, then blended the demucs outputs with the mdx-net model outputs
- [0.08, 0.08, 0.4, 0.88] was the final blend value between demucs and mdx-net (0 would mean 100% demucs was used and 1 would mean 100% mdx-net) in the order of drums,bass, other and vocals.
- modify the input mixtures for each model
Dataset details
For the vocals.onnx model the dataset contains 2000 acapellas and instrumentals
bass.pt was Musdb18 + 200 extra bass and bassless tracks
drums.pt was Musdb18 + 150 extra drums and drumless tracks
other.pt was Musdb18 + 100 extra other and otherless tracks.
Training code for kuielab mdx-net with modified model settings GitHub - KimberleyJensen/mdx-net at mdx23
Aicrowd_gym ModuleNotFoundError
Over 1 year agoWhen i had the issue i just forked a new page from the starter kit made the changes for my code and models and then it worked. AIcrowd / Challenges / Sound Demixing Challenge 2023 / SDX 2023 Music Demixing Track Starter Kit Β· GitLab
Submissions are being stuck on "Preparing the cluster for you" for a long time
Over 1 year agoThank you for your reply, I have not been able to make any of my final submissions that get evaluated for 4 days and now there is only 2 days left, my final submissions would improve my scores and position on the leaderboard and it could be the same for other people in the contest.
I think this challenge should be paused or extended by the amount of time since the issue started until the issue is fixed.
Submissions are being stuck on "Preparing the cluster for you" for a long time
Over 1 year ago@dipam @mohanty @StefanUhlich @GiorgioFabbro
Please can this be looked into there is only 3 days left of this challenge and people havent been able to make there final submissions, i tried contacting you by email help@aicrowd.com but thats broken aswell
Submissions are being stuck on "Preparing the cluster for you" for a long time
Over 1 year ago@dipam @mohanty @snehananavati
My submissions are getting stuck on the Preparing the cluster for you phase and it looks like everyone elses submissions are too, some submissions have been submitted for 8+ hours and havent been graded.
Submissions failing
Over 1 year agoPlease can you check if there is any issues for when the inference timer begins on the main run? Because my inference speed on validation is 2.103x and the allowed time is 1.68x, there is nothing in my code that will cause that much difference, i have run lots of local evaluations and the only difference is like 3 seconds between evaluations.
Is it normal when going between validation and the main run to have βPreparing the cluster for you
PodInitializingβ and βPodInitializingβ happen again?
Also is there any better way to talk about my issue? Like on discord? Because only getting one reply per 1-2 days is not good for me when the contest ends in 20 days
Submissions failing
Over 1 year agoDo you have any suggestions why the inference in my submissions for validation works but for the main run it fails please? These are debug logs
submission: AIcrowd
debug logs: AIcrowd
admin logs: https://dashboard.aicrowd.com/explore?orgId=15&left={"datasource":"Logs","queries":[{"refId":"A","expr":"{aicrowd_com_submission_id%3D\"214465\",%20aicrowd_com_logs%3D\"true\",%20container%3D\"main\"}"}],"range":{"from":"now-2d","to":"now"}}
Submissions failing
Over 1 year agoMy issue is being caused by pytorch 2.0.0, my code requires pytorch 1.13.1 and I have it listed in my requirements.txt as torch==1.13.1 but it seems that the Music Demixing Validation and Music Demixing are using different environments?
Please can you tell me how to fix this error?
Submissions failing
Over 1 year agoI dont think this is caused by submission timeout because the Music Demixing Validation part would have failed aswell
Submissions failing
Over 1 year agoHello my submissions have started randomly failing, I complete the Music Demixing Validation but then fail on the Music Demixing
Link to submission AIcrowd
Here are the debug logs AIcrowd
and the admin reference logs https://dashboard.aicrowd.com/explore?orgId=15&left={"datasource":"Logs","queries":[{"refId":"A","expr":"{aicrowd_com_submission_id%3D\"213912\",%20aicrowd_com_logs%3D\"true\",%20container%3D\"main\"}"}],"range":{"from":"now-2d","to":"now"}}
Submission failed : Failed to communicate with the grader
Almost 2 years agoSome of my submissions are getting the error βSubmission failed : Failed to communicate with the grader.β
People from another challenge are getting the error aswell
Evaluation failed due to system error
Almost 2 years agoI think there is a problem with the computers you are using for evaluation because i had this problem with one of my evaluations and no problems with another without changing any code. Please could you check the PCs you use because some of them are performing a lot slower than others
Feedback and suggestion
Almost 2 years agoI am having the same problem with throughput. These two pictures use the same models but the second one took 3 times longer and timed out
Music Demixing Challenge ISMIR 2021
Ask your questions on the townhall presentation for Improved Demucs here
About 3 years agoHi @defossez Itβs ok if you cant answer all of these questions
How much extra data did you use for leaderboard B?
Could you make Demucs better if there was a longer time limit for predictions?
Did you use model blending for your submissions?
Are you going to keep working on Demucs to try and make it even better?
When can we train our own models on the new Demucs and when can we read your paper about it?
Thanks !
π The final leaderboard is live
Over 3 years agoWell done to the winners and everyone else !!
Please would it be possible to have access to the dataset we were testing against? I want to try and keep improving my model and seeing how high i can get my score. And are we able to listen to our separations for all the songs?
PS Thanks to @woosung_choi and @defossez they both helped me a lot by answering my questions and helping me get started
The leaf - wicked drums file from musdb18 has the electric guitar playing on it
Over 3 years agoi just found out that the drums file from the musdb18 song Leaf - Wicked has the electric guitar on it. The electric guitar starts at 2:20
i will share if i find anymore
My submission failed because of AssertionError:
Over 3 years agoThank you !! I just got my first submission graded
Clean version of Moises SDXDB23
Over 1 year ago(post deleted by author)