LEAP: Local ECT-Based Learnable Positional Encodings for Graphs
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 (-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.
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