TL;DR
LSTM-MSNet is a unified deep learning framework that leverages cross-series knowledge and multi-seasonal decomposition to improve forecasting accuracy for time series with multiple seasonal patterns.
Contribution
It introduces a globally trained LSTM model combined with multi-seasonal decomposition techniques, outperforming state-of-the-art methods in multi-seasonal time series forecasting.
Findings
Decomposition improves accuracy on diverse datasets.
Exogenous seasonal variables enhance performance in homogeneous series.
The framework achieves competitive results across multiple real-world datasets.
Abstract
Generating forecasts for time series with multiple seasonal cycles is an important use-case for many industries nowadays. Accounting for the multi-seasonal patterns becomes necessary to generate more accurate and meaningful forecasts in these contexts. In this paper, we propose Long Short-Term Memory Multi-Seasonal Net (LSTM-MSNet), a decomposition based, unified prediction framework to forecast time series with multiple seasonal patterns. The current state of the art in this space are typically univariate methods, in which the model parameters of each time series are estimated independently. Consequently, these models are unable to include key patterns and structures that may be shared by a collection of time series. In contrast, LSTM-MSNet is a globally trained Long Short-Term Memory network (LSTM), where a single prediction model is built across all the available time series to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Memory Network · Long Short-Term Memory
