Accurate and Fast Estimation of Temporal Motifs using Path Sampling
Yunjie Pan, Omkar Bhalerao, C. Seshadhri, Nishil Talati

TL;DR
This paper introduces TEACUPS, an efficient approximate algorithm using path sampling for counting temporal motifs in large directed, temporal graphs, significantly speeding up analysis while maintaining accuracy.
Contribution
The paper presents TEACUPS, a novel unbiased sampling-based algorithm with provable error bounds for scalable temporal motif counting in large graphs.
Findings
TEACUPS achieves up to 2000x speedup over exact methods.
It provides accurate estimates with theoretical error bounds.
Runs in less than 1 minute on large Bitcoin graph datasets.
Abstract
Counting the number of small subgraphs, called motifs, is a fundamental problem in social network analysis and graph mining. Many real-world networks are directed and temporal, where edges have timestamps. Motif counting in directed, temporal graphs is especially challenging because there are a plethora of different kinds of patterns. Temporal motif counts reveal much richer information and there is a need for scalable algorithms for motif counting. A major challenge in counting is that there can be trillions of temporal motif matches even with a graph with only millions of vertices. Both the motifs and the input graphs can have multiple edges between two vertices, leading to a combinatorial explosion problem. Counting temporal motifs involving just four vertices is not feasible with current state-of-the-art algorithms. We design an algorithm, TEACUPS, that addresses this problem…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech and Audio Processing
