Adaptive Graph Convolutional Network Framework for Multidimensional Time Series Prediction
In the real world, long sequence time-series forecasting (LSTF) is needed in many cases, such as power consumption prediction and air quality prediction.Multi-dimensional long time series model has more strict requirements on the model, which not only needs to effectively capture the accurate long-term dependence between input and output, but also needs to capture the relationship between data of different dimensions.Recent research shows that the Informer model based on Transformer has achieved excellent performance in long time series prediction.However, this model still has some deficiencies in multidimensional prediction,it cannot capture the relationship between different dimensions well. We improved Informer to address its shortcomings in multidimensional forecasting. First,we introduce an adaptive graph neural network to capture hidden dimension dependencies in mostly time series prediction. Secondly,we integrate adaptive graph convolutional networks into various spatio-temporal series prediction models to solve the defect that they cannot capture the relationship between different dimensions. Thirdly,After experimental testing with multiple data sets, the accuracy of our framework improved by about 10\% after being introduced into the model.
Code (0)
등록된 구현이 없습니다.
Tasks
Graph Neural NetworkPredictionTime SeriesTime Series AnalysisTime Series ForecastingTime Series PredictionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Correlating Time Series with Interpretable Convolutional Kernels
This study addresses the problem of convolutional kernel learning in univariate, multivariate, and multidimensional time series data, which is crucial for interpreting temporal patterns in time series and supporting down…
Time SeriesTensor-Valued Time and Inference Path Optimization in Differential Equation-Based Generative Modeling
In the field of generative modeling based on differential equations, conventional methods utilize scalar-valued time during both the training and inference phases. This work introduces, for the first time, a tensor-value…
Multidimensional Hopfield Networks for clustering
We present the Multidimensional Hopfield Network (DHN), a natural generalisation of the Hopfield Network. In our theoretical investigations we focus on DHNs with a certain activation function and provide energy functions…
ClusteringGraph EmbeddingGraph Normalized-LMP Algorithm for Signal Estimation Under Impulsive Noise
In this paper, we introduce an adaptive graph normalized least mean pth power (GNLMP) algorithm for graph signal processing (GSP) that utilizes GSP techniques, including bandlimited filtering and node sampling, to estima…
Guaranteed Multidimensional Time Series Prediction via Deterministic Tensor Completion Theory
In recent years, the prediction of multidimensional time series data has become increasingly important due to its wide-ranging applications. Tensor-based prediction methods have gained attention for their ability to pres…
Computational EfficiencyPredictionTensor DecompositionTime Series+1