paper-with-me

홈 › Papers

GCGNet: Graph-Consistent Generative Network for Time Series Forecasting with Exogenous Variables

2026-03-09 · Zhengyu Li, Xiangfei Qiu, Yuhan Zhu, Xingjian Wu, Jilin Hu, Chenjuan Guo, Bin Yang arxiv

Exogenous variables offer valuable supplementary information for predicting future endogenous variables. Forecasting with exogenous variables needs to consider both past-to-future dependencies (i.e., temporal correlations) and the influence of exogenous variables on endogenous variables (i.e., channel correlations). This is pivotal when future exogenous variables are available, because they may directly affect the future endogenous variables. Many methods have been proposed for time series forecasting with exogenous variables, focusing on modeling temporal and channel correlations. However, most of them use a two-step strategy, modeling temporal and channel correlations separately, which limits their ability to capture joint correlations across time and channels. Furthermore, in real-world scenarios, time series are frequently affected by various forms of noises, underscoring the critical importance of robustness in such correlations modeling. To address these limitations, we propose GCGNet, a Graph-Consistent Generative Network for time series forecasting with exogenous variables. Specifically, GCGNet first employs a Variational Generator to produce coarse predictions. A Graph Structure Aligner then further guides it by evaluating the consistency between the generated and true correlations, where the correlations are represented as graphs, and are robust to noises. Finally, a Graph Refiner is proposed to refine the predictions to prevent degeneration and improve accuracy. Extensive experiments on 12 real-world datasets demonstrate that GCGNet outperforms state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2603.08032

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

GAT-GAN : A Graph-Attention-based Time-Series Generative Adversarial Network

2023-06-03 · Srikrishna Iyer, Teng Teck Hou

Generative Adversarial Networks (GANs) have proven to be a powerful tool for generating realistic synthetic data. However, traditional GANs often struggle to capture complex relationships between features which results i…

Generative Adversarial NetworkGraph AttentionTime Series

Learning to Generate Time Series Conditioned Graphs with Generative Adversarial Nets

2020-03-03 · Shanchao Yang, Jing Liu, Kai Wu, Mingming Li

Deep learning based approaches have been utilized to model and generate graphs subjected to different distributions recently. However, they are typically unsupervised learning based and unconditioned generative models or…

Graph GenerationTime SeriesTime Series Analysis

DAMNETS: A Deep Autoregressive Model for Generating Markovian Network Time Series

2022-03-28 · Jase Clarkson, Mihai Cucuringu, Andrew Elliott, Gesine Reinert

Generative models for network time series (also known as dynamic graphs) have tremendous potential in fields such as epidemiology, biology and economics, where complex graph-based dynamics are core objects of study. Desi…

EpidemiologyTime SeriesTime Series Analysis

Causal Recurrent Variational Autoencoder for Medical Time Series Generation

2023-01-16 · Hongming Li, Shujian Yu, Jose Principe

We propose causal recurrent variational autoencoder (CR-VAE), a novel generative model that is able to learn a Granger causal graph from a multivariate time series x and incorporates the underlying causal mechanism into …

Causal InferenceDecoderEEGElectroencephalogram (EEG)+3

Preserving Temporal Dynamics in Time Series Generation

2026-04-29 · Ci Lin, Futong Li, Tet Yeap, Iluju Kiringa arxiv

Time-series data augmentation plays a crucial role in regression-oriented forecasting tasks, where limited data restricts the performance of deep learning models. While Generative Adversarial Networks (GANs) have shown p…

Data Augmentation