An Index for Single Source All Destinations Distance Queries in Temporal Graphs
Lutz Oettershagen, Petra Mutzel

TL;DR
This paper introduces the Substream index, an efficient method to accelerate single-source all-destination temporal distance queries in evolving networks, significantly improving computation time for temporal closeness centrality.
Contribution
The paper presents the Substream index, a novel indexing approach for faster SSAD temporal distance queries, along with NP-completeness proof and approximation strategies using min-hashing and parallelization.
Findings
Up to tenfold speedup in temporal closeness computations
Efficient greedy approximation for index construction
Effective parallelization and min-hashing techniques
Abstract
Temporal closeness is a generalization of the classical closeness centrality measure for analyzing evolving networks. The temporal closeness of a vertex is defined as the sum of the reciprocals of the temporal distances to the other vertices. Ranking all vertices of a network according to the temporal closeness is computationally expensive as it leads to a single-source-all-destination (SSAD) temporal distance query starting from each vertex of the graph. To reduce the running time of temporal closeness computations, we introduce an index to speed up SSAD temporal distance queries called Substream index. We show that deciding if a Substream index of a given size exists is NP-complete and provide an efficient greedy approximation. Moreover, we improve the running time of the approximation using min-hashing and parallelization. Our evaluation with real-world temporal networks shows a…
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
TopicsCaching and Content Delivery · Opportunistic and Delay-Tolerant Networks · Data Management and Algorithms
