paper-with-me

홈 › Papers

Recurrent Additive Networks

2017-05-21 · Kenton Lee, Omer Levy, Luke Zettlemoyer

We introduce recurrent additive networks (RANs), a new gated RNN which is distinguished by the use of purely additive latent state updates. At every time step, the new state is computed as a gated component-wise sum of the input and the previous state, without any of the non-linearities commonly used in RNN transition dynamics. We formally show that RAN states are weighted sums of the input vectors, and that the gates only contribute to computing the weights of these sums. Despite this relatively simple functional form, experiments demonstrate that RANs perform on par with LSTMs on benchmark language modeling problems. This result shows that many of the non-linear computations in LSTMs and related networks are not essential, at least for the problems we consider, and suggests that the gates are doing more of the computational work than previously understood.

📄 PDF Abstract BibTeX arXiv:1705.07393

Code (2)

kentonl/ran 공식 구현 tf
bzhangGo/lrn tf

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

The Context-Dependent Additive Recurrent Neural Net

2018-06-01 · NAACL 2018 6 · Quan Hung Tran, Tuan Lai, Gholamreza Haffari, Ingrid Zukerman 외

Contextual sequence mapping is one of the fundamental problems in Natural Language Processing (NLP). Here, instead of relying solely on the information presented in the text, the learning agents have access to a strong e…

Language ModelingLanguage ModellingQuestion Answering

Erase or Fill? Deep Joint Recurrent Rain Removal and Reconstruction in Videos

2018-06-01 · CVPR 2018 6 · Jiaying Liu, Wenhan Yang, Shuai Yang, Zongming Guo

In this paper, we address the problem of video rain removal by constructing deep recurrent convolutional networks. We visit the rain removal case by considering rain occlusion regions, i.e. light transmittance of rain st…

General ClassificationRain Removal

Boost-R: Gradient Boosted Trees for Recurrence Data

2021-07-03 · Xiao Liu, Rong pan

Recurrence data arise from multi-disciplinary domains spanning reliability, cyber security, healthcare, online retailing, etc. This paper investigates an additive-tree-based approach, known as Boost-R (Boosting for Recur…

regression

Modeling Compositionality with Multiplicative Recurrent Neural Networks

2014-12-20 · Ozan İrsoy, Claire Cardie

We present the multiplicative recurrent neural network as a general model for compositional meaning in language, and evaluate it on the task of fine-grained sentiment analysis. We establish a connection to the previously…

Sentiment Analysis

Full Resolution Image Compression with Recurrent Neural Networks

2016-08-18 · CVPR 2017 7 · George Toderici, Damien Vincent, Nick Johnston, Sung Jin Hwang 외

This paper presents a set of full-resolution lossy image compression methods based on neural networks. Each of the architectures we describe can provide variable compression rates during deployment without requiring retr…

DecoderImage Compression