Fine-Tuning Hybrid Demucs in Cross-Talk scenario with Self-Knowledge Distillation with Progressive Refinement of Targets
Python
2
4 commits
updated Dec 13, 2023
This repository introduces the Self-Knowledge Distillation with Progressive Refinement of Targets (PS-KD) approach to training Hybrid Demucs. The model training incorporates a curriculum learning approach. Additionally, it includes the codebase for the Cadenza Challenge 2024.
Training code for the mss models based on [here]
| Title | PS-KD | Curriculum-learning | Augmentation | SDR avg | Haaqi Score |
|---|---|---|---|---|---|
| no fine-tune | - | - | - | 3.701 | 0.6677 |
| w/o aug | - | - | - | 4.1838 | 0.6776 |
| w/ aug | - | - | O | 4.0762 | 0.6733 |
| PS-KD w/o aug | O | - | - | 4.2505 | 0.6764 |
| PS-KD w/ aug | O | - | O | 4.4060 | 0.6818 |
| PS-KD Curri w/o aug | O | O | - | 4.2002 | 0.6772 |
| PS-KD Curri w/ aug | O | O | O | 4.5481 | 0.6836 |
4 commits
Python
100.0%
Fine-Tuning Hybrid Demucs in Cross-Talk scenario with Self-Knowledge Distillation with Progressive Refinement of Targets
Python
2
4 commits
updated Dec 13, 2023
This repository introduces the Self-Knowledge Distillation with Progressive Refinement of Targets (PS-KD) approach to training Hybrid Demucs. The model training incorporates a curriculum learning approach. Additionally, it includes the codebase for the Cadenza Challenge 2024.
Training code for the mss models based on [here]
| Title | PS-KD | Curriculum-learning | Augmentation | SDR avg | Haaqi Score |
|---|---|---|---|---|---|
| no fine-tune | - | - | - | 3.701 | 0.6677 |
| w/o aug | - | - | - | 4.1838 | 0.6776 |
| w/ aug | - | - | O | 4.0762 | 0.6733 |
| PS-KD w/o aug | O | - | - | 4.2505 | 0.6764 |
| PS-KD w/ aug | O | - | O | 4.4060 | 0.6818 |
| PS-KD Curri w/o aug | O | O | - | 4.2002 | 0.6772 |
| PS-KD Curri w/ aug | O | O | O | 4.5481 | 0.6836 |
4 commits
Python
100.0%