paper-with-me

홈 › Papers

Achieving Online Regression Performance of LSTMs with Simple RNNs

2020-05-16 · N. Mert Vural, Fatih Ilhan, Selim F. Yilmaz, Salih Ergüt, Suleyman S. Kozat

Recurrent Neural Networks (RNNs) are widely used for online regression due to their ability to generalize nonlinear temporal dependencies. As an RNN model, Long-Short-Term-Memory Networks (LSTMs) are commonly preferred in practice, as these networks are capable of learning long-term dependencies while avoiding the vanishing gradient problem. However, due to their large number of parameters, training LSTMs requires considerably longer training time compared to simple RNNs (SRNNs). In this paper, we achieve the online regression performance of LSTMs with SRNNs efficiently. To this end, we introduce a first-order training algorithm with a linear time complexity in the number of parameters. We show that when SRNNs are trained with our algorithm, they provide very similar regression performance with the LSTMs in two to three times shorter training time. We provide strong theoretical analysis to support our experimental results by providing regret bounds on the convergence rate of our algorithm. Through an extensive set of experiments, we verify our theoretical work and demonstrate significant performance improvements of our algorithm with respect to LSTMs and the other state-of-the-art learning models.

📄 PDF Abstract BibTeX arXiv:2005.08948

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Spintronic Physical Reservoir for Autonomous Prediction and Long-Term Household Energy Load Forecasting

2023-04-06 · Walid Al Misba, Harindra S. Mavikumbure, Md Mahadi Rajib, Daniel L. Marino 외

In this study, we have shown autonomous long-term prediction with a spintronic physical reservoir. Due to the short-term memory property of the magnetization dynamics, non-linearity arises in the reservoir states which c…

Load ForecastingPredictionregressionTime Series

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 linea…

The Synthesis of XNOR Recurrent Neural Networks with Stochastic Logic

2019-12-01 · NeurIPS 2019 12 · Arash Ardakani, Zhengyun Ji, Amir Ardakani, Warren Gross

The emergence of XNOR networks seek to reduce the model size and computational cost of neural networks for their deployment on specialized hardware requiring real-time processes with limited hardware resources. In XNOR n…

Quantization

IndyLSTMs: Independently Recurrent LSTMs

2019-03-19 · Pedro Gonnet, Thomas Deselaers

We introduce Independently Recurrent Long Short-term Memory cells: IndyLSTMs. These differ from regular LSTM cells in that the recurrent weights are not modeled as a full matrix, but as a diagonal matrix, i.e.\ the outpu…

Attribute

Direct Advantage Regression: Aligning LLMs with Online AI Reward

2025-04-19 · Li He, He Zhao, Stephen Wan, Dadong Wang 외

Online AI Feedback (OAIF) presents a promising alternative to Reinforcement Learning from Human Feedback (RLHF) by utilizing online AI preference in aligning language models (LLMs). However, the straightforward replaceme…

regression