Paper Accepted to MLSys 2025: Scaling Graph Learning with Pre-Propagation GNNs
First author Zichao Yue at the conference.

Paper Accepted to MLSys 2025: Scaling Graph Learning with Pre-Propagation GNNs

We’re excited to announce that our paper, Graph Learning at Scale: Characterizing and Optimizing Pre-Propagation GNNs, has been accepted to The Annual Conference on Machine Learning and Systems (MLSys) 2025!

This work provides the first in-depth system-level study of Pre-Propagation GNNs (PP-GNNs)—a promising alternative to traditional message-passing GNNs that sidesteps the neighbor explosion problem through feature pre-processing. While PP-GNNs offer comparable accuracy to graph-sampling methods, we uncover new performance bottlenecks in data loading and scalability. Our proposed optimizations boost training throughput by an average of 15×, achieving up to 100× speedup on large-scale graphs. These findings reshape the system design space for scalable graph learning.

Congratulations to the authors!

Check out the implementation here: https://github.com/cornell-zhang/preprop-gnn.

Read the paper here.