paper-with-me

홈 › Papers

Balanced Graph Structure Learning for Multivariate Time Series Forecasting

2022-01-24 · Weijun Chen, Yanze Wang, Chengshuo Du, Zhenglong Jia, Feng Liu, Ran Chen

Accurate forecasting of multivariate time series is an extensively studied subject in finance, transportation, and computer science. Fully mining the correlation and causation between the variables in a multivariate time series exhibits noticeable results in improving the performance of a time series model. Recently, some models have explored the dependencies between variables through end-to-end graph structure learning without the need for predefined graphs. However, current models do not incorporate the trade-off between efficiency and flexibility and lack the guidance of domain knowledge in the design of graph structure learning algorithms. This paper alleviates the above issues by proposing Balanced Graph Structure Learning for Forecasting (BGSLF), a novel deep learning model that joins graph structure learning and forecasting. Technically, BGSLF leverages the spatial information into convolutional operations and extracts temporal dynamics using the diffusion convolutional recurrent network. The proposed framework balance the trade-off between efficiency and flexibility by introducing Multi-Graph Generation Network (MGN) and Graph Selection Module. In addition, a method named Smooth Sparse Unit (SSU) is designed to sparse the learned graph structures, which conforms to the sparse spatial correlations in the real world. Extensive experiments on four real-world datasets demonstrate that our model achieves state-of-the-art performances with minor trainable parameters. Code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2201.09686

Code (1)

niuffs/LSCGF/tree/master/deeplearning_ai/ModelCode/LSCGF pytorch

Tasks

Graph GenerationGraph LearningGraph structure learningMultivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

DynaGraph: Interpretable Multi-Label Prediction from EHRs via Dynamic Graph Learning and Contrastive Augmentation

2025-03-28 · Munib Mesinovic, Soheila Molaei, Peter Watkinson, Tingting Zhu

Learning from longitudinal electronic health records is limited if it does not capture the temporal trajectories of the patient's state in a clinical setting. Graph models allow us to capture the hidden dependencies of t…

graph constructionGraph LearningTime Series

Entropy Causal Graphs for Multivariate Time Series Anomaly Detection

2023-12-15 · Falih Gozi Febrinanto, Kristen Moore, Chandra Thapa, Mujie Liu 외

Many multivariate time series anomaly detection frameworks have been proposed and widely applied. However, most of these frameworks do not consider intrinsic relationships between variables in multivariate time series da…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Minority Oversampling for Imbalanced Time Series Classification

2020-04-14 · Tuanfei Zhu, Cheng Luo, Jing Li, Siqi Ren 외

Many important real-world applications involve time-series data with skewed distribution. Compared to conventional imbalance learning problems, the classification of imbalanced time-series data is more challenging due to…

ClassificationClusteringGeneral ClassificationTime Series+2

Event2Graph: Event-driven Bipartite Graph for Multivariate Time-series Anomaly Detection

2021-08-15 · Yuhang Wu, Mengting Gu, Lan Wang, Yusan Lin 외

Modeling inter-dependencies between time-series is the key to achieve high performance in anomaly detection for multivariate time-series data. The de-facto solution to model the dependencies is to feed the data into a re…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

Contrastive Representation Learning for Predicting Solar Flares from Extremely Imbalanced Multivariate Time Series Data

2024-10-01 · Onur Vural, Shah Muhammad Hamdi, Soukaina Filali Boubrahimi

Major solar flares are abrupt surges in the Sun's magnetic flux, presenting significant risks to technological infrastructure. In view of this, effectively predicting major flares from solar active region magnetic field …

Maximum SeparationRepresentation LearningSolar Flare PredictionTime Series+1