Efficient Temporal Simple Path Graph Generation
Zhiyang Tang, Yanping Wu, Xiangjun Zai, Chen Chen, Xiaoyang Wang, Ying Zhang

TL;DR
This paper introduces an efficient method for generating the temporal simple path graph (tspG) from temporal graphs, significantly reducing computational costs while accurately capturing all relevant temporal paths.
Contribution
It proposes the Verification in Upper-bound Graph method and Escape Edges Verification algorithm to efficiently construct tspG without exhaustive enumeration.
Findings
The method significantly improves efficiency over naive enumeration.
Experiments on 10 real-world graphs demonstrate high accuracy and speed.
The approach effectively handles large-scale temporal graphs.
Abstract
Interactions between two entities often occur at specific timestamps, which can be modeled as a temporal graph. Exploring the relationships between vertices based on temporal paths is one of the fundamental tasks. In this paper, we conduct the first research to propose and investigate the problem of generating the temporal simple path graph (tspG), which is the subgraph consisting of all temporal simple paths from the source vertex to the target vertex within the given time interval. Directly enumerating all temporal simple paths and constructing the tspG is computationally expensive. To accelerate the processing, we propose an efficient method named Verification in Upper-bound Graph. It first incorporates the temporal path constraint and simple path constraint to exclude unpromising edges from the original graph, which obtains a tight upper-bound graph as a high-quality approximation…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Analysis and Summarization · Data Management and Algorithms · Algorithms and Data Compression
