paper-with-me

홈 › Papers

Graph Deep Learning for Time Series Forecasting

2023-10-24 · Andrea Cini, Ivan Marisca, Daniele Zambon, Cesare Alippi

Graph-based deep learning methods have become popular tools to process collections of correlated time series. Differently from traditional multivariate forecasting methods, neural graph-based predictors take advantage of pairwise relationships by conditioning forecasts on a (possibly dynamic) graph spanning the time series collection. The conditioning can take the form of an architectural inductive bias on the neural forecasting architecture, resulting in a family of deep learning models called spatiotemporal graph neural networks. Such relational inductive biases enable the training of global forecasting models on large time-series collections, while at the same time localizing predictions w.r.t. each element in the set (i.e., graph nodes) by accounting for local correlations among them (i.e., graph edges). Indeed, recent theoretical and practical advances in graph neural networks and deep learning for time series forecasting make the adoption of such processing frameworks appealing and timely. However, most of the studies in the literature focus on proposing variations of existing neural architectures by taking advantage of modern deep learning practices, while foundational and methodological aspects have not been subject to systematic investigation. To fill the gap, this paper aims to introduce a comprehensive methodological framework that formalizes the forecasting problem and provides design principles for graph-based predictive models and methods to assess their performance. At the same time, together with an overview of the field, we provide design guidelines, recommendations, and best practices, as well as an in-depth discussion of open challenges and future research directions.

📄 PDF Abstract BibTeX arXiv:2310.15978

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningInductive BiasTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Graph Deep Factors for Forecasting

2020-10-14 · Hongjie Chen, Ryan A. Rossi, Kanak Mahadik, Sungchul Kim 외

Deep probabilistic forecasting techniques have recently been proposed for modeling large collections of time-series. However, these techniques explicitly assume either complete independence (local model) or complete depe…

Computational EfficiencyTime SeriesTime Series Analysis

Multivariate Time Series Anomaly Detection via Dynamic Graph Forecasting

2023-02-04 · Katrina Chen, Mingbin Feng, Tony S. Wirjanto

Anomalies in univariate time series often refer to abnormal values and deviations from the temporal patterns from majority of historical observations. In multivariate time series, anomalies also refer to abnormal changes…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection+1

Forecasting Irregularly Sampled Time Series using Graphs

2023-05-22 · Vijaya Krishna Yalavarthi, Kiran Madhusudhanan, Randolf Sholz, Nourhan Ahmed 외

Forecasting irregularly sampled time series with missing values is a crucial task for numerous real-world applications such as healthcare, astronomy, and climate sciences. State-of-the-art approaches to this problem rely…

AstronomyMissing ValuesMultivariate Time Series ForecastingTime Series

TimeGNN: Temporal Dynamic Graph Learning for Time Series Forecasting

2023-07-27 · Nancy Xu, Chrysoula Kosma, Michalis Vazirgiannis

Time series forecasting lies at the core of important real-world applications in many fields of science and engineering. The abundance of large time series datasets that consist of complex patterns and long-term dependen…

Graph LearningGraph Neural NetworkTime SeriesTime Series Forecasting

A Study of Joint Graph Inference and Forecasting

2021-09-10 · Daniel Zügner, François-Xavier Aubet, Victor Garcia Satorras, Tim Januschowski 외

We study a recent class of models which uses graph neural networks (GNNs) to improve forecasting in multivariate time series. The core assumption behind these models is that there is a latent graph between the time serie…

Graph LearningTime SeriesTime Series Analysis