paper-with-me

Papers

Discrete Graph Structure Learning for Forecasting Multiple Time Series

2021-01-18 · ICLR 2021 1 · Chao Shang, Jie Chen, Jinbo Bi

Time series forecasting is an extensively studied subject in statistics, economics, and computer science. Exploration of the correlation and causation among the variables in a multivariate time series shows promise in enhancing the performance of a time series model. When using deep neural networks as forecasting models, we hypothesize that exploiting the pairwise information among multiple (multivariate) time series also improves their forecast. If an explicit graph structure is known, graph neural networks (GNNs) have been demonstrated as powerful tools to exploit the structure. In this work, we propose learning the structure simultaneously with the GNN if the graph is unknown. We cast the problem as learning a probabilistic graph model through optimizing the mean performance over the graph distribution. The distribution is parameterized by a neural network so that discrete graphs can be sampled differentiably through reparameterization. Empirical evaluations show that our method is simpler, more efficient, and better performing than a recently proposed bilevel learning approach for graph structure learning, as well as a broad array of forecasting models, either deep or non-deep learning based, and graph or non-graph based.

📄 PDF Abstract BibTeX arXiv:2101.06861

Code (1)

chaoshangcs/GTS 공식 구현 pytorch

Tasks

Graph structure learningTime SeriesTime Series AnalysisTime Series Forecasting

Similar Papers 제목 키워드 기반

Multivariate Time Series Forecasting with Dynamic Graph Neural ODEs

2022-02-17 · Ming Jin, Yu Zheng, Yuan-Fang Li, Siheng Chen 외

Multivariate time series forecasting has long received significant attention in real-world applications, such as energy consumption and traffic prediction. While recent methods demonstrate good forecasting abilities, the…

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting+1

Multivariate de Bruijn Graphs: A Symbolic Graph Framework for Time Series Forecasting

2025-05-28 · Mert Onur Cakiroglu, Idil Bilge Altun, Hasan Kurban, Elham Buxton 외

Time series forecasting remains a challenging task for foundation models due to temporal heterogeneity, high dimensionality, and the lack of inherent symbolic structure. In this work, we propose DRAGON (Discrete Represen…

Time SeriesTime Series Forecasting

Continuous Product Graph Neural Networks

2024-05-29 · Aref Einizade, Fragkiskos D. Malliaros, Jhony H. Giraldo

Processing multidomain data defined on multiple graphs holds significant potential in various practical applications in computer science. However, current methods are mostly limited to discrete graph filtering operations…

INDEQS: Informed Neural controlled Differential EQuationS

2026-06-17 · Michael Detzel, Gabriel Nobis, Kristiyan Blagov, Juri Schubert 외 arxiv

Neural Controlled Differential Equations (NCDE) provide a powerful continuous-time framework for forecasting time series, but standard graph-based extensions typically learn spatial structure purely from data, even in se…

Wavelet-Inspired Multiscale Graph Convolutional Recurrent Network for Traffic Forecasting

2024-01-11 · Qipeng Qian, Tanwi Mallick

Traffic forecasting is the foundation for intelligent transportation systems. Spatiotemporal graph neural networks have demonstrated state-of-the-art performance in traffic forecasting. However, these methods do not expl…

DecoderGraph Learning