Core Discovery in Hidden Graphs
Panagiotis Strouthopoulos, Apostolos Papadopoulos

TL;DR
This paper introduces an efficient algorithm for core decomposition in hidden graphs, enabling the extraction of dense subgraphs with minimal edge probing queries, which is crucial when the graph structure is not explicitly available.
Contribution
The work presents a novel, efficient method for core decomposition in hidden graphs, reducing the number of costly edge probing queries needed.
Findings
Significant performance improvements over baseline methods.
Effective detection of maximal subgraphs with degree constraints.
Reduced number of edge queries required.
Abstract
Massive network exploration is an important research direction with many applications. In such a setting, the network is, usually, modeled as a graph , 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 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…
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 · Graph Theory and Algorithms · Advanced Graph Theory Research
