Skip to content

Commit 08d9274

Browse files
committed
Updated tutorial ECML 2023 and added presentation
1 parent 960c2cb commit 08d9274

3 files changed

Lines changed: 47 additions & 31 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
addressable (2.8.4)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.10)
7+
concurrent-ruby (1.2.2)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.15.5)
1313
forwardable-extended (2.6.0)
14+
google-protobuf (3.23.2-x86_64-darwin)
1415
http_parser.rb (0.8.0)
15-
i18n (1.12.0)
16+
i18n (1.14.1)
1617
concurrent-ruby (~> 1.0)
17-
jekyll (4.3.1)
18+
jekyll (4.3.2)
1819
addressable (~> 2.4)
1920
colorator (~> 1.0)
2021
em-websocket (~> 0.5)
@@ -30,10 +31,13 @@ GEM
3031
safe_yaml (~> 1.0)
3132
terminal-table (>= 1.8, < 4.0)
3233
webrick (~> 1.7)
33-
jekyll-feed (0.17.0)
34+
jekyll-feed (0.15.1)
3435
jekyll (>= 3.7, < 5.0)
35-
jekyll-sass-converter (2.2.0)
36-
sassc (> 2.0.1, < 3.0)
36+
jekyll-liquify (0.0.2)
37+
liquid (>= 2.5, < 5.0)
38+
redcarpet (~> 3.1)
39+
jekyll-sass-converter (3.0.0)
40+
sass-embedded (~> 1.54)
3741
jekyll-seo-tag (2.8.0)
3842
jekyll (>= 3.8, < 5.0)
3943
jekyll-watch (2.2.1)
@@ -42,8 +46,8 @@ GEM
4246
rexml
4347
kramdown-parser-gfm (1.1.0)
4448
kramdown (~> 2.0)
45-
liquid (4.0.3)
46-
listen (3.7.1)
49+
liquid (4.0.4)
50+
listen (3.8.0)
4751
rb-fsevent (~> 0.10, >= 0.10.3)
4852
rb-inotify (~> 0.9, >= 0.9.10)
4953
mercenary (0.4.0)
@@ -57,15 +61,16 @@ GEM
5761
rb-fsevent (0.11.2)
5862
rb-inotify (0.10.1)
5963
ffi (~> 1.0)
64+
redcarpet (3.6.0)
6065
rexml (3.2.5)
61-
rouge (4.0.1)
66+
rouge (4.1.2)
6267
safe_yaml (1.0.5)
63-
sassc (2.4.0)
64-
ffi (~> 1.9)
68+
sass-embedded (1.62.1-x86_64-darwin)
69+
google-protobuf (~> 3.21)
6570
terminal-table (3.0.2)
6671
unicode-display_width (>= 1.1.1, < 3)
67-
unicode-display_width (2.3.0)
68-
webrick (1.7.0)
72+
unicode-display_width (2.4.2)
73+
webrick (1.8.1)
6974

7075
PLATFORMS
7176
x86_64-darwin-20
@@ -74,6 +79,7 @@ DEPENDENCIES
7479
http_parser.rb (~> 0.6.0)
7580
jekyll (~> 4.3.1)
7681
jekyll-feed (~> 0.12)
82+
jekyll-liquify
7783
minima (~> 2.5)
7884
tzinfo (>= 1, < 3)
7985
tzinfo-data

_tutorials/graph-based-processing/ecml-2023.html

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: particles_header
3-
title: Graph-based Processing of Spatiotemporal Time Series
3+
title: Graph Deep Learning for Spatiotemporal Time Series
44
lead: Forecasting, Reconstruction and Analysis
55
description: The GMLG tutorial on graph deep learning for time-series processing.
66
venue: ECML PKDD 2023
@@ -76,6 +76,20 @@
7676
</div>
7777
</div>
7878
</section>
79+
<!-- Material section-->
80+
<section>
81+
<div class="container px-4">
82+
<div class="row gx-4 justify-content-center">
83+
<div class="col-lg-8 text-center">
84+
<h1>Material</h1>
85+
<p>Download the slides used in our tutorial.</p>
86+
<a href="./gdl4sts_handout.pdf">
87+
<img src="{{site.url}}/assets/img/presentation-thumb.png" height="82px" />
88+
</a>
89+
</div>
90+
</div>
91+
</div>
92+
</section>
7993
<!-- Program section-->
8094
<section class="bg-light">
8195
<div class="container px-4">
@@ -85,34 +99,31 @@ <h1 class="text-center">Program</h1>
8599
<h5 class="mt-3 mb-2 fw-light"><span class="fw-bold me-2">Part 1</span> Graph-based processing of
86100
spatiotemporal time series.</h5>
87101
<ol>
88-
<li><strong>Spatiotemporal time series with graph-side information</strong><br>
102+
<li><strong>Spatiotemporal time series</strong><br>
89103
Definition of the problem settings. Introduction to common downstream tasks: forecasting and
90104
imputation.
91105
</li>
92106
<li><strong>Spatiotemporal graph neural networks (STGNNs)</strong><br>
93107
Presentation of the fundamental components of the general STGNN family of deep learning models
94-
for STS. Recipes and strategies for building effective STGNNs are provided.
108+
for STS. Recipes and strategies for building effective STGNNs, as well as architectures from the
109+
literature, are provided.
95110
</li>
96-
<li><strong>Global and local spatiotemporal models</strong><br>
111+
<li><strong>Global and local models</strong><br>
97112
Discussion on the problem of local effects in spatiotemporal data. Review of the global and
98113
local modeling paradigms with their strengths and practical implications.
99114
</li>
100-
<li><strong>Forecasting</strong><br>
101-
Overview of model architectures from the literature.
115+
<li><strong>Model quality assessment</strong><br>
116+
Identification of time-space regions, e.g., specific sensors or periods of time, where
117+
predictions can be improved.
102118
</li>
103119
</ol>
104120

105121
<h5 class="mt-3 mb-2 fw-light"><span class="fw-bold me-2">Part 2</span> Challenges and tools.</h5>
106122
<ol>
107-
<li><strong>Graph learning</strong><br>
123+
<li><strong>Latent graph learning</strong><br>
108124
Why and how to learn a graph structure from data when relational information is unavailable,
109125
insufficient or unreliable.
110126
</li>
111-
<li><strong>Statistical tools to test the optimality of predictive
112-
models</strong><br>
113-
Identification of time-space regions, e.g., specific sensors or periods of time, where
114-
predictions can be improved.
115-
</li>
116127
<li><strong>Learning in non-stationary environments</strong><br>
117128
Challenges and methods associated with modeling the evolution of spatiotemporal systems over
118129
time.
@@ -125,12 +136,11 @@ <h5 class="mt-3 mb-2 fw-light"><span class="fw-bold me-2">Part 2</span> Challeng
125136
multivariate
126137
time series imputation.
127138
</li>
128-
<li><strong>Software</strong><br>
129-
Overview of open-source Pytorch libraries for graph-based spatiotemporal data processing and
130-
short demo
131-
with Torch Spatiotemporal.
132-
</li>
133139
</ol>
140+
141+
<h5 class="mt-3 mb-2 fw-light"><span class="fw-bold me-2">Demo</span> Coding Spatiotemporal GNNs.</h5>
142+
<p>Overview of open-source Pytorch libraries for graph-based spatiotemporal data processing and short demo
143+
with Torch Spatiotemporal.</p>
134144
</div>
135145
</div>
136146
</div>
5.19 MB
Binary file not shown.

0 commit comments

Comments
 (0)