Fast, Accurate and Provable Triangle Counting in Fully Dynamic Graph Streams
Given a stream of edge additions and deletions, how can we estimate the count of triangles in it? If we can store only a subset of the edges, how can we obtain unbiased estimates with small variances? Counting triangles (i.e., cliques of size three) in a graph is a classical problem with application...
Gespeichert in:
Veröffentlicht in: | ACM transactions on knowledge discovery from data 2020-04, Vol.14 (2), p.1-39 |
---|---|
Hauptverfasser: | , , , , |
Format: | Artikel |
Sprache: | eng |
Online-Zugang: | Volltext |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
Zusammenfassung: | Given a stream of edge additions and deletions, how can we estimate the count of triangles in it? If we can store only a subset of the edges, how can we obtain unbiased estimates with small variances?
Counting triangles (i.e., cliques of size three) in a graph is a classical problem with applications in a wide range of research areas, including social network analysis, data mining, and databases. Recently, streaming algorithms for triangle counting have been extensively studied since they can naturally be used for large dynamic graphs. However, existing algorithms cannot handle edge deletions or suffer from low accuracy.
Can we handle edge deletions while achieving high accuracy? We propose T
hink
D, which accurately estimates the counts of global triangles (i.e., all triangles) and local triangles associated with each node in a fully dynamic graph stream with additions and deletions of edges. Compared to its best competitors, T
hink
D is
(a) Accurate:
up to
4.3
×
more accurate
within the same memory budget,
(b) Fast:
up to
2.2
×
faster
for the same accuracy requirements, and
(c) Theoretically sound:
always maintaining estimates with zero bias (i.e., the difference between the true triangle count and the expected value of its estimate) and small variance. As an application, we use T
hink
D to detect suddenly emerging dense subgraphs, and we show its advantages over state-of-the-art methods. |
---|---|
ISSN: | 1556-4681 1556-472X |
DOI: | 10.1145/3375392 |