paper-with-me

홈 › Papers

A Unifying Framework of Bilinear LSTMs

2019-10-23 · Mohit Rajpal, Bryan Kian Hsiang Low

This paper presents a novel unifying framework of bilinear LSTMs that can represent and utilize the nonlinear interaction of the input features present in sequence datasets for achieving superior performance over a linear LSTM and yet not incur more parameters to be learned. To realize this, our unifying framework allows the expressivity of the linear vs. bilinear terms to be balanced by correspondingly trading off between the hidden state vector size vs. approximation quality of the weight matrix in the bilinear term so as to optimize the performance of our bilinear LSTM, while not incurring more parameters to be learned. We empirically evaluate the performance of our bilinear LSTM in several language-based sequence learning tasks to demonstrate its general applicability.

📄 PDF Abstract BibTeX arXiv:1910.10294

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Where to Focus: Deep Attention-based Spatially Recurrent Bilinear Networks for Fine-Grained Visual Recognition

2017-09-18 · Lin Wu, Yang Wang

Fine-grained visual recognition typically depends on modeling subtle difference from object parts. However, these parts often exhibit dramatic visual variations such as occlusions, viewpoints, and spatial transformations…

Deep AttentionFine-Grained Image ClassificationFine-Grained Visual Recognitionimage-classification+2

Explaining and Interpreting LSTMs

2019-09-25 · Leila Arras, Jose A. Arjona-Medina, Michael Widrich, Grégoire Montavon 외

While neural networks have acted as a strong unifying force in the design of modern AI systems, the neural network architectures themselves remain highly heterogeneous due to the variety of tasks to be solved. In this ch…

Predictive State Recurrent Neural Networks

2017-05-25 · NeurIPS 2017 12 · Carlton Downey, Ahmed Hefny, Boyue Li, Byron Boots 외

We present a new model, Predictive State Recurrent Neural Networks (PSRNNs), for filtering and prediction in dynamical systems. PSRNNs draw on insights from both Recurrent Neural Networks (RNNs) and Predictive State Repr…

Tensor Decomposition

Cortical microcircuits as gated-recurrent neural networks

2017-11-07 · NeurIPS 2017 12 · Rui Ponte Costa, Yannis M. Assael, Brendan Shillingford, Nando de Freitas 외

Cortical circuits exhibit intricate recurrent architectures that are remarkably similar across different brain areas. Such stereotyped structure suggests the existence of common computational principles. However, such pr…

image-classificationImage ClassificationLanguage ModellingSequential Image Classification

An Order Preserving Bilinear Model for Person Detection in Multi-Modal Data

2017-12-20 · Oytun Ulutan, Benjamin S. Riggan, Nasser M. Nasrabadi, B. S. Manjunath

We propose a new order preserving bilinear framework that exploits low-resolution video for person detection in a multi-modal setting using deep neural networks. In this setting cameras are strategically placed such that…

Human Detection