paper-with-me

Papers

Initialization matters: Orthogonal Predictive State Recurrent Neural Networks

2018-01-01 · ICLR 2018 1 · Krzysztof Choromanski, Carlton Downey, Byron Boots

Learning to predict complex time-series data is a fundamental challenge in a range of disciplines including Machine Learning, Robotics, and Natural Language Processing. Predictive State Recurrent Neural Networks (PSRNNs) (Downey et al.) are a state-of-the-art approach for modeling time-series data which combine the benefits of probabilistic filters and Recurrent Neural Networks into a single model. PSRNNs leverage the concept of Hilbert Space Embeddings of distributions (Smola et al.) to embed predictive states into a Reproducing Kernel Hilbert Space, then estimate, predict, and update these embedded states using Kernel Bayes Rule. Practical implementations of PSRNNs are made possible by the machinery of Random Features, where input features are mapped into a new space where dot products approximate the kernel well. Unfortunately PSRNNs often require a large number of RFs to obtain good results, resulting in large models which are slow to execute and slow to train. Orthogonal Random Features (ORFs) (Choromanski et al.) is an improvement on RFs which has been shown to decrease the number of RFs required for pointwise kernel approximation. Unfortunately, it is not clear that ORFs can be applied to PSRNNs, as PSRNNs rely on Kernel Ridge Regression as a core component of their learning algorithm, and the theoretical guarantees of ORF do not apply in this setting. In this paper, we extend the theory of ORFs to Kernel Ridge Regression and show that ORFs can be used to obtain Orthogonal PSRNNs (OPSRNNs), which are smaller and faster than PSRNNs. In particular, we show that OPSRNN models clearly outperform LSTMs and furthermore, can achieve accuracy similar to PSRNNs with an order of magnitude smaller number of features needed.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

regressionTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Autoencoder-based Initialization for Recurrent Neural Networks with a Linear Memory

2019-09-25 · Antonio Carta, Alessandro Sperduti, Davide Bacciu

Orthogonal recurrent neural networks address the vanishing gradient problem by parameterizing the recurrent connections using an orthogonal matrix. This class of models is particularly effective to solve tasks that requi…

MemorizationPermuted-MNIST

Convolution Aware Initialization

2017-02-21 · Armen Aghajanyan

Initialization of parameters in deep neural networks has been shown to have a big impact on the performance of the networks (Mishkin & Matas, 2015). The initialization scheme devised by He et al, allowed convolution acti…

Faster Predictive Coding Networks via Better Initialization

2026-01-28 · Luca Pinchetti, Simon Frieder, Thomas Lukasiewicz, Tommaso Salvatori arxiv

Research aimed at scaling up neuroscience inspired learning algorithms for neural networks is accelerating. Recently, a key research area has been the study of energy-based learning algorithms such as predictive coding, …

Computational Efficiency

Improved memory in recurrent neural networks with sequential non-normal dynamics

2019-05-31 · ICLR 2020 1 · A. Emin Orhan, Xaq Pitkow

Training recurrent neural networks (RNNs) is a hard problem due to degeneracies in the optimization landscape, a problem also known as vanishing/exploding gradients. Short of designing new RNN architectures, previous met…

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