paper-with-me

홈 › Papers

Variational Bi-LSTMs

2017-11-15 · ICLR 2018 1 · Samira Shabanian, Devansh Arpit, Adam Trischler, Yoshua Bengio

Recurrent neural networks like long short-term memory (LSTM) are important architectures for sequential prediction tasks. LSTMs (and RNNs in general) model sequences along the forward time direction. Bidirectional LSTMs (Bi-LSTMs) on the other hand model sequences along both forward and backward directions and are generally known to perform better at such tasks because they capture a richer representation of the data. In the training of Bi-LSTMs, the forward and backward paths are learned independently. We propose a variant of the Bi-LSTM architecture, which we call Variational Bi-LSTM, that creates a channel between the two paths (during training, but which may be omitted during inference); thus optimizing the two paths jointly. We arrive at this joint objective for our model by minimizing a variational lower bound of the joint likelihood of the data sequence. Our model acts as a regularizer and encourages the two networks to inform each other in making their respective predictions using distinct information. We perform ablation studies to better understand the different components of our model and evaluate the method on various benchmarks, showing state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:1711.05717

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

QKAN-LSTM: Quantum-inspired Kolmogorov-Arnold Long Short-term Memory

2025-12-04 · Yu-Chao Hsu, Jiun-Cheng Jiang, Chun-Hua Lin, Kuo-Chung Peng 외 arxiv

Long short-term memory (LSTM) models are a particular type of recurrent neural networks (RNNs) that are central to sequential modeling tasks in domains such as urban telecommunication forecasting, where temporal correlat…

Representation Learning

Probabilistic Recurrent State-Space Models

2018-01-31 · ICML 2018 7 · Andreas Doerr, Christian Daniel, Martin Schiegg, Duy Nguyen-Tuong 외

State-space models (SSMs) are a highly expressive model class for learning patterns in time series data and for system identification. Deterministic versions of SSMs (e.g. LSTMs) proved extremely successful in modeling c…

Gaussian ProcessesState Space ModelsTime SeriesTime Series Analysis+1

Mode Variational LSTM Robust to Unseen Modes of Variation: Application to Facial Expression Recognition

2018-11-16 · Wissam J. Baddar, Yong Man Ro

Spatio-temporal feature encoding is essential for encoding the dynamics in video sequences. Recurrent neural networks, particularly long short-term memory (LSTM) units, have been popular as an efficient tool for encoding…

Facial Expression RecognitionFacial Expression Recognition (FER)

Spherical Latent Spaces for Stable Variational Autoencoders

2018-08-31 · EMNLP 2018 10 · Jiacheng Xu, Greg Durrett

A hallmark of variational autoencoders (VAEs) for text processing is their combination of powerful encoder-decoder models, such as LSTMs, with simple latent distributions, typically multivariate Gaussians. These models p…

DecoderLanguage ModelingLanguage ModellingTopic Models

Nested LSTMs

2018-01-31 · Joel Ruben Antony Moniz, David Krueger

We propose Nested LSTMs (NLSTM), a novel RNN architecture with multiple levels of memory. Nested LSTMs add depth to LSTMs via nesting as opposed to stacking. The value of a memory cell in an NLSTM is computed by an LSTM …

Language ModelingLanguage Modelling