LGMLFeb 17, 2021

POLA: Online Time Series Prediction by Adaptive Learning Rates

arXiv:2102.08907v15 citations
Originality Incremental advance
AI Analysis

This work addresses the need for adaptive forecasting models in streaming data applications, but it is incremental as it builds on existing online learning and RNN techniques.

The authors tackled the problem of online time series prediction in dynamic environments by proposing POLA, a method that automatically adapts learning rates for recurrent neural networks, and demonstrated comparable or better performance on real-world datasets.

Online prediction for streaming time series data has practical use for many real-world applications where downstream decisions depend on accurate forecasts for the future. Deployment in dynamic environments requires models to adapt quickly to changing data distributions without overfitting. We propose POLA (Predicting Online by Learning rate Adaptation) to automatically regulate the learning rate of recurrent neural network models to adapt to changing time series patterns across time. POLA meta-learns the learning rate of the stochastic gradient descent (SGD) algorithm by assimilating the prequential or interleaved-test-then-train evaluation scheme for online prediction. We evaluate POLA on two real-world datasets across three commonly-used recurrent neural network models. POLA demonstrates overall comparable or better predictive performance over other online prediction methods.

Foundations

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

Your Notes