Core discovery in hidden networks

作者:

Highlights:

摘要

Network exploration is an important research direction with many applications. In such a setting, the network is, usually, modeled as a graph G, whereas any structural information of interest is extracted by inspecting the way nodes are connected together. In the case where the adjacency matrix or the adjacency list of G is available, one can directly apply graph mining algorithms to extract useful knowledge. However, there are cases where this is not possible because the graph is hidden or implicit, meaning that the edges are not recorded explicitly in the form of an adjacency representation. In such a case, the only alternative is to apply a sequence of edge probing queries asking for the existence or not of a particular graph edge. However, checking all possible node pairs is costly (quadratic on the number of nodes). Thus, our objective is to execute as few edge probing queries as possible, since each such query is expected to be costly. In this work, we center our focus on the core decomposition of a hidden graph. In particular, we provide an efficient algorithm to detect the maximal subgraph Sk of G where the induced degree of every node u∈Sk is at least k. Performance evaluation results demonstrate that significant performance improvements are achieved in comparison to baseline approaches.

论文关键词:Graph mining,Hidden graphs,Core decomposition

论文评审过程:Received 22 February 2018, Accepted 19 December 2018, Available online 21 December 2018, Version of Record 8 April 2019.

论文官网地址:https://doi.org/10.1016/j.datak.2018.12.004