A Simple Sublinear-Time Algorithm for Counting Arbitrary Subgraphs via Edge Sampling
Abstract
In the subgraph counting problem, we are given a input graph and a target graph ; the goal is to estimate the number of occurrences of in . Our focus here is on designing sublinear-time algorithms for approximately counting occurrences of in in the setting where the algorithm is given query access to . This problem has been studied in several recent papers which primarily focused on specific families of graphs such as triangles, cliques, and stars. However, not much is known about approximate counting of arbitrary graphs . This is in sharp contrast to the closely related subgraph enumeration problem that has received significant attention in the database community as the database join problem. The AGM bound shows that the maximum number of occurrences of any arbitrary subgraph in a graph with edges is , where is the fractional edge-cover of , and enumeration algorithms with matching runtime are known for any . We bridge this gap between subgraph counting and subgraph enumeration by designing a sublinear-time algorithm that can estimate the number of any arbitrary subgraph in , denoted by , to within a -approximation w.h.p. in time. Our algorithm is allowed the standard set of queries for general graphs, namely degree queries, pair queries and neighbor queries, plus an additional edge-sample query that returns an edge chosen uniformly at random. The performance of our algorithm matches those of Eden et.al. [FOCS 2015, STOC 2018] for counting triangles and cliques and extend them to all choices of subgraph under the additional assumption of edge-sample queries. We further show that our algorithm works for the more general database join size estimation problem and prove a matching lower bound for this problem.
Cite
@article{arxiv.1811.07780,
title = {A Simple Sublinear-Time Algorithm for Counting Arbitrary Subgraphs via Edge Sampling},
author = {Sepehr Assadi and Michael Kapralov and Sanjeev Khanna},
journal= {arXiv preprint arXiv:1811.07780},
year = {2018}
}