Pith. sign in

REVIEW 1 cited by

Fast and Accurate Triangle Counting in Graph Streams Using Predictions

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2409.15205 v1 pith:4VCKY5WT submitted 2024-09-23 cs.DS cs.LG

classification cs.DScs.LG
keywords algorithmgraphpredictorwhenstreamaccurateedgesestimates
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

In this work, we present the first efficient and practical algorithm for estimating the number of triangles in a graph stream using predictions. Our algorithm combines waiting room sampling and reservoir sampling with a predictor for the heaviness of edges, that is, the number of triangles in which an edge is involved. As a result, our algorithm is fast, provides guarantees on the amount of memory used, and exploits the additional information provided by the predictor to produce highly accurate estimates. We also propose a simple and domain-independent predictor, based on the degree of nodes, that can be easily computed with one pass on a stream of edges when the stream is available beforehand. Our analytical results show that, when the predictor provides useful information on the heaviness of edges, it leads to estimates with reduced variance compared to the state-of-the-art, even when the predictions are far from perfect. Our experimental results show that, when analyzing a single graph stream, our algorithm is faster than the state-of-the-art for a given memory budget, while providing significantly more accurate estimates. Even more interestingly, when sequences of hundreds of graph streams are analyzed, our algorithm significantly outperforms the state-of-the-art using our simple degree-based predictor built by analyzing only the first graph of the sequence.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Efficient Approximate Temporal Triangle Counting in Streaming with Predictions

    cs.DS 2025-06 conditional novelty 6.0 of 10

    STEP combines Horvitz-Thompson wedge sampling with a temporal min-degree predictor to give unbiased, low-variance estimates of all eight temporal triangle counts in one streaming pass over billions of edges.

Pith tools