paper-with-me

Papers

An Efficient Speech Separation Network Based on Recurrent Fusion Dilated Convolution and Channel Attention

2023-06-09 · Junyu Wang

We present an efficient speech separation neural network, ARFDCN, which combines dilated convolutions, multi-scale fusion (MSF), and channel attention to overcome the limited receptive field of convolution-based networks and the high computational cost of transformer-based networks. The suggested network architecture is encoder-decoder based. By using dilated convolutions with gradually increasing dilation value to learn local and global features and fusing them at adjacent stages, the model can learn rich feature content. Meanwhile, by adding channel attention modules to the network, the model can extract channel weights, learn more important features, and thus improve its expressive power and robustness. Experimental results indicate that the model achieves a decent balance between performance and computational efficiency, making it a promising alternative to current mainstream models for practical applications.

📄 PDF Abstract BibTeX arXiv:2306.05887

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDecoderSpeech Separation

Similar Papers 제목 키워드 기반

Dilated Convolution with Dilated GRU for Music Source Separation

2019-06-04 · Jen-Yu Liu, Yi-Hsuan Yang

Stacked dilated convolutions used in Wavenet have been shown effective for generating high-quality audios. By replacing pooling/striding with dilation in convolution layers, they can preserve high-resolution information …

Music Source Separation

Universal Sound Separation

2019-05-08 · Ilya Kavalerov, Scott Wisdom, Hakan Erdogan, Brian Patton 외

Recent deep learning approaches have achieved impressive performance on speech enhancement and separation tasks. However, these approaches have not been investigated for separating mixtures of arbitrary sounds of differe…

Speech EnhancementSpeech Separation

Conv-TasNet: Surpassing Ideal Time-Frequency Magnitude Masking for Speech Separation

2018-09-20 · Yi Luo, Nima Mesgarani

Single-channel, speaker-independent speech separation methods have recently seen great progress. However, the accuracy, latency, and computational cost of such methods remain insufficient. The majority of the previous me…

Multi-task Audio Source SeperationMusic Source SeparationSpeaker SeparationSpeech Enhancement+1

D3Net: Densely connected multidilated DenseNet for music source separation

2020-10-05 · Naoya Takahashi, Yuki Mitsufuji

Music source separation involves a large input field to model a long-term dependence of an audio signal. Previous convolutional neural network (CNN)-based approaches address the large input field modeling using sequentia…

Music Source Separation

Stochastic WaveNet: A Generative Latent Variable Model for Sequential Data

2018-06-15 · Guokun Lai, Bohan Li, Guoqing Zheng, Yiming Yang

How to model distribution of sequential data, including but not limited to speech and human motions, is an important ongoing research problem. It has been demonstrated that model capacity can be significantly enhanced by…