pith. sign in

arxiv: 2501.08547 · v1 · pith:U4IN3O5Jnew · submitted 2025-01-15 · 💻 cs.DC · cs.LG

OMEGA: A Low-Latency GNN Serving System for Large Graphs

classification 💻 cs.DC cs.LG
keywords computationgraphslargegraphomegaservingaccuracyloss
0
0 comments X
read the original abstract

Graph Neural Networks (GNNs) have been widely adopted for their ability to compute expressive node representations in graph datasets. However, serving GNNs on large graphs is challenging due to the high communication, computation, and memory overheads of constructing and executing computation graphs, which represent information flow across large neighborhoods. Existing approximation techniques in training can mitigate the overheads but, in serving, still lead to high latency and/or accuracy loss. To this end, we propose OMEGA, a system that enables low-latency GNN serving for large graphs with minimal accuracy loss through two key ideas. First, OMEGA employs selective recomputation of precomputed embeddings, which allows for reusing precomputed computation subgraphs while selectively recomputing a small fraction to minimize accuracy loss. Second, we develop computation graph parallelism, which reduces communication overhead by parallelizing the creation and execution of computation graphs across machines. Our evaluation with large graph datasets and GNN models shows that OMEGA significantly outperforms state-of-the-art techniques.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Low Latency GNN Accelerator for Quantum Error Correction

    quant-ph 2026-03 unverdicted novelty 5.0

    An FPGA-accelerated GNN decoder for surface-code quantum error correction delivers sub-1us latency and lower error rates than state-of-the-art approaches for code distances up to 7.

  2. Physics-Informed Graph Neural Networks for Transverse Momentum Estimation in CMS Trigger Systems

    cs.LG 2025-07 unverdicted novelty 5.0

    Physics-informed GNNs with four detector-aware graph constructions and a custom message passing layer achieve MAE 0.8525 for pT estimation on CMS trigger data with over 55% fewer parameters than baselines.