paper-with-me

Papers

Adaptive Graph Convolutional Network Framework for Multidimensional Time Series Prediction

2022-05-08 · Ning Wang

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.

📄 PDF Abstract BibTeX arXiv:2205.04885

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkPredictionTime SeriesTime Series AnalysisTime Series ForecastingTime Series Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Graph Neural Network 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Correlating Time Series with Interpretable Convolutional Kernels

2024-09-02 · Xinyu Chen, HanQin Cai, Fuqiang Liu, Jinhua Zhao

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 Series

Tensor-Valued Time and Inference Path Optimization in Differential Equation-Based Generative Modeling

2024-04-22 · Dohoon Lee, Kyogu Lee

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

2023-10-11 · Gergely Stomfai, Łukasz Sienkiewicz, Barbara Rychalska

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 Embedding

Graph Normalized-LMP Algorithm for Signal Estimation Under Impulsive Noise

2022-03-01 · Yi Yan, Radwa Adel, Ercan Engin Kuruoglu

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

2025-01-26 · Hao Shu, Jicheng Li, Yu Jin, Hailin Wang

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