Crane: An Accurate and Scalable Neural Sketch for Graph Stream Summarization
Boyan Wang, Zhuochen Fan, Dayu Wang, Fangcheng Fu, Zeyu Luan, Lei Zou, Qing Li, Tong Yang

TL;DR
Crane introduces a hierarchical neural sketch architecture for graph stream summarization that improves accuracy and scalability by effectively managing frequent and rare items within limited memory constraints.
Contribution
This paper presents Crane, a novel neural sketch with a hierarchical carry mechanism and adaptive memory expansion, enhancing graph stream summarization accuracy and scalability.
Findings
Reduces estimation error by approximately 10x compared to existing methods.
Effectively manages frequent and infrequent items within limited memory.
Demonstrates scalability across datasets from 20K to 60M edges.
Abstract
Graph streams are rapidly evolving sequences of edges that convey continuously changing relationships among entities, playing a crucial role in domains such as networking, finance, and cybersecurity. Their massive scale and high dynamism make obtaining accurate statistics challenging with limited memory constraints. Traditional methods summarize graph streams through hand-crafted sketches, while recent studies have begun to replace these sketches with neural counterparts to improve adaptability and accuracy. However, this shift faces a major challenge: under limited memory, dominant frequent items tend to overshadow rare ones, hindering the neural network's ability to recover accurate statistics. To address this, we propose Crane, a hierarchical neural sketch architecture for graph stream summarization. Crane uses a hierarchical carry mechanism that automatically elevates frequent items…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Data Quality and Management
