SDCLLGASMar 3, 2021

Compute and memory efficient universal sound source separation

arXiv:2103.02644v249 citations
AI Analysis

This addresses the challenge of applying neural networks in real-world audio scenarios by providing a compute and memory efficient solution, though it is incremental as it builds on existing deep learning approaches.

The paper tackles the problem of audio source separation with a focus on computational efficiency, introducing the SuDoRM-RF architecture that achieves high-fidelity separation with variable sources and limited resources, performing comparably or better than state-of-the-art benchmarks while being up to 20 times faster than real-time on a laptop.

Recent progress in audio source separation lead by deep learning has enabled many neural network models to provide robust solutions to this fundamental estimation problem. In this study, we provide a family of efficient neural network architectures for general purpose audio source separation while focusing on multiple computational aspects that hinder the application of neural networks in real-world scenarios. The backbone structure of this convolutional network is the SUccessive DOwnsampling and Resampling of Multi-Resolution Features (SuDoRM-RF) as well as their aggregation which is performed through simple one-dimensional convolutions. This mechanism enables our models to obtain high fidelity signal separation in a wide variety of settings where variable number of sources are present and with limited computational resources (e.g. floating point operations, memory footprint, number of parameters and latency). Our experiments show that SuDoRM-RF models perform comparably and even surpass several state-of-the-art benchmarks with significantly higher computational resource requirements. The causal variation of SuDoRM-RF is able to obtain competitive performance in real-time speech separation of around 10dB scale-invariant signal-to-distortion ratio improvement (SI-SDRi) while remaining up to 20 times faster than real-time on a laptop device.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes