paper-with-me

홈 › Papers

Dense Recurrent Neural Network with Attention Gate

2018-01-01 · ICLR 2018 1 · Yong-Ho Yoo, Kook Han, Sanghyun Cho, Kyoung-Chul Koh, Jong-Hwan Kim

We propose the dense RNN, which has the fully connections from each hidden state to multiple preceding hidden states of all layers directly. As the density of the connection increases, the number of paths through which the gradient flows can be increased. It increases the magnitude of gradients, which help to prevent the vanishing gradient problem in time. Larger gradients, however, can also cause exploding gradient problem. To complement the trade-off between two problems, we propose an attention gate, which controls the amounts of gradient flows. We describe the relation between the attention gate and the gradient flows by approximation. The experiment on the language modeling using Penn Treebank corpus shows dense connections with the attention gate improve the model’s performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Semantic Sentence Matching with Densely-connected Recurrent and Co-attentive Information

2018-05-29 · Seonhoon Kim, Inho Kang, Nojun Kwak

Sentence matching is widely used in various natural language tasks such as natural language inference, paraphrase identification, and question answering. For these tasks, understanding logical and semantic relationship b…

Natural Language InferenceParaphrase IdentificationQuestion AnsweringSentence

TRecViT: A Recurrent Video Transformer

2024-12-18 · Viorica Pătrăucean, Xu Owen He, Joseph Heyward, Chuhan Zhang 외

We propose a novel block for video modelling. It relies on a time-space-channel factorisation with dedicated blocks for each dimension: gated linear recurrent units (LRUs) perform information mixing over time, self-atten…

RADNET: Radiologist Level Accuracy using Deep Learning for HEMORRHAGE detection in CT Scans

2017-10-13 · Monika Grewal, Muktabh Mayank Srivastava, Pulkit Kumar, Srikrishna Varadarajan

We describe a deep learning approach for automated brain hemorrhage detection from computed tomography (CT) scans. Our model emulates the procedure followed by radiologists to analyse a 3D CT scan in real-world. Similar …

Computed Tomography (CT)

Attention is all you need for Videos: Self-attention based Video Summarization using Universal Transformers

2019-06-06 · Manjot Bilkhu, Siyang Wang, Tushar Dobhal

Video Captioning and Summarization have become very popular in the recent years due to advancements in Sequence Modelling, with the resurgence of Long-Short Term Memory networks (LSTMs) and introduction of Gated Recurren…

AllDense Video CaptioningDimensionality ReductionVideo Captioning+1

Dense Recurrent Neural Networks for Scene Labeling

2018-01-21 · Heng Fan, Haibin Ling

Recently recurrent neural networks (RNNs) have demonstrated the ability to improve scene labeling through capturing long-range dependencies among image units. In this paper, we propose dense RNNs for scene labeling by ex…

Scene Labeling