Temporal Spatial Decomposition and Fusion
Network for Time Series Forecasting*
1st Liwang Zhou
Zhejiang University
China
21731005@zju.edu.cn
2nd Jing Gao
Anhui University
China
jingles980@gmail.com
Abstract—Feature engineering is required to obtain better
results for time series forecasting, and decomposition is a cru-
cial one. One decomposition approach often cannot be used
for numerous forecasting tasks since the standard time series
decomposition lacks flexibility and robustness. Traditional feature
selection relies heavily on preexisting domain knowledge, has no
generic methodology, and requires a lot of labor. However, most
time series prediction models based on deep learning typically
suffer from interpretability issue, so the ”black box” results
lead to a lack of confidence. To deal with the above issues
forms the motivation of the thesis. In the paper we propose
TSDFNet as a neural network with self-decomposition mecha-
nism and an attentive feature fusion mechanism, It abandons
feature engineering as a preprocessing convention and creatively
integrates it as an internal module with the deep model. The self-
decomposition mechanism empowers TSDFNet with extensible
and adaptive decomposition capabilities for any time series,
users can choose their own basis functions to decompose the
sequence into temporal and generalized spatial dimensions.
Attentive feature fusion mechanism has the ability to capture
the importance of external variables and the causality with target
variables. It can automatically suppress the unimportant features
while enhancing the effective ones, so that users do not have to
struggle with feature selection. Moreover, TSDFNet is easy to
look into the ”black box” of the deep neural network by feature
visualization and analyze the prediction results. We demonstrate
performance improvements over existing widely accepted models
on more than a dozen datasets, and three experiments showcase
the interpretability of TSDFNet.
Index Terms—time series,interpretability, long-term predic-
tion, deep learning
I. INTRODUCTION
Time series forecasting plays a key role in numerous fields
such as economy [1],finance [2], transportation [3], meteo-
rology [4], It empowers people to foresee opportunities and
serves as guidance for decision-making. Therefore, it is crucial
to increase the generality of time series models and lower
modeling complexity while maintaining performance. In the
field of time series forecasting, multi-variable and multi-step
forecasting forms one of the most challenging tasks. Errors
may accumulate as the forecast step increases.At present,
there is no universal method to handle the problem of multi-
variable and multi-step time series prediction. One time series
usually calls for its specific feature engineering and forecasting
model, due to the complexity and diversity of real world time
series, which usually requires data analysts to have specialized
background knowledge.
Feature engineering is usually used to preprocess data
before modeling. In the field of feature engineering, time
series decomposition is a classical method to decompose a
complex time series into numerous predictable sub-series, such
as STL [37] with seasonal and trend decomposition, EEMD
[24] with ensemble empirical mode decomposition, EWT
[25] with empirical wavelet transform. In addition, feature
selection is another important step. For complex tasks, some
auxiliary variables are usually needed to assist the prediction
of target variables. The reasonable selection of additional
features is crucial to the performance of the model, because
the introduction of some redundant additional features may
degrade the performance of the model. How to choose the
appropriate decomposition methods and important additional
features is also a challenging problem for data analysts.
On the other hand, despite the fact that numerous models
have been put forth, each one has drawbacks of its own.
The majority of deep learning based models are difficult to
comprehend and produce unconvincing predictions. However,
models like ARIMA and xgboost [26], which have sound
mathematical foundations and offer interpretability, cannot
compete with deep learning-based models in terms of per-
formance.
Therefore, it is necessary to break the traditional practice
and devise a new way to handle these problems. In this study,
a novel neural network model called TSDFNet is developed
based on the self-decomposition mechanism and attentive fea-
ture fusing mechanism. Decomposition and feature selection
are integrated as internal modules of the deep model to lessen
complexity and increase adaptability. The data’s high-order
statistical features may be captured by this model’s robust
feature expression capabilities, which make it applicable to
datasets from a variety of domains.
In summary, The contributions are summarized as follows:
•We proposed Temporal Decomposition Network (TDN),
which is extensible and adaptive.it decomposes time
series over temporal dimension and allows users to cus-
tomize basis functions for specific tasks.
•We proposed Spatial Decomposition Network (SDN),
which creatively uses high-dimensional external features
as decomposition basis functions to model the relation-
ship between external variables and target variables.
arXiv:2210.03122v1 [cs.LG] 6 Oct 2022