paper-with-me

Papers

Dilated Recurrent Neural Networks

2017-10-05 · NeurIPS 2017 12 · Shiyu Chang, Yang Zhang, Wei Han, Mo Yu, Xiaoxiao Guo, Wei Tan, Xiaodong Cui, Michael Witbrock, Mark Hasegawa-Johnson, Thomas S. Huang

Learning with recurrent neural networks (RNNs) on long sequences is a notoriously difficult task. There are three major challenges: 1) complex dependencies, 2) vanishing and exploding gradients, and 3) efficient parallelization. In this paper, we introduce a simple yet effective RNN connection structure, the DilatedRNN, which simultaneously tackles all of these challenges. The proposed architecture is characterized by multi-resolution dilated recurrent skip connections and can be combined flexibly with diverse RNN cells. Moreover, the DilatedRNN reduces the number of parameters needed and enhances training efficiency significantly, while matching state-of-the-art performance (even with standard RNN cells) in tasks involving very long-term dependencies. To provide a theory-based quantification of the architecture's advantages, we introduce a memory capacity measure, the mean recurrent length, which is more suitable for RNNs with long skip connections than existing measures. We rigorously prove the advantages of the DilatedRNN over other recurrent neural architectures. The code for our method is publicly available at https://github.com/code-terminator/DilatedRNN

📄 PDF Abstract BibTeX arXiv:1710.02224

Code (2)

code-terminator/DilatedRNN 공식 구현 tf
zalandoresearch/pytorch-dilated-rnn pytorch

Tasks

Sequential Image Classification

Similar Papers 제목 키워드 기반

Sound event detection via dilated convolutional recurrent neural networks

2020-07-20

Convolutional recurrent neural networks (CRNNs) have achieved state-of-the-art performance for sound event detection (SED). In this paper, we propose to use a dilated CRNN, namely a CRNN with a dilated convolutional kern…

Event DetectionSound Event Detection

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

Geometry-Induced Long-Range Correlations in Recurrent Neural Network Quantum States

2026-04-09 · Asif Bin Ayub, Amine Mohamed Aboussalah, Mohamed Hibat-Allah arxiv

Neural Quantum States based on autoregressive recurrent neural network (RNN) wave functions enable efficient sampling without Markov-chain autocorrelation, but standard RNN architectures are biased toward finite-length c…

U-Net Using Stacked Dilated Convolutions for Medical Image Segmentation

2020-04-07 · Shuhang Wang, Szu-Yeu Hu, Eugene Cheah, XiaoHong Wang 외

This paper proposes a novel U-Net variant using stacked dilated convolutions for medical image segmentation (SDU-Net). SDU-Net adopts the architecture of vanilla U-Net with modifications in the encoder and decoder operat…

AllDecoderImage SegmentationMedical Image Segmentation+2

HARDC : A novel ECG-based heartbeat classification method to detect arrhythmia using hierarchical attention based dual structured RNN with dilated CNN

2023-03-06 · Md Shofiqul Islam, Khondokar Fida Hasan, Sunjida Sultana, Shahadat Uddin 외

In this paper have developed a novel hybrid hierarchical attention-based bidirectional recurrent neural network with dilated CNN (HARDC) method for arrhythmia classification. This solves problems that arise when traditio…

DenoisingGenerative Adversarial NetworkHeartbeat Classification