SOTAVerified

Hybrid Transformers for Music Source Separation

2022-11-15Code Available5· sign in to hype

Simon Rouard, Francisco Massa, Alexandre Défossez

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

A natural question arising in Music Source Separation (MSS) is whether long range contextual information is useful, or whether local acoustic features are sufficient. In other fields, attention based Transformers have shown their ability to integrate information over long sequences. In this work, we introduce Hybrid Transformer Demucs (HT Demucs), an hybrid temporal/spectral bi-U-Net based on Hybrid Demucs, where the innermost layers are replaced by a cross-domain Transformer Encoder, using self-attention within one domain, and cross-attention across domains. While it performs poorly when trained only on MUSDB, we show that it outperforms Hybrid Demucs (trained on the same data) by 0.45 dB of SDR when using 800 extra training songs. Using sparse attention kernels to extend its receptive field, and per source fine-tuning, we achieve state-of-the-art results on MUSDB with extra training data, with 9.20 dB of SDR.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MUSDB18Sparse HT Demucs (fine tuned)SDR (avg)9.2Unverified
MUSDB18Hybrid Transformer Demucs (f.t.)SDR (avg)9Unverified
MUSDB18-HQSparse HT Demucs (fine tuned)SDR (avg)9.2Unverified
MUSDB18-HQHybrid Transformer Demucs (f.t.)SDR (avg)9Unverified

Reproductions