← Search

Giannis Nikolentzos

12 accepted papers

2026

Aitchison Embeddings for Learning Compositional Graph Representations

ICML 2026poster

Representation learning is central to graph machine learning, powering tasks such as link prediction and node classification. However, most graph embeddings are hard to interpret, offering limited insight into how learned features relate to graph structure. Many networks naturally admit a role-mixtu…

Cited by 0SourceScholar
2026

On the Lipschitz Continuity of Set Aggregation Functions and Neural Networks for Sets

ICLR 2026poster

The Lipschitz constant of a neural network is connected to several important properties of the network such as its robustness and generalization. It is thus useful in many settings to estimate the Lipschitz constant of a model. Prior work has focused mainly on estimating the Lipschitz constant of mu…

Cited by 0SourceScholar
2025

Signed Graph Autoencoder for Explainable and Polarization-Aware Network Embeddings

AISTATS 2025poster

Autoencoders based on Graph Neural Networks (GNNs) have garnered significant attention in recent years for their ability to learn informative latent representations of complex topologies, such as graphs. Despite the prevalence of Graph Autoencoders, there has been limited focus on developing and eva…

Cited by 5SourceScholar
2023

Path Neural Networks: Expressive and Accurate Graph Neural Networks

ICML 2023poster

Graph neural networks (GNNs) have recently become the standard approach for learning with graph-structured data. Prior work has shed light into their potential, but also their limitations. Unfortunately, it was shown that standard GNNs are limited in their expressive power. These models are no more…

2023

Weisfeiler and Leman go Hyperbolic: Learning Distance Preserving Node Representations

AISTATS 2023poster

In recent years, graph neural networks (GNNs) have emerged as a promising tool for solving machine learning problems on graphs. Most GNNs are members of the family of message passing neural networks (MPNNs). There is a close connection between these models and the Weisfeiler-Leman (WL) test of isomo…

Cited by 11SourcePDFScholar
2021

Ego-Based Entropy Measures for Structural Representations on Graphs

ICASSP 2021accepted

Machine learning on graph-structured data has attracted high research interest due to the emergence of Graph Neural Networks (GNNs). Most of the proposed GNNs are based on the node homophily, i.e neighboring nodes share similar characteristics. However, in many complex networks, nodes that lie to di…

Cited by 0SourceScholar
2021

Transfer Graph Neural Networks for Pandemic Forecasting

AAAI 2021technical

The recent outbreak of COVID-19 has affected millions of individuals around the world and has posed a significant challenge to global healthcare. From the early days of the pandemic, it became clear that it is highly contagious and that human mobility contributes significantly to its spread. In this…

2020

Rep the Set: Neural Networks for Learning Set Representations

AISTATS 2020poster

In several domains, data objects can be decomposed into sets of simpler objects. It is then natural to represent each object as the set of its components or parts. Many conventional machine learning algorithms are unable to process this kind of representations, since sets may vary in cardinality and…