SOTAVerified

RTFS-Net: Recurrent Time-Frequency Modelling for Efficient Audio-Visual Speech Separation

2023-09-29Code Available1· sign in to hype

Samuel Pegg, Kai Li, Xiaolin Hu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Audio-visual speech separation methods aim to integrate different modalities to generate high-quality separated speech, thereby enhancing the performance of downstream tasks such as speech recognition. Most existing state-of-the-art (SOTA) models operate in the time domain. However, their overly simplistic approach to modeling acoustic features often necessitates larger and more computationally intensive models in order to achieve SOTA performance. In this paper, we present a novel time-frequency domain audio-visual speech separation method: Recurrent Time-Frequency Separation Network (RTFS-Net), which applies its algorithms on the complex time-frequency bins yielded by the Short-Time Fourier Transform. We model and capture the time and frequency dimensions of the audio independently using a multi-layered RNN along each dimension. Furthermore, we introduce a unique attention-based fusion technique for the efficient integration of audio and visual information, and a new mask separation approach that takes advantage of the intrinsic spectral nature of the acoustic features for a clearer separation. RTFS-Net outperforms the prior SOTA method in both inference speed and separation quality while reducing the number of parameters by 90% and MACs by 83%. This is the first time-frequency domain audio-visual speech separation method to outperform all contemporary time-domain counterparts.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
LRS2RTFS-Net-12SI-SNRi14.9Unverified
LRS2RTFS-Net-6SI-SNRi14.6Unverified
LRS2RTFS-Net-4SI-SNRi14.1Unverified
LRS3RTFS-Net-12SI-SNRi17.5Unverified
LRS3RTFS-Net-6SI-SNRi16.9Unverified
LRS3RTFS-Net-4SI-SNRi15.5Unverified
VoxCeleb2RTFS-Net-12SI-SNRi12.4Unverified
VoxCeleb2RTFS-Net-6SI-SNRi11.8Unverified
VoxCeleb2RTFS-Net-4SI-SNRi11.5Unverified

Reproductions