Local Computation Algorithms for Graphs of Non-Constant Degrees
Reut Levi, Ronitt Rubinfeld, Anak Yodpinyanee

TL;DR
This paper introduces local computation algorithms for graph problems with degrees that can grow with the number of vertices, achieving subexponential dependence on degree while maintaining efficient dependence on graph size.
Contribution
It presents new randomized LCAs for maximal independent sets and approximate maximum matching with complexities subexponential in degree and polylogarithmic in graph size.
Findings
LCA for maximal independent set with quasi-polynomial complexity in degree
LCA for approximate maximum matching with polynomial complexity in degree
Efficient algorithms for graphs with non-constant degrees
Abstract
In the model of \emph{local computation algorithms} (LCAs), we aim to compute the queried part of the output by examining only a small (sublinear) portion of the input. Many recently developed LCAs on graph problems achieve time and space complexities with very low dependence on , the number of vertices. Nonetheless, these complexities are generally at least exponential in , the upper bound on the degree of the input graph. Instead, we consider the case where parameter can be moderately dependent on , and aim for complexities with subexponential dependence on , while maintaining polylogarithmic dependence on . We present: a randomized LCA for computing maximal independent sets whose time and space complexities are quasi-polynomial in and polylogarithmic in ; for constant , a randomized LCA that provides a -approximation to maximum…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
