Skip to content

Commit 046046d

Browse files
committed
added special session at WCCI 24
1 parent 0108fa6 commit 046046d

6 files changed

Lines changed: 32 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: 2023/12
2+
text: 'Submit by Jan. 15 to our <strong>special sessions</strong> <a href="https://sites.google.com/view/dl4g-2024">Deep Learning for Graphs</a> at IEEE WCCI 2024 in Yokohama, Japan (Jun. 30-Jul. 5).'
13
- date: 2023/09
24
text: Our paper <a href="https://arxiv.org/abs/2302.04071">Taming Local Effects in Graph-based Spatiotemporal Forecasting</a> (Cini et al.) has been accepted at <strong>NeurIPS 2023</strong>!
35
- date: 2023/08

_data/publications.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@
1313
- spatiotemporal graphs
1414
- forecasting
1515
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.
16+
- title: Graph Representation Learning (special session at ESANN 2023)
17+
links:
18+
paper: https://doi.org/10.14428/esann/2023.ES2023-4
19+
venue: ESANN
20+
year: 2023
21+
authors:
22+
- D. Bacciu
23+
- F. Errica
24+
- A. Micheli
25+
- N. Navarin
26+
- L. Pasa
27+
- M. Podda
28+
- id:dzambon
29+
keywords:
30+
- graph neural networks
31+
abstract: In a broad range of real-world machine learning applications, representing examples as graphs is crucial to avoid a loss of information. Due to this in the last few years, the definition of machine learning methods, particularly neural networks, for graph-structured inputs has been gaining increasing attention. In particular, Deep Graph Networks (DGNs) are nowadays the most commonly adopted models to learn a representation that can be used to address different tasks related to nodes, edges, or even entire graphs. This tutorial paper reviews fundamental concepts and open challenges of graph representation learning and summarizes the contributions that have been accepted for publication to the ESANN 2023 special session on the topic.
1632
- title: Graph-based Time Series Clustering for End-to-End Hierarchical Forecasting
1733
links:
1834
paper: https://arxiv.org/abs/2305.19183

_data/special_sessions.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
1+
- date: June 30 - July 5, 2024
2+
title: Deep Learning for Graphs
3+
url: https://sites.google.com/view/dl4g-2024
4+
venue: IEEE WCCI 2024
5+
city: Yokohama, Japan
16
- date: October 04-06, 2023
27
title: Graph Representation Learning
38
url: https://www.esann.org/special-sessions#session4
49
venue: ESANN 2023
10+
city: Bruges, Belgium
511
- date: July 18-23, 2023
612
title: Deep Learning for Graphs
713
url: https://sites.google.com/view/dl4g-2023
814
venue: IEEE IJCNN 2023
15+
city: Gold Coast, Queensland, Australia
916
- date: October 05-07, 2022
1017
title: Deep Learning for Graphs
1118
url: https://www.esann.org/proceedings/2022#485
1219
venue: ESANN 2022
20+
city: Bruges, Belgium
1321
- date: July 18-23, 2022
1422
title: Deep Learning for Graphs
1523
url: https://sites.google.com/view/dl4g-2022
1624
venue: IEEE WCCI 2022
25+
city: Padua, Italy
1726
- date: October 05-07, 2021
1827
title: Deep Learning for Graphs
1928
url: https://www.esann.org/proceedings/2021#416
2029
venue: ESANN 2021
30+
city: Bruges, Belgium
2131

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
lead: Forecasting, Reconstruction and Analysis
55
description: The GMLG tutorial on graph deep learning for time-series processing.
66
venue: ECML PKDD 2023
7+
city: Turin, Italy
78
image: tutorials/graph-based-processing/img/thumb.jpg?v=2
89
---
910
<!-- Outline section-->

special-sessions.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ <h2>List of special sessions</h2>
1313
{% for special_session in site.data.special_sessions %}
1414
<li>
1515
<a class="h5" href="{{ special_session.url }}">{{ special_session.title }}</a><br>
16-
<span class="text-muted fw-light">{{ special_session.venue }}</span>
16+
<span class="text-muted fw-light">{{ special_session.venue }} &sdot; {{ special_session.city }}</span>
17+
<!-- <i>{{ special_session.city }}</i>, {{ special_session.date }}. -->
1718
</li>
1819
{% endfor %}
1920
</ul>

tutorials.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2>List of tutorials</h2>
1313
{% for tutorial in site.tutorials %}
1414
<li>
1515
<a class="h5" href="{{ tutorial.url }}">{{ tutorial.title }}</a><br>
16-
<span class="text-muted fw-light">{{ tutorial.venue }}</span>
16+
<span class="text-muted fw-light">{{ tutorial.venue }} &sdot; {{ tutorial.city }}</span>
1717
</li>
1818
{% endfor %}
1919
</ul>

0 commit comments

Comments
 (0)