← Search

Amir Nayyeri

4 accepted papers

2026

Understanding Truncated Positional Encodings for Graph Neural Networks

ICML 2026poster

Positional encodings (PEs) enhance the power of graph neural networks (GNNs), both theoretically and empirically. Two of the most popular families of PEs---spectral (e.g., Laplacian eigenspaces, effective resistance) and random walk (polynomials of the adjacency matrix)---are theoretically equivalen…

Cited by 0SourceScholar
2024

Biharmonic Distance of Graphs and its Higher-Order Variants: Theoretical Properties with Applications to Centrality and Clustering

ICML 2024poster

Effective resistance is a distance between vertices of a graph that is both theoretically interesting and useful in applications. We study a variant of effective resistance called the biharmonic distance. While the effective resistance measures how well-connected two vertices are, we prove several t…

Cited by 3SourcePDFScholar
2024

Comparing Graph Transformers via Positional Encodings

ICML 2024poster

The distinguishing power of graph transformers is tied to the choice of *positional encoding*: features used to augment the base transformer with information about the graph. There are two primary types of positional encoding: *absolute positional encodings (APEs)* and *relative positional encodings…

2023

Understanding Oversquashing in GNNs through the Lens of Effective Resistance

ICML 2023poster

Message passing graph neural networks (GNNs) are a popular learning architectures for graph-structured data. However, one problem GNNs experience is oversquashing, where a GNN has difficulty sending information between distant nodes. Understanding and mitigating oversquashing has recently received s…