← Search

Alessio Gravina

12 accepted papers

2026

Adaptive Memory Retention in Dynamic Graphs

ICML 2026spotlight

Modeling graphs demands a careful balance between long-range propagation of information across nodes and the controlled dissipation of noisy or redundant signals to ensure stable learning and generalization. This challenge is exacerbated in dynamic graphs, where structural and temporal information i…

Cited by 0SourceScholar
2026

Can You Hear Me Now? A Benchmark for Long-Range Graph Propagation

ICLR 2026poster

Effectively capturing long-range interactions remains a fundamental yet unresolved challenge in graph neural network (GNN) research, critical for applications across diverse fields of science. To systematically address this, we introduce ECHO (Evaluating Communication over long HOps), a novel benchm…

Cited by 0SourcecodeScholar
2026

Improving Long-Range Interactions in Graph Neural Simulators via Hamiltonian Dynamics

ICLR 2026poster

Learning to simulate complex physical systems from data has emerged as a promising way to overcome the limitations of traditional numerical solvers, which often require prohibitive computational costs for high-fidelity solutions. Recent Graph Neural Simulators (GNSs) accelerate simulations by learni…

Cited by 0SourcecodeScholar
2025

Graph Adaptive Autoregressive Moving Average Models

ICML 2025spotlight

Graph State Space Models (SSMs) have recently been introduced to enhance Graph Neural Networks (GNNs) in modeling long-range interactions. Despite their success, existing methods either compromise on permutation equivariance or limit their focus to pairwise interactions rather than sequences. Buildi…

Cited by 0SourcePDFScholar
2025

On Oversquashing in Graph Neural Networks Through the Lens of Dynamical Systems

AAAI 2025technical

A common problem in Message-Passing Neural Networks is oversquashing -- the limited ability to facilitate effective information flow between distant nodes. Oversquashing is attributed to the exponential decay in information transmission as node distances increase. This paper introduces a novel persp…

2025

On Vanishing Gradients, Over-Smoothing, and Over-Squashing in GNNs: Bridging Recurrent and Graph Learning

NeurIPS 2025poster

Graph Neural Networks (GNNs) are models that leverage the graph structure to transmit information between nodes, typically through the message-passing operation. While widely successful, this approach is well-known to suffer from representational collapse as the number of layers increases and insens…

Cited by 0SourceScholar
2025

Port-Hamiltonian Architectural Bias for Long-Range Propagation in Deep Graph Networks

ICLR 2025poster

The dynamics of information diffusion within graphs is a critical open issue that heavily influences graph representation learning, especially when considering long-range propagation. This calls for principled approaches that control and regulate the degree of propagation and dissipation of informat…

Cited by 15SourcePDFScholar
2025

Return of ChebNet: Understanding and Improving an Overlooked GNN on Long Range Tasks

NeurIPS 2025spotlight

ChebNet, one of the earliest spectral GNNs, has largely been overshadowed by Message Passing Neural Networks (MPNNs), which gained popularity for their simplicity and effectiveness in capturing local graph structure. Despite their success, MPNNs are limited in their ability to capture long-range dep…

Cited by 0SourceScholar
2024

Long Range Propagation on Continuous-Time Dynamic Graphs

ICML 2024poster

Learning Continuous-Time Dynamic Graphs (C-TDGs) requires accurately modeling spatio-temporal information on streams of irregularly sampled events. While many methods have been proposed recently, we find that most message passing-, recurrent- or self-attention-based methods perform poorly on *long-r…

2024

Temporal Graph ODEs for Irregularly-Sampled Time Series

IJCAI 2024poster

Modern graph representation learning works mostly under the assumption of dealing with regularly sampled temporal graph snapshots, which is far from realistic, e.g., social networks and physical systems are characterized by continuous dynamics and sporadic observations. To address this limitation, w…

2023

Anti-Symmetric DGN: a stable architecture for Deep Graph Networks

ICLR 2023poster

Deep Graph Networks (DGNs) currently dominate the research landscape of learning from graphs, due to their efficiency and ability to implement an adaptive message-passing scheme between the nodes. However, DGNs are typically limited in their ability to propagate and preserve long-term dependencies b…