You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _tutorials/graph-based-processing/log-2024.html
+38-57Lines changed: 38 additions & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: particles_header
3
-
title: Graph Deep Learning for Spatiotemporal Time Series
3
+
title: Graph Deep Learning for Time Series Processing
4
4
lead: Forecasting, Reconstruction and Analysis
5
5
description: The GMLG tutorial on graph deep learning for time-series processing.
6
6
venue: LoG Conference 2024
@@ -14,13 +14,11 @@
14
14
<divclass="col-lg-8">
15
15
<p>
16
16
Successful applications of <strong>deep learning</strong> in <strong>time series</strong> processing
17
-
often involve training a single neural network on a collection of (related) time series. In the case
18
-
of <strong>spatially correlated</strong> time series, pairwise relationships can be modeled by
19
-
considering a (possibly dynamic) graph spanning the collection. In this context, <strong>graph-based
20
-
methods</strong> take the standard deep learning approach to time series processing a step
21
-
forward. The recent theoretical and practical developments in graph neural networks make the
22
-
adoption of such an approach particularly appealing and timely.
23
-
17
+
often involve training a single neural network on a collection of (related) time series.
18
+
Pairwise relationships among time series can be modeled by considering a (possibly dynamic) graph spanning the collection. In this context, <strong>graph-based
19
+
methods</strong> take the standard deep learning approach to time series processing a step forward.
20
+
The recent theoretical and practical developments in graph machine learning make adopting such an approach particularly appealing and timely.
21
+
24
22
<!-- Successful applications of <strong>deep learning</strong> in <strong>time series</strong> processing
25
23
often involve training a single neural network on a collection of (related) time series. In the case
26
24
of <strong>spatially correlated</strong> time series, pairwise relationships can be modeled by
@@ -35,17 +33,13 @@
35
33
36
34
The twofold <strong>objective</strong> of this tutorial is to:
37
35
<ol>
38
-
<li>offer a <strong>comprehensive overview</strong> of the field, with a focus on forecasting and
39
-
missing data reconstruction;
36
+
<li>offer a <strong>comprehensive overview</strong> of the field, with a focus on forecasting applications;
40
37
</li>
41
-
<li>provide the necessary theoretically grounded <strong>tools and practical
42
-
recommendations</strong> to design and evaluate graph-based spatiotemporal models.
38
+
<li>provide <strong>tools and guidelines</strong> to design and evaluate graph-based models for time series.
43
39
</li>
44
40
</ol>
45
-
This tutorial is meant for both early-career and experienced researchers looking for a coherent
46
-
framing of the field, seeking principles and guidelines to secure the most advanced technologies.
47
-
Basic knowledge about deep learning for time series and graph-structured data is sufficient to
48
-
benefit from the tutorial.
41
+
This tutorial is meant for early-carrer researchers and practitioners who wish to apply graph deep learning methods to their time series processing applications.
42
+
At the same time, the tutorial provides experienced scholars with a coherent framing of the state of the art and new perspectives.
49
43
</p>
50
44
</div>
51
45
<divclass="col-lg-8 text-center">
@@ -62,9 +56,9 @@ <h1>Material</h1>
62
56
<divclass="container px-4">
63
57
<divclass="row gx-4 justify-content-center">
64
58
<divclass="col-lg-8">
65
-
<pclass="lead">This tutorial will be delivered mainly at the <strong
59
+
<pclass="lead">This tutorial will be delivered at the <strong
66
60
class="text-decoration-underline">Learning on Graphs (LoG) Conference</strong>,
67
-
held virtually<strong>from the 26th to the 29th of November 2024</strong>, and concludes at the
61
+
held online<strong>from the 26th to the 29th of November 2024</strong>, and at the
68
62
<strongclass="text-decoration-underline">Italy Meetup</strong>, in Siena, Italy,
69
63
<strong>from the 4th to the 6th of December 2024</strong>.<br>The tutorial will
70
64
take place on
@@ -91,52 +85,41 @@ <h1>Material</h1>
91
85
<divclass="row gx-4 justify-content-center">
92
86
<divclass="col-lg-8">
93
87
<h1class="text-center">Program</h1>
94
-
<h5class="mt-3 mb-2 fw-light"><spanclass="fw-bold me-2">Part 1</span> Graph-based processing of
95
-
spatiotemporal time series.</h5>
88
+
<h5class="mt-3 mb-2 fw-light"><spanclass="fw-bold me-2">Part 1</span> Graph deep learning for time series processing.</h5>
96
89
<ol>
97
-
<li><strong>Spatiotemporal time series</strong><br>
98
-
Definition of the problem settings. Introduction to common downstream tasks: forecasting and
99
-
imputation.
90
+
<li><strong>Correlated time series</strong><br>
91
+
Definition of the problem settings. Time series forecasting.
92
+
</li>
93
+
<li><strong>Graph deep learning for time series forecasting</strong><br>
94
+
Graph-based framework for representing correlated time series. Graph-based models for time series forecasting.
95
+
Similarities to and differences from related settings in time series analysis and temporal graph learning.
0 commit comments