paper-with-me

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 and still reach distant locations. Producing high-resolution predictions is also crucial in music source separation, whose goal is to separate different sound sources while maintaining the quality of the separated sounds. Therefore, this paper investigates using stacked dilated convolutions as the backbone for music source separation. However, while stacked dilated convolutions can reach wider context than standard convolutions, their effective receptive fields are still fixed and may not be wide enough for complex music audio signals. To reach information at remote locations, we propose to combine dilated convolution with a modified version of gated recurrent units (GRU) called the `Dilated GRU' to form a block. A Dilated GRU unit receives information from k steps before instead of the previous step for a fixed k. This modification allows a GRU unit to reach a location with fewer recurrent steps and run faster because it can execute partially in parallel. We show that the proposed model with a stack of such blocks performs equally well or better than the state-of-the-art models for separating vocals and accompaniments.

📄 PDF Abstract BibTeX arXiv:1906.01203

Code (0)

등록된 구현이 없습니다.

Tasks

Music Source Separation

Methods 이 논문이 사용한 방법론

Mixture of Logistic Distributions 설명 없음
Dilated Causal Convolution A Dilated Causal Convolution is a causal convolution where the filter is applied over an area larger than its length by…
Dilated Convolution 설명 없음
WaveNet WaveNet is an audio generative model based on the PixelCNN architecture. In order to deal with long-range temporal dependencies…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

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

Densely connected multidilated convolutional networks for dense prediction tasks

2020-11-21 · Naoya Takahashi, Yuki Mitsufuji

Tasks that involve high-resolution dense prediction require a modeling of both local and global patterns in a large input field. Although the local and global structures often depend on each other and their simultaneous …

Audio Source SeparationMusic Source SeparationSemantic Segmentation

Densely Connected Multi-Dilated Convolutional Networks for Dense Prediction Tasks

2021-06-19 · CVPR 2021 1 · Naoya Takahashi, Yuki Mitsufuji

Tasks that involve high-resolution dense prediction require a modeling of both local and global patterns in a large input field. Although the local and global structures often depend on each other and their simultane…

Audio Source SeparationSemantic Segmentation

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…

Computational EfficiencyDecoderSpeech Separation

Structure-Aware Audio-to-Score Alignment using Progressively Dilated Convolutional Neural Networks

2021-01-31 · Ruchit Agrawal, Daniel Wolff, Simon Dixon

The identification of structural differences between a music performance and the score is a challenging yet integral step of audio-to-score alignment, an important subtask of music information retrieval. We present a nov…

Information RetrievalMusic Information RetrievalRetrieval