Algorithmic Aspects of Temporal Betweenness
Sebastian Bu{\ss}, Hendrik Molter, Rolf Niedermeier, Maciej Rymar

TL;DR
This paper explores the computation of temporal betweenness centrality in dynamic networks, analyzing various path concepts, establishing computational complexity results, and providing efficient algorithms for specific cases, supported by experiments.
Contribution
It systematically studies different variants of temporal betweenness, proves intractability for some path types, and offers polynomial algorithms for others, with practical evaluations.
Findings
Counting foremost and fastest paths is #P-hard.
Polynomial algorithms are available for shortest and certain foremost paths.
Experimental results demonstrate algorithm effectiveness and practical insights.
Abstract
The betweenness centrality of a graph vertex measures how often this vertex is visited on shortest paths between other vertices of the graph. In the analysis of many real-world graphs or networks, betweenness centrality of a vertex is used as an indicator for its relative importance in the network. In particular, it is among the most popular tools in social network analysis. In recent years, a growing number of real-world networks is modeled as temporal graphs, where we have a fixed set of vertices and there is a finite discrete set of time steps and every edge might be present only at some time steps. While shortest paths are straightforward to define in static graphs, temporal paths can be considered "optimal" with respect to many different criteria, including length, arrival time, and overall travel time (shortest, foremost, and fastest paths). This leads to different concepts of…
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
TopicsComplex Network Analysis Techniques · Opportunistic and Delay-Tolerant Networks · Peer-to-Peer Network Technologies
