LGSep 16, 2024

AALF: Almost Always Linear Forecasting

arXiv:2409.10142v21 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable forecasting in high-stakes applications, though it is incremental by building on existing model selection approaches.

The paper tackles the problem of interpretability in time-series forecasting by proposing an online model selection framework that chooses between simple linear models and deep learning methods for predictions, resulting in competitive performance comparable to state-of-the-art methods while being more interpretable.

Recent works for time-series forecasting more and more leverage the high predictive power of Deep Learning models. With this increase in model complexity, however, comes a lack in understanding of the underlying model decision process, which is problematic for high-stakes application scenarios. At the same time, simple, interpretable forecasting methods such as ARIMA still perform very well, sometimes on-par, with Deep Learning approaches. We argue that simple models are good enough most of the time, and that forecasting performance could be improved by choosing a Deep Learning method only for few, important predictions, increasing the overall interpretability of the forecasting process. In this context, we propose a novel online model selection framework which learns to identify these predictions. An extensive empirical study on various real-world datasets shows that our selection methodology performs comparable to state-of-the-art online model selections methods in most cases while being significantly more interpretable. We find that almost always choosing a simple autoregressive linear model for forecasting results in competitive performance, suggesting that the need for opaque black-box models in time-series forecasting might be smaller than recent works would suggest.

Code Implementations1 repo
Foundations

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

Your Notes