← Search

Bryan Perozzi

17 accepted papers

2025

Best of Both Worlds: Advantages of Hybrid Graph Sequence Models

ICML 2025poster

Modern sequence models (e.g., Transformers and linear RNNs) emerged as dominant backbones of recent deep learning frameworks, mainly due to their efficiency, representational power, and/or ability to capture long-range dependencies. Recently, adopting these sequence models for graph-structured data…

Cited by 2SourcePDFScholar
2025

Position: Graph Learning Will Lose Relevance Due To Poor Benchmarks

ICML 2025poster

While machine learning on graphs has demonstrated promise in drug design and molecular property prediction, significant benchmarking challenges hinder its further progress and relevance. Current benchmarking practices often lack focus on transformative, real-world applications, favoring narrow domai…

Cited by 1SourcePDFScholar
2025

Test of Time: A Benchmark for Evaluating LLMs on Temporal Reasoning

ICLR 2025poster

Large language models (LLMs) have showcased remarkable reasoning capabilities, yet they remain susceptible to errors, particularly in temporal reasoning tasks involving complex temporal logic. Existing research has explored LLM performance on temporal reasoning using diverse datasets and benchmarks.…

Cited by 22SourcePDFScholar
2024

Talk like a Graph: Encoding Graphs for Large Language Models

ICLR 2024poster

Graphs are a powerful tool for representing and analyzing complex relationships in real-world applications such as social networks, recommender systems, and computational finance. Reasoning on graphs is essential for drawing inferences about the relationships between entities in a complex system, an…

2024

Text-space Graph Foundation Models: Comprehensive Benchmarks and New Insights

NeurIPS 2024poster

Given the ubiquity of graph data and its applications in diverse domains, building a Graph Foundation Model (GFM) that can work well across different graphs and tasks with a unified backbone has recently garnered significant interests. A major obstacle to achieving this goal stems from the fact that…

2024

Understanding Transformer Reasoning Capabilities via Graph Algorithms

NeurIPS 2024poster

Which transformer scaling regimes are able to perfectly solve different classes of algorithmic problems? While tremendous empirical advances have been attained by transformer-based neural networks, a theoretical understanding of their algorithmic reasoning capabilities in realistic parameter regim…

Cited by 23SourcePDFScholar
2023

Graph Generative Model for Benchmarking Graph Neural Networks

ICML 2023poster

As the field of Graph Neural Networks (GNN) continues to grow, it experiences a corresponding increase in the need for large, real-world datasets to train and test new GNN models on challenging, realistic problems. Unfortunately, such graph datasets are often generated from online, highly privacy-re…

2023

Learning Large Graph Property Prediction via Graph Segment Training

NeurIPS 2023poster

Learning to predict properties of large graphs is challenging because each prediction requires the knowledge of an entire graph, while the amount of memory available during training is bounded. Here we propose Graph Segment Training (GST), a general framework that utilizes a divide-and-conquer appro…

2023

SubMix: Learning to Mix Graph Sampling Heuristics

UAI 2023poster

Sampling subgraphs for training Graph Neural Networks (GNNs) is receiving much attention from the GNN community. While a variety of methods have been proposed, each method samples the graph according to its own heuristic. However, there has been little work in mixing these heuristics in an end-to-en…

2023

TpuGraphs: A Performance Prediction Dataset on Large Tensor Computational Graphs

NeurIPS 2023poster

Precise hardware performance models play a crucial role in code optimizations. They can assist compilers in making heuristic decisions or aid autotuners in identifying the optimal configuration for a given program. For example, the autotuner for XLA, a machine learning compiler, discovered 10–20\% s…

2022

Differentially Private Graph Learning via Sensitivity-Bounded Personalized PageRank

NeurIPS 2022accept

Personalized PageRank (PPR) is a fundamental tool in unsupervised learning of graph representations such as node ranking, labeling, and graph embedding. However, while data privacy is one of the most important recent concerns, existing PPR algorithms are not designed to protect user privacy. PPR is…

2022

Zero-shot Transfer Learning within a Heterogeneous Graph via Knowledge Transfer Networks

NeurIPS 2022accept

Data continuously emitted from industrial ecosystems such as social or e-commerce platforms are commonly represented as heterogeneous graphs (HG) composed of multiple node/edge types. State-of-the-art graph learning methods for HGs known as heterogeneous graph neural networks (HGNNs) are applied to…

2021

Graph Traversal with Tensor Functionals: A Meta-Algorithm for Scalable Learning

ICLR 2021poster

Graph Representation Learning (GRL) methods have impacted fields from chemistry to social science. However, their algorithmic implementations are specialized to specific use-cases e.g. "message passing" methods are run differently from "node embedding" ones. Despite their apparent differences, all t…

2021

Shift-Robust GNNs: Overcoming the Limitations of Localized Graph Training data

NeurIPS 2021poster

There has been a recent surge of interest in designing Graph Neural Networks (GNNs) for semi-supervised learning tasks. Unfortunately this work has assumed that the nodes labeled for use in training were selected uniformly at random (i.e. are an IID sample). However in many real world scenarios gath…

2019

MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing

ICML 2019oral

Existing popular methods for semi-supervised learning with Graph Neural Networks (such as the Graph Convolutional Network) provably cannot learn a general class of neighborhood mixing relationships. To address this weakness, we propose a new model, MixHop, that can learn these relationships, includi…

2019

N-GCN: Multi-scale Graph Convolution for Semi-supervised Node Classification

UAI 2019poster

Graph Convolutional Networks (GCNs) have shown significant improvements in semi-supervised learning on graph-structured data. Concurrently, unsupervised learning of graph embeddings has benefited from the information contained in random walks. In this paper, we propose a model: Network of GCNs (N-GC…

2018

Watch Your Step: Learning Node Embeddings via Graph Attention

NeurIPS 2018poster

Graph embedding methods represent nodes in a continuous vector space, preserving different types of relational information from the graph. There are many hyper-parameters to these methods (e.g. the length of a random walk) which have to be manually tuned for every graph. In this paper, we replace pr…

Cited by 298SourcePDFScholar