paper-with-me

Papers

Efficient Sampling Algorithms for Approximate Temporal Motif Counting (Extended Version)

2020-07-28 · Jingjing Wang, Yanhao Wang, Wenjun Jiang, Yuchen Li, Kian-Lee Tan

A great variety of complex systems ranging from user interactions in communication networks to transactions in financial markets can be modeled as temporal graphs, which consist of a set of vertices and a series of timestamped and directed edges. Temporal motifs in temporal graphs are generalized from subgraph patterns in static graphs which take into account edge orderings and durations in addition to structures. Counting the number of occurrences of temporal motifs is a fundamental problem for temporal network analysis. However, existing methods either cannot support temporal motifs or suffer from performance issues. In this paper, we focus on approximate temporal motif counting via random sampling. We first propose a generic edge sampling (ES) algorithm for estimating the number of instances of any temporal motif. Furthermore, we devise an improved EWS algorithm that hybridizes edge sampling with wedge sampling for counting temporal motifs with 3 vertices and 3 edges. We provide comprehensive analyses of the theoretical bounds and complexities of our proposed algorithms. Finally, we conduct extensive experiments on several real-world datasets, and the results show that our ES and EWS algorithms have higher efficiency, better accuracy, and greater scalability than the state-of-the-art sampling method for temporal motif counting.

📄 PDF Abstract BibTeX arXiv:2007.14028

Code (1)

jingjing-hnu/Temporal-Motif-Counting 공식 구현

Similar Papers 제목 키워드 기반

Accurate and Fast Estimation of Temporal Motifs using Path Sampling

2024-09-13 · Yunjie Pan, Omkar Bhalerao, C. Seshadhri, Nishil Talati

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…

GPUGraph Mining

PRESTO: Simple and Scalable Sampling Techniques for the Rigorous Approximation of Temporal Motif Counts

2021-01-18 · Ilie Sarpe, Fabio Vandin

The identification and counting of small graph patterns, called network motifs, is a fundamental primitive in the analysis of networks, with application in various domains, from social networks to neuroscience. Several t…

Scalable Motif Counting for Large-scale Temporal Graphs

2022-04-20 · Zhongqiang Gao, Chuanqi Cheng, Yanwei Yu, Lei Cao 외

One fundamental problem in temporal graph analysis is to count the occurrences of small connected subgraph patterns (i.e., motifs), which benefits a broad range of real-world applications, such as anomaly detection, stru…

Anomaly DetectionCPURepresentation Learning

Temporal Network Sampling

2019-10-18 · Nesreen K. Ahmed, Nick Duffield, Ryan A. Rossi

Temporal networks representing a stream of timestamped edges are seemingly ubiquitous in the real-world. However, the massive size and continuous nature of these networks make them fundamentally challenging to analyze an…

DescriptiveTime SeriesTime Series Analysis

Motifs in Temporal Networks

2016-12-29 · Ashwin Paranjape, Austin R. Benson, Jure Leskovec

Networks are a fundamental tool for modeling complex systems in a variety of domains including social and communication networks as well as biology and neuroscience. Small subgraph patterns in networks, called network mo…