paper-with-me

Papers

Modeling Deep Temporal Dependencies with Recurrent Grammar Cells""

2014-12-01 · NeurIPS 2014 12 · Vincent Michalski, Roland Memisevic, Kishore Konda

We propose modeling time series by representing the transformations that take a frame at time t to a frame at time t+1. To this end we show how a bi-linear model of transformations, such as a gated autoencoder, can be turned into a recurrent network, by training it to predict future frames from the current one and the inferred transformation using backprop-through-time. We also show how stacking multiple layers of gating units in a recurrent pyramid makes it possible to represent the ”syntax” of complicated time series, and that it can outperform standard recurrent neural networks in terms of prediction accuracy on a variety of tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Recurrent Neural Networks for Forecasting Time Series with Multiple Seasonality: A Comparative Study

2022-03-17 · Grzegorz Dudek, Slawek Smyl, Paweł Pełka

This paper compares recurrent neural networks (RNNs) with different types of gated cells for forecasting time series with multiple seasonality. The cells we compare include classical long short term memory (LSTM), gated …

Load ForecastingTime SeriesTime Series Analysis

Cells in Multidimensional Recurrent Neural Networks

2014-12-08 · G. Leifert, T. Strauß, T. Grüning, R. Labahn

The transcription of handwritten text on images is one task in machine learning and one solution to solve it is using multi-dimensional recurrent neural networks (MDRNN) with connectionist temporal classification (CTC). …

Efficient keyword spotting using dilated convolutions and gating

2018-11-19 · Alice Coucke, Mohammed Chlieh, Thibault Gisselbrecht, David Leroy 외

We explore the application of end-to-end stateless temporal modeling to small-footprint keyword spotting as opposed to recurrent networks that model long-term temporal dependencies using internal states. We propose a mod…

Keyword SpottingSmall-Footprint Keyword Spotting

Non-local Recurrent Neural Memory for Supervised Sequence Modeling

2019-08-26 · ICCV 2019 10 · Canmiao Fu, Wenjie Pei, Qiong Cao, Chaopeng Zhang 외

Typical methods for supervised sequence modeling are built upon the recurrent neural networks to capture temporal dependencies. One potential limitation of these methods is that they only model explicitly information int…

Action RecognitionSentiment Analysis

Warming up recurrent neural networks to maximise reachable multistability greatly improves learning

2021-06-02 · Gaspard Lambrechts, Florent De Geeter, Nicolas Vecoven, Damien Ernst 외

Training recurrent neural networks is known to be difficult when time dependencies become long. In this work, we show that most standard cells only have one stable equilibrium at initialisation, and that learning on task…

Time Series Analysis