LGAIMay 9, 2025

IRNN: Innovation-driven Recurrent Neural Network for Time-Series Data Modeling and Prediction

arXiv:2505.05916v1h-index: 5
Originality Incremental advance
AI Analysis

This work addresses the challenge of capturing temporal dynamics in time-series data for applications like forecasting, though it is incremental as it builds on existing RNN architectures.

The authors tackled the problem of improving time-series prediction by integrating past prediction errors as additional inputs into recurrent neural networks, resulting in significantly enhanced accuracy on benchmark datasets without a substantial increase in training cost.

Many real-world datasets are time series that are sequentially collected and contain rich temporal information. Thus, a common interest in practice is to capture dynamics of time series and predict their future evolutions. To this end, the recurrent neural network (RNN) has been a prevalent and effective machine learning option, which admits a nonlinear state-space model representation. Motivated by the resemblance between RNN and Kalman filter (KF) for linear state-space models, we propose in this paper Innovation-driven RNN (IRNN), a novel RNN architecture tailored to time-series data modeling and prediction tasks. By adapting the concept of "innovation" from KF to RNN, past prediction errors are adopted as additional input signals to update hidden states of RNN and boost prediction performance. Since innovation data depend on network parameters, existing training algorithms for RNN do not apply to IRNN straightforwardly. Thus, a tailored training algorithm dubbed input updating-based back-propagation through time (IU-BPTT) is further proposed, which alternates between updating innovations and optimizing network parameters via gradient descent. Experiments on real-world benchmark datasets show that the integration of innovations into various forms of RNN leads to remarkably improved prediction accuracy of IRNN without increasing the training cost substantially.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes