← Search

Antonio Longa

5 accepted papers

2026

Rethinking GNNs and Missing Features: Challenges, Evaluation and a Robust Solution

ICML 2026poster

Handling missing node features is a key challenge for deploying Graph Neural Networks (GNNs) in real-world domains such as healthcare and sensor networks. Existing studies mostly address relatively benign scenarios, namely benchmark datasets with (a) high-dimensional but sparse node features and (b)…

Cited by 0SourceScholar
2025

Bridging Theory and Practice in Link Representation with Graph Neural Networks

NeurIPS 2025spotlight

Graph Neural Networks (GNNs) are widely used to compute representations of node pairs for downstream tasks such as link prediction. Yet, theoretical understanding of their expressive power has focused almost entirely on graph-level representations. In this work, we shift the focus to links and provi…

Cited by 0SourceScholar
2025

Reconsidering Faithfulness in Regular, Self-Explainable and Domain Invariant GNNs

ICLR 2025poster

As Graph Neural Networks (GNNs) become more pervasive, it becomes paramount to build reliable tools for explaining their predictions. A core desideratum is that explanations are *faithful*, i.e., that they portray an accurate picture of the GNN's reasoning process. However, a number of different fai…

Cited by 0SourcePDFScholar
2025

Simple Path Structural Encoding for Graph Transformers

ICML 2025poster

Graph transformers extend global self-attention to graph-structured data, achieving notable success in graph learning. Recently, random walk structural encoding (RWSE) has been found to further enhance their predictive power by encoding both structural and positional information into the edge repres…

2023

Global Explainability of GNNs via Logic Combination of Learned Concepts

ICLR 2023poster

While instance-level explanation of GNN is a well-studied problem with plenty of approaches being developed, providing a global explanation for the behaviour of a GNN is much less explored, despite its potential in interpretability and debugging. Existing solutions either simply list local explanati…