English

RIPPLE++: An Incremental Framework for Efficient GNN Inference on Evolving Graphs

Distributed, Parallel, and Cluster Computing 2026-01-21 v1

Abstract

Real-world graphs are dynamic, with frequent updates to their structure and features due to evolving vertex and edge properties. These continual changes pose significant challenges for efficient inference in graph neural networks (GNNs). Existing vertex-wise and layer-wise inference approaches are ill-suited for dynamic graphs, as they incur redundant computations, large neighborhood traversals, and high communication costs, especially in distributed settings. Additionally, while sampling-based approaches can be adopted to approximate final layer embeddings, these are often not preferred in critical applications due to their non-determinism. These limitations hinder low-latency inference required in real-time applications. To address this, we propose RIPPLE++, a framework for streaming GNN inference that efficiently and accurately updates embeddings in response to changes in the graph structure or features. RIPPLE++ introduces a generalized incremental programming model that captures the semantics of GNN aggregation functions and incrementally propagates updates to affected neighborhoods. RIPPLE++ accommodates all common graph updates, including vertex/edge addition/deletions and vertex feature updates. RIPPLE++ supports both single-machine and distributed deployments. On a single machine, it achieves up to 5656K updates/sec on sparse graphs like Arxiv (169169K vertices, 1.21.2M edges), and about 7.67.6K updates/sec on denser graphs like Products (2.52.5M vertices, 123.7123.7M edges), with latencies of 0.060.06--960960ms, and outperforming state-of-the-art baselines by 2.22.2--24×24\times on throughput. In distributed settings, RIPPLE++ offers up to 25×\approx25\times higher throughput and 20×20\times lower communication costs compared to recomputing baselines.

Keywords

Cite

@article{arxiv.2601.12347,
  title  = {RIPPLE++: An Incremental Framework for Efficient GNN Inference on Evolving Graphs},
  author = {Pranjal Naman and Parv Agarwal and Hrishikesh Haritas and Yogesh Simmhan},
  journal= {arXiv preprint arXiv:2601.12347},
  year   = {2026}
}

Comments

Extended full-length version of paper that appeared at ICDCS 2025: "RIPPLE: Scalable Incremental GNN Inferencing on Large Streaming Graphs", Pranjal Naman and Yogesh Simmhan, in International Conference on Distributed Computing Systems (ICDCS), 2025. DOI: https://doi.org/10.1109/icdcs63083.2025.00088

R2 v1 2026-07-01T09:09:24.818Z