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

Download:

Current browse context:

cs

Change to browse by:

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: Edge Sampling and Graph Parameter Estimation via Vertex Neighborhood Accesses

Abstract: In this paper, we consider the problems from the area of sublinear-time algorithms of edge sampling, edge counting, and triangle counting. Part of our contribution is that we consider three different settings, differing in the way in which one may access the neighborhood of a given vertex. In previous work, people have considered indexed neighbor access, with a query returning the $i$-th neighbor of a given vertex. Full neighborhood access model, which has a query that returns the entire neighborhood at a unit cost, has recently been considered in the applied community. Between these, we propose hash-ordered neighbor access, inspired by coordinated sampling, where we have a global fully random hash function, and can access neighbors in order of their hash values, paying a constant for each accessed neighbor.
For edge sampling and counting, our new lower bounds are in the most powerful full neighborhood access model. We provide matching upper bounds in the weaker hash-ordered neighbor access model. Our new faster algorithms can be provably implemented efficiently on massive graphs in external memory and with the current APIs for, e.g., Twitter or Wikipedia. For triangle counting, we provide a separation: a better upper bound with full neighborhood access than the known lower bounds with indexed neighbor access. The technical core of our paper is our edge-sampling algorithm on which the other results depend.
Comments: Extended abstract of this paper to appear at STOC 2022. This paper subsumes the arXiv report (arXiv:2009.11178)
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2107.03821 [cs.DS]
  (or arXiv:2107.03821v2 [cs.DS] for this version)

Submission history

From: Jakub Tetek [view email]
[v1] Thu, 8 Jul 2021 12:59:08 GMT (40kb,D)
[v2] Tue, 12 Apr 2022 15:21:03 GMT (116kb,D)

Link back to: arXiv, form interface, contact.