English

LEAP: Local ECT-Based Learnable Positional Encodings for Graphs

Machine Learning 2026-05-15 v3

Abstract

Graph neural networks (GNNs) largely rely on the message-passing paradigm, where nodes iteratively aggregate information from their neighbors. Yet, standard message passing neural networks (MPNNs) face well-documented theoretical and practical limitations. Graph positional encoding (PE) has emerged as a promising direction to address these limitations. The Euler Characteristic Transform (ECT) is an efficiently computable geometric-topological invariant that characterizes shapes and graphs. In this work, we combine the differentiable approximation of the ECT (DECT) and its local variant (\ell-ECT) to propose LEAP, a new end-to-end trainable local structural PE for graphs. We evaluate our approach on multiple real-world datasets as well as on a synthetic task designed to test its ability to extract topological features. Our results underline the potential of LEAP-based encodings as a powerful component for graph representation learning pipelines.

Keywords

Cite

@article{arxiv.2510.00757,
  title  = {LEAP: Local ECT-Based Learnable Positional Encodings for Graphs},
  author = {Juan Amboage and Ernst Röell and Patrick Schnider and Bastian Rieck},
  journal= {arXiv preprint arXiv:2510.00757},
  year   = {2026}
}

Comments

Accepted at the International Conference on Learning Representations (ICLR) 2026. Our code is available https://www.github.com/aidos-lab/LEAP

R2 v1 2026-07-01T06:10:16.872Z