SOTAVerified

MossFormer: Pushing the Performance Limit of Monaural Speech Separation using Gated Single-Head Transformer with Convolution-Augmented Joint Self-Attentions

2023-02-23Code Available1· sign in to hype

Shengkui Zhao, Bin Ma

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Transformer based models have provided significant performance improvements in monaural speech separation. However, there is still a performance gap compared to a recent proposed upper bound. The major limitation of the current dual-path Transformer models is the inefficient modelling of long-range elemental interactions and local feature patterns. In this work, we achieve the upper bound by proposing a gated single-head transformer architecture with convolution-augmented joint self-attentions, named MossFormer (Monaural speech separation TransFormer). To effectively solve the indirect elemental interactions across chunks in the dual-path architecture, MossFormer employs a joint local and global self-attention architecture that simultaneously performs a full-computation self-attention on local chunks and a linearised low-cost self-attention over the full sequence. The joint attention enables MossFormer model full-sequence elemental interaction directly. In addition, we employ a powerful attentive gating mechanism with simplified single-head self-attentions. Besides the attentive long-range modelling, we also augment MossFormer with convolutions for the position-wise local pattern modelling. As a consequence, MossFormer significantly outperforms the previous models and achieves the state-of-the-art results on WSJ0-2/3mix and WHAM!/WHAMR! benchmarks. Our model achieves the SI-SDRi upper bound of 21.2 dB on WSJ0-3mix and only 0.3 dB below the upper bound of 23.1 dB on WSJ0-2mix.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
WHAM!MossFormer (L) + DMSI-SDRi17.3Unverified
WHAMR!MossFormer (L) + DMSI-SDRi16.3Unverified
WSJ0-2mixMossFormer (M) + DMSI-SDRi22.5Unverified
WSJ0-2mixMossFormer (L) + DMSI-SDRi22.8Unverified
WSJ0-2mix-16kMossFormer2SI-SDRi20.5Unverified
WSJ0-3mixMossFormer (L) + DMSI-SDRi21.2Unverified
WSJ0-3mixMossFormer (M) + DMSI-SDRi20.8Unverified

Reproductions