Redirigiendo al acceso original de articulo en 23 segundos...
Inicio  /  Algorithms  /  Vol: 13 Par: 9 (2020)  /  Artículo
ARTÍCULO
TITULO

Finding Top-k Nodes for Temporal Closeness in Large Temporal Graphs

Pierluigi Crescenzi    
Clémence Magnien and Andrea Marino    

Resumen

The harmonic closeness centrality measure associates, to each node of a graph, the average of the inverse of its distances from all the other nodes (by assuming that unreachable nodes are at infinite distance). This notion has been adapted to temporal graphs (that is, graphs in which edges can appear and disappear during time) and in this paper we address the question of finding the top-k nodes for this metric. Computing the temporal closeness for one node can be done in ??(??) O ( m ) time, where m is the number of temporal edges. Therefore computing exactly the closeness for all nodes, in order to find the ones with top closeness, would require ??(????) O ( n m ) time, where n is the number of nodes. This time complexity is intractable for large temporal graphs. Instead, we show how this measure can be efficiently approximated by using a ?backward? temporal breadth-first search algorithm and a classical sampling technique. Our experimental results show that the approximation is excellent for nodes with high closeness, allowing us to detect them in practice in a fraction of the time needed for computing the exact closeness of all nodes. We validate our approach with an extensive set of experiments.

 Artículos similares

       
 
Bakht Zaman, Dusica Marijan and Tetyana Kholodna    
The availability of automatic identification system (AIS) data for tracking vessels has paved the way for improvements in maritime safety and efficiency. However, one of the main challenges in using AIS data is often the low quality of the data. Practica... ver más

 
Theodoros Psallidas and Evaggelos Spyrou    
During the last few years, several technological advances have led to an increase in the creation and consumption of audiovisual multimedia content. Users are overexposed to videos via several social media or video sharing websites and mobile phone appli... ver más
Revista: Computers

 
Pengfei Sun, Jinrun Wang, Yongyu Tan, Siyuan He, Xin Liu, Haiyan Zhang and Gang Hou    
Being a biologically diversed hotspot in the global marine ecosystem, the Beibu Gulf is inhabited by a high diversity of fish and serves as a vital fishing ground in China. Due to continuous overfishing, the fishery resource has drastically declined in t... ver más

 
Michail Salampasis, Alkiviadis Katsalis, Theodosios Siomos, Marina Delianidi, Dimitrios Tektonidis, Konstantinos Christantonis, Pantelis Kaplanoglou, Ifigeneia Karaveli, Chrysostomos Bourlis and Konstantinos Diamantaras    
Research into session-based recommendation systems (SBSR) has attracted a lot of attention, but each study focuses on a specific class of methods. This work examines and evaluates a large range of methods, from simpler statistical co-occurrence methods t... ver más
Revista: Applied Sciences

 
Anuj Jain and Sartaj Sahni    
The min-wait foremost, min-hop foremost and min-cost foremost paths and walks problems in interval temporal graphs are considered. We prove that finding min-wait foremost and min-cost foremost walks and paths in interval temporal graphs is NP-hard. We de... ver más
Revista: Algorithms