← Search

Christopher Morris

27 accepted papers

2026

Learning to Approximate Uniform Facility Location via Graph Neural Networks

ICML 2026poster

There has been a growing interest in using neural networks, especially message-passing neural networks (MPNNs), to solve hard combinatorial optimization problems heuristically. However, existing learning-based approaches for hard combinatorial optimization tasks often rely on supervised training dat…

Cited by 0SourceScholar
2026

Which Algorithms Can Graph Neural Networks Learn?

ICML 2026oral

In recent years, there has been growing interest in understanding neural architectures' ability to learn to execute discrete algorithms, a line of work often referred to as neural algorithmic reasoning. The goal is to integrate algorithmic reasoning capabilities into larger neural pipelines. Many su…

Cited by 0SourceScholar
2025

Covered Forest: Fine-grained generalization analysis of graph neural networks

ICML 2025spotlight

The expressive power of message-passing graph neural networks (MPNNs) is reasonably well understood, primarily through combinatorial techniques from graph isomorphism testing. However, MPNNs' generalization abilities---making meaningful predictions beyond the training set---remain less explored. Cur…

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
2024

Exploring the Power of Graph Neural Networks in Solving Linear Optimization Problems

AISTATS 2024poster

Recently, machine learning, particularly message-passing graph neural networks (MPNNs), has gained traction in enhancing exact optimization algorithms. For example, MPNNs speed up solving mixed-integer optimization problems by imitating computational intensive heuristics like strong branching, which…

2024

Position: Future Directions in the Theory of Graph Machine Learning

ICML 2024poster

Machine learning on graphs, especially using graph neural networks (GNNs), has seen a surge in interest due to the wide availability of graph data across a broad spectrum of disciplines, from life to social and engineering sciences. Despite their practical success, our theoretical understanding of t…

Cited by 14SourcePDFScholar
2024

Probabilistic Graph Rewiring via Virtual Nodes

NeurIPS 2024poster

Message-passing graph neural networks (MPNNs) have emerged as a powerful paradigm for graph-based machine learning. Despite their effectiveness, MPNNs face challenges such as under-reaching and over-squashing, where limited receptive fields and structural bottlenecks hinder information flow in the g…

2024

Probabilistically Rewired Message-Passing Neural Networks

ICLR 2024poster

Message-passing graph neural networks (MPNNs) emerged as powerful tools for processing graph-structured input. However, they operate on a fixed input graph structure, ignoring potential noise and missing information. Furthermore, their local aggregation mechanism can lead to problems such as over-sq…

2024

Towards Foundational Models for Molecular Learning on Large-Scale Multi-Task Datasets

ICLR 2024poster

Recently, pre-trained foundation models have enabled significant advancements in multiple fields. In molecular machine learning, however, where datasets are often hand-curated, and hence typically small, the lack of datasets with labeled features, and codebases to manage those datasets, has hindered…

2024

Towards a Theory of Machine Learning on Graphs and its Applications in Combinatorial Optimization

IJCAI 2024poster

Machine learning on graphs, especially using graph neural networks (GNNs), has seen a surge in interest due to the wide availability of graph data across many disciplines, from life and physical to social and engineering sciences. Despite their practical success, our theoretical understanding of the…

Cited by 0SourcePDFScholar
2024

Weisfeiler-Leman at the margin: When more expressivity matters

ICML 2024poster

The Weisfeiler--Leman algorithm (1-WL) is a well-studied heuristic for the graph isomorphism problem. Recently, the algorithm has played a prominent role in understanding the expressive power of message-passing graph neural networks (MPNNs) and being effective as a graph kernel. Despite its success,…

Cited by 14SourcePDFScholar
2023

Fine-grained Expressivity of Graph Neural Networks

NeurIPS 2023poster

Numerous recent works have analyzed the expressive power of message-passing graph neural networks (MPNNs), primarily utilizing combinatorial techniques such as the $1$-dimensional Weisfeiler--Leman test ($1$-WL) for the graph isomorphism problem. However, the graph isomorphism objective is inherentl…

2022

MIP-GNN: A Data-Driven Framework for Guiding Combinatorial Solvers

AAAI 2022technical

Mixed-integer programming (MIP) technology offers a generic way of formulating and solving combinatorial optimization problems. While generally reliable, state-of-the-art MIP solvers base many crucial decisions on hand-crafted heuristics, largely ignoring common patterns within a given instance dist…

2022

Ordered Subgraph Aggregation Networks

NeurIPS 2022accept

Numerous subgraph-enhanced graph neural networks (GNNs) have emerged recently, provably boosting the expressive power of standard (message-passing) GNNs. However, there is a limited understanding of how these approaches relate to each other and to the Weisfeiler-Leman hierarchy. Moreover, current ap…

Cited by 79SourcePDFScholar
2022

SpeqNets: Sparsity-aware permutation-equivariant graph networks

ICML 2022spotlight

While message-passing graph neural networks have clear limitations in approximating permutation-equivariant functions over graphs or general relational data, more expressive, higher-order graph neural networks do not scale to large graphs. They either operate on $k$-order tensors or consider all $k$…

2021

Combinatorial Optimization and Reasoning with Graph Neural Networks

IJCAI 2021poster

Combinatorial optimization is a well-established area in operations research and computer science. Until recently, its methods have mostly focused on solving problem instances in isolation, ignoring the fact that they often stem from related data distributions in practice. However, recent years have…

Cited by 473SourcePDFScholar
2021

The Power of the Weisfeiler-Leman Algorithm for Machine Learning with Graphs

IJCAI 2021poster

In recent years, algorithms and neural architectures based on the Weisfeiler-Leman algorithm, a well-known heuristic for the graph isomorphism problem, emerged as a powerful tool for (supervised) machine learning with graphs and relational data. Here, we give a comprehensive overview of the algorith…

Cited by 34SourcePDFScholar
2020

Deep Graph Matching Consensus

ICLR 2020poster

This work presents a two-stage neural architecture for learning and refining structural correspondences between graphs. First, we use localized node embeddings computed by a graph neural network to obtain an initial ranking of soft correspondences between nodes. Secondly, we employ synchronous messa…

Cited by 262SourcecodeScholar
2020

Weisfeiler and Leman go sparse: Towards scalable higher-order graph embeddings

NeurIPS 2020poster

Graph kernels based on the $1$-dimensional Weisfeiler-Leman algorithm and corresponding neural architectures recently emerged as powerful tools for (supervised) learning with graphs. However, due to the purely local nature of the algorithms, they might miss essential patterns in the given data and c…

2018

Hierarchical Graph Representation Learning with Differentiable Pooling

NeurIPS 2018spotlight

Recently, graph neural networks (GNNs) have revolutionized the field of graph representation learning through effectively learned node embeddings, and achieved state-of-the-art results in tasks such as node classification and link prediction. However, current GNN methods are inherently flat and do n…

Cited by 2077SourcePDFScholar