← Search

Matthias Fey

14 accepted papers

2026

Relational Graph Transformer

ICLR 2026poster

Relational Deep Learning (RDL) is a promising approach for building state-of-the-art predictive models on multi-table relational data by representing it as a heterogeneous temporal graph. However, commonly used Graph Neural Network models suffer from fundamental limitations in capturing complex stru…

Cited by 0SourcecodeScholar
2026

TGM: A Modular and Efficient Library for Machine Learning on Temporal Graphs

ICLR 2026poster

Well-designed open-source software drives progress in Machine Learning (ML) research. While static graph ML enjoys mature frameworks like PyTorch Geometric and DGL, ML for temporal graphs (TG), networks that evolve over time, lacks comparable infrastructure. Existing TG libraries are often tailored…

Cited by 0SourcecodeScholar
2025

ContextGNN: Beyond Two-Tower Recommendation Systems

ICLR 2025poster

Recommendation systems predominantly utilize two-tower architectures, which evaluate user-item rankings through the inner product of their respective embeddings. However, one key limitation of two-tower models is that they learn a pair-agnostic representation of users and items. In contrast, pair-wi…

2024

From Similarity to Superiority: Channel Clustering for Time Series Forecasting

NeurIPS 2024poster

Time series forecasting has attracted significant attention in recent decades. Previous studies have demonstrated that the Channel-Independent (CI) strategy improves forecasting performance by treating different channels individually, while it leads to poor generalization on unseen instances and…

2024

Position: Relational Deep Learning - Graph Representation Learning on Relational Databases

ICML 2024poster

Much of the world's most valued data is stored in relational databases and data warehouses, where the data is organized into tables connected by primary-foreign key relations. However, building machine learning models using this data is both challenging and time consuming because no ML algorithm can…

Cited by 12SourcePDFScholar
2024

RelBench: A Benchmark for Deep Learning on Relational Databases

NeurIPS 2024poster

We present RelBench, a public benchmark for solving predictive tasks in relational databases with deep learning. RelBench provides databases and tasks spanning diverse domains, scales, and database dimensions, and is intended to be a foundational infrastructure for future research in this direction…

Cited by 11SourcePDFScholar
2023

Temporal Graph Benchmark for Machine Learning on Temporal Graphs

NeurIPS 2023poster

We present the Temporal Graph Benchmark (TGB), a collection of challenging and diverse benchmark datasets for realistic, reproducible, and robust evaluation of machine learning models on temporal graphs. TGB datasets are of large scale, spanning years in duration, incorporate both node and edge-leve…

Cited by 120SourcePDFScholar
2021

GNNAutoScale: Scalable and Expressive Graph Neural Networks via Historical Embeddings

ICML 2021spotlight

We present GNNAutoScale (GAS), a framework for scaling arbitrary message-passing GNNs to large graphs. GAS prunes entire sub-trees of the computation graph by utilizing historical embeddings from prior training iterations, leading to constant GPU memory consumption in respect to input node size with…

2021

OGB-LSC: A Large-Scale Challenge for Machine Learning on Graphs

NeurIPS 2021poster

Enabling effective and efficient machine learning (ML) over large-scale graph data (e.g., graphs with billions of edges) can have a great impact on both industrial and scientific applications. However, existing efforts to advance large-scale graph ML have been largely limited by the lack of a suitab…

Cited by 492SourcecodeScholar
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

Open Graph Benchmark: Datasets for Machine Learning on Graphs

NeurIPS 2020spotlight

We present the Open Graph Benchmark (OGB), a diverse set of challenging and realistic benchmark datasets to facilitate scalable, robust, and reproducible graph machine learning (ML) research. OGB datasets are large-scale, encompass multiple important graph ML tasks, and cover a diverse range of doma…

2018

SplineCNN: Fast Geometric Deep Learning With Continuous B-Spline Kernels

CVPR 2018poster

We present Spline-based Convolutional Neural Networks (SplineCNNs), a variant of deep neural networks for irregular structured and geometric input, e.g., graphs or meshes. Our main contribution is a novel convolution operator based on B-splines, that makes the computation time independent from the k…