Testing bounded arboricity

July 16, 2017 Β· Declared Dead Β· πŸ› ACM-SIAM Symposium on Discrete Algorithms

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Talya Eden, Reut Levi, Dana Ron arXiv ID 1707.04864 Category cs.DS: Data Structures & Algorithms Citations 22 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 3 months ago
Abstract
In this paper we consider the problem of testing whether a graph has bounded arboricity. The family of graphs with bounded arboricity includes, among others, bounded-degree graphs, all minor-closed graph classes (e.g. planar graphs, graphs with bounded treewidth) and randomly generated preferential attachment graphs. Graphs with bounded arboricity have been studied extensively in the past, in particular since for many problems they allow for much more efficient algorithms and/or better approximation ratios. We present a tolerant tester in the sparse-graphs model. The sparse-graphs model allows access to degree queries and neighbor queries, and the distance is defined with respect to the actual number of edges. More specifically, our algorithm distinguishes between graphs that are $Ξ΅$-close to having arboricity $Ξ±$ and graphs that $c \cdot Ξ΅$-far from having arboricity $3Ξ±$, where $c$ is an absolute small constant. The query complexity and running time of the algorithm are $\tilde{O}\left(\frac{n}{\sqrt{m}}\cdot \frac{\log(1/Ξ΅)}Ξ΅ + \frac{n\cdot Ξ±}{m} \cdot \left(\frac{1}Ξ΅\right)^{O(\log(1/Ξ΅))}\right)$ where $n$ denotes the number of vertices and $m$ denotes the number of edges. In terms of the dependence on $n$ and $m$ this bound is optimal up to poly-logarithmic factors since $Ξ©(n/\sqrt{m})$ queries are necessary (and $Ξ±= O(\sqrt{m}))$. We leave it as an open question whether the dependence on $1/Ξ΅$ can be improved from quasi-polynomial to polynomial. Our techniques include an efficient local simulation for approximating the outcome of a global (almost) forest-decomposition algorithm as well as a tailored procedure of edge sampling.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted