← Search

Beatrice Bevilacqua

12 accepted papers

2026

Bridging Input Feature Spaces Towards Graph Foundation Models

ICLR 2026poster

Unlike vision and language domains, graph learning lacks a shared input space, as input features differ across graph datasets not only in semantics, but also in value ranges and dimensionality. This misalignment prevents graph models from generalizing across datasets, limiting their use as foundatio…

Cited by 0SourcecodeScholar
2025

Holographic Node Representations: Pre-training Task-Agnostic Node Embeddings

ICLR 2025poster

Large general purpose pre-trained models have revolutionized computer vision and natural language understanding. However, the development of general purpose pre-trained Graph Neural Networks (GNNs) lags behind other domains due to the lack of suitable generalist node representations. Existing GNN ar…

Cited by 1SourcePDFScholar
2025

Zero-Shot Generalization of GNNs over Distinct Attribute Domains

ICML 2025poster

Traditional Graph Neural Networks (GNNs) cannot generalize to new graphs with node attributes different from the training ones, making zero-shot generalization across different node attribute domains an open challenge in graph machine learning. In this paper, we propose STAGE, which encodes *statis…

Cited by 6SourcePDFScholar
2024

DiGRAF: Diffeomorphic Graph-Adaptive Activation Function

NeurIPS 2024poster

In this paper, we propose a novel activation function tailored specifically for graph data in Graph Neural Networks (GNNs). Motivated by the need for graph-adaptive and flexible activation functions, we introduce DiGRAF, leveraging Continuous Piecewise-Affine Based (CPAB) transformations, which we a…

2024

Efficient Subgraph GNNs by Learning Effective Selection Policies

ICLR 2024poster

Subgraph GNNs are provably expressive neural architectures that learn graph representations from sets of subgraphs. Unfortunately, their applicability is hampered by the computational complexity associated with performing message passing on many subgraphs. In this paper, we consider the problem of l…

2024

GRANOLA: Adaptive Normalization for Graph Neural Networks

NeurIPS 2024poster

Despite the widespread adoption of Graph Neural Networks (GNNs), these models often incorporate off-the-shelf normalization layers like BatchNorm or InstanceNorm, which were not originally designed for GNNs. Consequently, these normalization layers may not effectively capture the unique characterist…

Cited by 10SourcePDFScholar
2024

Subgraphormer: Unifying Subgraph GNNs and Graph Transformers via Graph Products

ICML 2024poster

In the realm of Graph Neural Networks (GNNs), two exciting research directions have recently emerged: Subgraph GNNs and Graph Transformers. In this paper, we propose an architecture that integrates both approaches, dubbed *Subgraphormer*, which combines the enhanced expressive power, message-passing…

2023

Graph Positional Encoding via Random Feature Propagation

ICML 2023poster

Two main families of node feature augmentation schemes have been explored for enhancing GNNs: random features and spectral positional encoding. Surprisingly, however, there is still no clear understanding of the relation between these two augmentation schemes. Here we propose a novel family of posit…

Cited by 22SourcePDFScholar
2023

Neural Algorithmic Reasoning with Causal Regularisation

ICML 2023poster

Recent work on neural algorithmic reasoning has investigated the reasoning capabilities of neural networks, effectively demonstrating they can learn to execute classical algorithms on unseen data coming from the train distribution. However, the performance of existing neural reasoners significantly…

Cited by 30SourcePDFScholar
2022

Equivariant Subgraph Aggregation Networks

ICLR 2022spotlight

Message-passing neural networks (MPNNs) are the leading architecture for deep learning on graph-structured data, in large part due to their simplicity and scalability. Unfortunately, it was shown that these architectures are limited in their expressive power. This paper proposes a novel framework ca…

2022

Understanding and Extending Subgraph GNNs by Rethinking Their Symmetries

NeurIPS 2022accept

Subgraph GNNs are a recent class of expressive Graph Neural Networks (GNNs) which model graphs as collections of subgraphs. So far, the design space of possible Subgraph GNN architectures as well as their basic theoretical properties are still largely unexplored. In this paper, we study the most pro…

2021

Size-Invariant Graph Representations for Graph Classification Extrapolations

ICML 2021oral

In general, graph representation learning methods assume that the train and test data come from the same distribution. In this work we consider an underexplored area of an otherwise rapidly developing field of graph representation learning: The task of out-of-distribution (OOD) graph classification,…