Skip to content

Commit 7a2fb36

Browse files
committed
gnn4ts accepted at IEEE TPAMI
1 parent 0c28768 commit 7a2fb36

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

_data/news.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- date: 2024/08
2+
text: 'Our <a href="https://ieeexplore.ieee.org/document/10636792">survey on GNNs for time series</a> has been accepted at <strong>IEEE TPAMI</strong>!'
13
- date: 2024/05
24
text: 'Two papers accepted at <strong>ICML 2024</strong>! <a href="https://arxiv.org/abs/2305.19183">Graph-based Time Series Clustering for End-to-End Hierarchical Forecasting</a> (Cini et al.) and <a href="https://arxiv.org/abs/2402.10634">Graph-based Forecasting with Missing Data through Spatiotemporal Downsampling</a> (Marisca et al.).'
35
- date: 2024/04

_data/publications.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
- title: "A Survey on Graph Neural Networks for Time Series: Forecasting, Classification, Imputation, and Anomaly Detection"
133133
links:
134134
paper: https://arxiv.org/abs/2307.03759
135-
venue: Preprint
136-
year: 2023
135+
venue: IEEE Transactions on Pattern Analysis and Machine Intelligence
136+
year: 2024
137137
authors:
138138
- M. Jin
139139
- H. Y. Koh
@@ -150,6 +150,14 @@
150150
- imputation
151151
- anomaly detection
152152
abstract: "Time series are the primary data type used to record dynamic system measurements and generated in great volume by both physical sensors and online processes (virtual sensors). Time series analytics is therefore crucial to unlocking the wealth of information implicit in available data. With the recent advancements in graph neural networks (GNNs), there has been a surge in GNN-based approaches for time series analysis. These approaches can explicitly model inter-temporal and inter-variable relationships, which traditional and other deep neural network-based methods struggle to do. In this survey, we provide a comprehensive review of graph neural networks for time series analysis (GNN4TS), encompassing four fundamental dimensions: forecasting, classification, anomaly detection, and imputation. Our aim is to guide designers and practitioners to understand, build applications, and advance research of GNN4TS. At first, we provide a comprehensive task-oriented taxonomy of GNN4TS. Then, we present and discuss representative research works and introduce mainstream applications of GNN4TS. A comprehensive discussion of potential future research directions completes the survey. This survey, for the first time, brings together a vast array of knowledge on GNN-based time series research, highlighting foundations, practical applications, and opportunities of graph neural networks for time series analysis."
153+
bibtex: >
154+
@article{jin2024survey,
155+
author={Jin, Ming and Koh, Huan Yee and Wen, Qingsong and Zambon, Daniele and Alippi, Cesare and Webb, Geoffrey I. and King, Irwin and Pan, Shirui},
156+
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
157+
title={A Survey on Graph Neural Networks for Time Series: Forecasting, Classification, Imputation, and Anomaly Detection},
158+
year={2024},
159+
doi={10.1109/TPAMI.2024.3443141}
160+
}
153161
- title: Graph-based Time Series Clustering for End-to-End Hierarchical Forecasting
154162
links:
155163
paper: https://arxiv.org/abs/2305.19183

0 commit comments

Comments
 (0)