paper-with-me

Papers

Efficient Approximate Temporal Triangle Counting in Streaming with Predictions

2025-06-16 · Giorgio Venturin, Ilie Sarpe, Fabio Vandin

Triangle counting is a fundamental and widely studied problem on static graphs, and recently on temporal graphs, where edges carry information on the timings of the associated events. Streaming processing and resource efficiency are crucial requirements for counting triangles in modern massive temporal graphs, with millions of nodes and up to billions of temporal edges. However, current exact and approximate algorithms are unable to handle large-scale temporal graphs. To fill such a gap, we introduce STEP, a scalable and efficient algorithm to approximate temporal triangle counts from a stream of temporal edges. STEP combines predictions to the number of triangles a temporal edge is involved in, with a simple sampling strategy, leading to scalability, efficiency, and accurate approximation of all eight temporal triangle types simultaneously. We analytically prove that, by using a sublinear amount of memory, STEP obtains unbiased and very accurate estimates. In fact, even noisy predictions can significantly reduce the variance of STEP's estimates. Our extensive experiments on massive temporal graphs with up to billions of edges demonstrate that STEP outputs high-quality estimates and is more efficient than state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2506.13173

Code (1)

vandinlab/step 공식 구현

Similar Papers 제목 키워드 기반

Triangle and Four Cycle Counting with Predictions in Graph Streams

2022-03-17 · ICLR 2022 4 · Justin Y. Chen, Talya Eden, Piotr Indyk, Honghao Lin 외

We propose data-driven one-pass streaming algorithms for estimating the number of triangles and four cycles, two fundamental problems in graph analytics that are widely studied in the graph data stream literature. Recent…

Faster approximate subgraph counts with privacy

2023-09-21 · NeurIPS 2023 11

One of the most common problems studied in the context of differential privacy for graph data is counting the number of non-induced embeddings of a subgraph in a given graph. These counts have very high global sensitivi…

Improved Accuracy for Private Continual Cardinality Estimation in Fully Dynamic Streams via Matrix Factorization

2026-01-05 · Joel Daniel Andersson, Palak Jain, Satchit Sivakumar arxiv

We study differentially-private statistics in the fully dynamic continual observation model, where many updates can arrive at each time step and updates to a stream can involve both insertions and deletions of an item. E…

Conformal Generative Modeling on Triangulated Surfaces

2023-03-17 · Victor Dorobantu, Charlotte Borcherds, Yisong Yue

We propose conformal generative modeling, a framework for generative modeling on 2D surfaces approximated by discrete triangle meshes. Our approach leverages advances in discrete conformal geometry to develop a map from …

SVCBench: A Streaming Video Counting Benchmark for Spatial-Temporal State Maintenance

2026-03-13 · Pengyiang Liu, Zhongyue Shi, Hongye Hao, Qi Fu 외 arxiv

Video understanding requires models to continuously track and update world state during playback. Although existing benchmarks have advanced video understanding evaluation across multiple dimensions, they provide limited…

Object Counting