Skip to content

Commit 53af2a4

Browse files
committed
paper alle + tina
1 parent feb5922 commit 53af2a4

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

_data/news.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- date: 2026/02
2+
text: >
3+
Two new preprints out!
4+
<a href="https://arxiv.org/abs/2512.22702">What Matters in Deep Learning for Time Series Forecasting?</a> (Moretti et al.) and
5+
<a href="https://arxiv.org/abs/2602.12703">SWING: Unlocking Implicit Graph Representations for Graph Random Features</a> (Manenti et al).
6+
Have a look!
17
- date: 2025/10
28
text: >
39
Two new preprints about our latest research!

_data/publications.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
---
2+
- title: "SWING: Unlocking Implicit Graph Representations for Graph Random Features"
3+
venue: Preprint
4+
year: 2026
5+
authors:
6+
- id:amanenti
7+
- A. Dubey
8+
- A. Sehanobish
9+
- id:calippi
10+
- K. Choromanski
11+
keywords:
12+
- scalability
13+
- graph kernels
14+
- random features
15+
abstract: "We propose SWING: Space Walks for Implicit Network Graphs, a new class of algorithms for computations involving Graph Random Features on graphs given by implicit representations (i-graphs), where edge-weights are defined as bi-variate functions of feature vectors in the corresponding nodes. Those classes of graphs include several prominent examples, such as: ε-neighborhood graphs, used on regular basis in machine learning. Rather than conducting walks on graphs' nodes, those methods rely on walks in continuous spaces, in which those graphs are embedded. To accurately and efficiently approximate original combinatorial calculations, SWING applies customized Gumbel-softmax sampling mechanism with linearized kernels, obtained via random features coupled with importance sampling techniques. This algorithm is of its own interest. SWING relies on the deep connection between implicitly defined graphs and Fourier analysis, presented in this paper. SWING is accelerator-friendly and does not require input graph materialization. We provide detailed analysis of SWING and complement it with thorough experiments on different classes of i-graphs."
16+
bibtex: >
17+
@article{manenti2026swing,
18+
title={SWING: Unlocking Implicit Graph Representations for Graph Random Features},
19+
author={Manenti, Alessandro and Dubey, Avinava and Sehanobish, Arijit and Alippi, Cesare and Choromanski, Krzysztof},
20+
journal={arXiv preprint arXiv:2602.12703},
21+
year={2026}
22+
}
23+
links:
24+
paper: https://arxiv.org/abs/2602.12703
225
- title: "What Matters in Deep Learning for Time Series Forecasting?"
326
venue: preprint
427
year: 2025
@@ -95,6 +118,8 @@
95118
journal={arXiv preprint arXiv:2509.24728},
96119
year={2025}
97120
}
121+
links:
122+
paper: https://arxiv.org/abs/2509.24728
98123
- title: "Online Continual Graph Learning"
99124
venue: Preprint
100125
year: 2025

0 commit comments

Comments
 (0)