Skip to content

Commit 0108fa6

Browse files
committed
Added cini2023graph
1 parent 085160d commit 0108fa6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

_data/publications.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
---
2+
- title: Graph Deep Learning for Time Series Forecasting
3+
links:
4+
paper: https://arxiv.org/abs/2310.15978
5+
venue: Preprint
6+
year: 2023
7+
authors:
8+
- id:acini
9+
- id:imarisca
10+
- id:dzambon
11+
- id:calippi
12+
keywords:
13+
- spatiotemporal graphs
14+
- forecasting
15+
abstract: 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.
216
- title: Graph-based Time Series Clustering for End-to-End Hierarchical Forecasting
317
links:
418
paper: https://arxiv.org/abs/2305.19183

0 commit comments

Comments
 (0)