English

EdgeSketch: Efficient Analysis of Massive Graph Streams

Data Structures and Algorithms 2026-02-24 v1 Networking and Internet Architecture

Abstract

We introduce EdgeSketch, a compact graph representation for efficient analysis of massive graph streams. EdgeSketch provides unbiased estimators for key graph properties with controllable variance and supports implementing graph algorithms on the stored summary directly. It is constructed in a fully streaming manner, requiring a single pass over the edge stream, while offline analysis relies solely on the sketch. We evaluate the proposed approach on two representative applications: community detection via the Louvain method and graph reconstruction through node similarity estimation. Experiments demonstrate substantial memory savings and runtime improvements over both lossless representations and prior sketching approaches, while maintaining reliable accuracy.

Keywords

Cite

@article{arxiv.2602.18957,
  title  = {EdgeSketch: Efficient Analysis of Massive Graph Streams},
  author = {Jakub Lemiesz and Dingqi Yang and Philippe Cudré-Mauroux},
  journal= {arXiv preprint arXiv:2602.18957},
  year   = {2026}
}

Comments

13 pages, 6 figures

R2 v1 2026-07-01T10:45:52.408Z