Graph stream algorithms: a survey

A McGregor - ACM SIGMOD Record, 2014 - dl.acm.org
Over the last decade, there has been considerable interest in designing algorithms for
processing massive graphs in the data stream model. The original motivation was two-fold …

Counting and sampling triangles from a graph stream

A Pavan, K Tangwongsan, S Tirthapura… - Proceedings of the VLDB …, 2013 - dl.acm.org
This paper presents a new space-efficient algorithm for counting and sampling triangles--
and more generally, constant-sized cliques--in a massive graph whose edges arrive as a …

Triest: Counting local and global triangles in fully dynamic streams with fixed memory size

LD Stefani, A Epasto, M Riondato, E Upfal - ACM Transactions on …, 2017 - dl.acm.org
“Ogni lassada xe persa.” 1--Proverb from Trieste, Italy. We present trièst, a suite of one-pass
streaming algorithms to compute unbiased, low-variance, high-quality approximations of the …

{Communication-Efficient} triangle counting under local differential privacy

J Imola, T Murakami, K Chaudhuri - 31st USENIX security symposium …, 2022 - usenix.org
Triangle counting in networks under LDP (Local Differential Privacy) is a fundamental task
for analyzing connection patterns or calculating a clustering coefficient while strongly …

Better algorithms for counting triangles in data streams

A McGregor, S Vorotnikova, HT Vu - … of the 35th ACM SIGMOD-SIGACT …, 2016 - dl.acm.org
We present space-efficient data stream algorithms for approximating the number of triangles
in a graph up to a factor 1+ ε. While it can be shown that determining whether a graph is …

Differentially private triangle and 4-cycle counting in the shuffle model

J Imola, T Murakami, K Chaudhuri - Proceedings of the 2022 ACM …, 2022 - dl.acm.org
Subgraph counting is fundamental for analyzing connection patterns or clustering
tendencies in graph data. Recent studies have applied LDP (Local Differential Privacy) to …

Counting arbitrary subgraphs in data streams

DM Kane, K Mehlhorn, T Sauerwald, H Sun - … 2012, Warwick, UK, July 9-13 …, 2012 - Springer
We study the subgraph counting problem in data streams. We provide the first non-trivial
estimator for approximately counting the number of occurrences of an arbitrary subgraph H …

An in-depth study of continuous subgraph matching

X Sun, S Sun, Q Luo, B He - Proceedings of the VLDB Endowment, 2022 - dl.acm.org
Continuous subgraph matching (CSM) algorithms find the occurrences of a given pattern on
a stream of data graphs online. A number of incremental CSM algorithms have been …

Towards tighter space bounds for counting triangles and other substructures in graph streams

SK Bera, A Chakrabarti - 34th Symposium on Theoretical Aspects …, 2017 - drops.dagstuhl.de
We revisit the much-studied problem of space-efficiently estimating the number of triangles
in a graph stream, and extensions of this problem to counting fixed-sized cliques and cycles …

Linear time subgraph counting, graph degeneracy, and the chasm at size six

SK Bera, N Pashanasangi, C Seshadhri - arXiv preprint arXiv:1911.05896, 2019 - arxiv.org
We consider the problem of counting all $ k $-vertex subgraphs in an input graph, for any
constant $ k $. This problem (denoted sub-cnt $ _k $) has been studied extensively in both …