English

Sublinear-Time Approximation for Graph Frequency Vectors in Hyperfinite Graphs

Data Structures and Algorithms 2025-08-22 v2 Computational Complexity

Abstract

In this work, we address the problem of approximating the kk-disc distribution ("frequency vector") of a bounded-degree graph in sublinear-time under the assumption of hyperfiniteness. We revisit the partition-oracle framework of Hassidim, Kelner, Nguyen, and Onak [HKNO09], and provide a concise, self-contained analysis that explicitly separates the two sources of error: (i) the cut error, controlled by hyperfiniteness parameter ϕ\phi, which incurs at most ε/2\varepsilon/2 in 1\ell_1-distance by removing at most ϕV\phi |V| edges; and (ii) the sampling error, controlled by the accuracy parameter ε\varepsilon, bounded by ε/2\varepsilon/2 via N=Θ(ε2)N=\Theta(\varepsilon^{-2}) random vertex queries and a Chernoff and union bound argument. Combining these yields an overall 1\ell_1-error of ε\varepsilon with high probability. Algorithmically, we show that by sampling N=Cε2N=\lceil C\varepsilon^{-2} \rceil vertices and querying the local partition oracle, one can in time poly(d,k,ε1)poly(d,k,\varepsilon^{-1}) construct a summary graph HH of size H=poly(dk,1/ε)|H|=poly(d^k,1/\varepsilon) whose kk-disc frequency vector approximates that of the original graph within ε\varepsilon in 1\ell_1-distance. Our approach clarifies the dependence of both runtime and summary-size on the parameter dd,kk, and ε\varepsilon.

Keywords

Cite

@article{arxiv.2508.14324,
  title  = {Sublinear-Time Approximation for Graph Frequency Vectors in Hyperfinite Graphs},
  author = {Gregory Moroie},
  journal= {arXiv preprint arXiv:2508.14324},
  year   = {2025}
}
R2 v1 2026-07-01T04:57:47.012Z