English

Real-Time Target Sound Extraction

Sound 2023-04-20 v3 Machine Learning Audio and Speech Processing

Abstract

We present the first neural network model to achieve real-time and streaming target sound extraction. To accomplish this, we propose Waveformer, an encoder-decoder architecture with a stack of dilated causal convolution layers as the encoder, and a transformer decoder layer as the decoder. This hybrid architecture uses dilated causal convolutions for processing large receptive fields in a computationally efficient manner while also leveraging the generalization performance of transformer-based architectures. Our evaluations show as much as 2.2-3.3 dB improvement in SI-SNRi compared to the prior models for this task while having a 1.2-4x smaller model size and a 1.5-2x lower runtime. We provide code, dataset, and audio samples: https://waveformer.cs.washington.edu/.

Keywords

Cite

@article{arxiv.2211.02250,
  title  = {Real-Time Target Sound Extraction},
  author = {Bandhav Veluri and Justin Chan and Malek Itani and Tuochao Chen and Takuya Yoshioka and Shyamnath Gollakota},
  journal= {arXiv preprint arXiv:2211.02250},
  year   = {2023}
}

Comments

ICASSP 2023 camera-ready

R2 v1 2026-06-28T05:09:48.006Z