paper-with-me

Papers

Finding path motifs in large temporal graphs using algebraic fingerprints

2020-01-20 · Suhas Thejaswi, Aristides Gionis, Juho Lauri

We study a family of pattern-detection problems in vertex-colored temporal graphs. In particular, given a vertex-colored temporal graph and a multiset of colors as a query, we search for temporal paths in the graph that contain the colors specified in the query. These types of problems have several applications, for example in recommending tours for tourists or detecting abnormal behavior in a network of financial transactions. For the family of pattern-detection problems we consider, we establish complexity results and design an algebraic-algorithmic framework based on constrained multilinear sieving. We demonstrate that our solution scales to massive graphs with up to a billion edges for a multiset query with five colors and up to hundred million edges for a multiset query with ten colors, despite the problems being NP-hard. Our implementation, which is publicly available, exhibits practical edge-linear scalability and is highly optimized. For instance, in a real-world graph dataset with more than six million edges and a multiset query with ten colors, we can extract an optimum solution in less than eight minutes on a Haswell desktop with four cores.

📄 PDF Abstract BibTeX arXiv:2001.07158

Code (1)

suhastheju/temporal-patterns-mk2 공식 구현

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

Representation Learning for Frequent Subgraph Mining

2024-02-22 · Rex Ying, Tianyu Fu, Andrew Wang, Jiaxuan You 외

Identifying frequent subgraphs, also called network motifs, is crucial in analyzing and predicting properties of real-world networks. However, finding large commonly-occurring motifs remains a challenging problem not onl…

Representation LearningSubgraph Counting

Finding Motifs in Knowledge Graphs using Compression

2021-04-16 · Peter Bloem

We introduce a method to find network motifs in knowledge graphs. Network motifs are useful patterns or meaningful subunits of the graph that recur frequently. We extend the common definition of a network motif to coinci…

Knowledge GraphsWorld Knowledge

odeN: Simultaneous Approximation of Multiple Motif Counts in Large Temporal Networks

2021-08-19 · Ilie Sarpe, Fabio Vandin

Counting the number of occurrences of small connected subgraphs, called temporal motifs, has become a fundamental primitive for the analysis of temporal networks, whose edges are annotated with the time of the event they…

LLMTM: Benchmarking and Optimizing LLMs for Temporal Motif Analysis in Dynamic Graphs

2025-12-24 · Bing Hao, Minglai Shao, Zengyi Wo, Yunlong Chu 외 arxiv

The widespread application of Large Language Models (LLMs) has motivated a growing interest in their capacity for processing dynamic graphs. Temporal motifs, as an elementary unit and important local property of dynamic …