DeLELSTM: Decomposition-based Linear Explainable LSTM to Capture Instantaneous and Long-term Effects in Time Series
Chaoqun Wang, Yijun Li, Xiangqian Sun, Qi Wu, Dongdong Wang and, Zhixiang Huang

TL;DR
DeLELSTM is an interpretable LSTM model that decomposes time series influences into instantaneous and long-term effects, enhancing transparency while maintaining competitive forecasting accuracy.
Contribution
This paper introduces DeLELSTM, a novel LSTM architecture that explicitly separates and explains instantaneous and long-term effects of variables in time series forecasting.
Findings
DeLELSTM achieves competitive forecasting performance.
The model provides clear, interpretable explanations of variable influences.
Effective on multiple real-world datasets.
Abstract
Time series forecasting is prevalent in various real-world applications. Despite the promising results of deep learning models in time series forecasting, especially the Recurrent Neural Networks (RNNs), the explanations of time series models, which are critical in high-stakes applications, have received little attention. In this paper, we propose a Decomposition-based Linear Explainable LSTM (DeLELSTM) to improve the interpretability of LSTM. Conventionally, the interpretability of RNNs only concentrates on the variable importance and time importance. We additionally distinguish between the instantaneous influence of new coming data and the long-term effects of historical data. Specifically, DeLELSTM consists of two components, i.e., standard LSTM and tensorized LSTM. The tensorized LSTM assigns each variable with a unique hidden state making up a matrix , and the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Time Series Analysis and Forecasting · Energy Load and Power Forecasting
MethodsSigmoid Activation · Linear Regression · Tanh Activation · Long Short-Term Memory
