We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Core Discovery in Hidden Graphs

Abstract: Massive 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 \textit{hidden} or \textit{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 pose a sequence of \textit{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 pose 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 \textit{core decomposition} of a hidden graph. In particular, we provide an efficient algorithm to detect the maximal subgraph of $S_k$ of $G$ where the induced degree of every node $u \in S_k$ is at least $k$. Performance evaluation results demonstrate that significant performance improvements are achieved in comparison to baseline approaches.
Comments: 12 pages, 4 figures
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:1712.02827 [cs.DS]
  (or arXiv:1712.02827v1 [cs.DS] for this version)

Submission history

From: Panagiotis Strouthopoulos [view email]
[v1] Thu, 7 Dec 2017 19:32:06 GMT (196kb)

Link back to: arXiv, form interface, contact.