Searching Trees with Permanently Noisy Advice: Walking and Query Algorithms

November 04, 2016 Β· Declared Dead Β· + Add venue

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Lucas Boczkowski, Uriel Feige, Amos Korman, Yoav Rodeh arXiv ID 1611.01403 Category cs.DS: Data Structures & Algorithms Citations 2 Last Checked 4 months ago
Abstract
We consider a search problem on trees in which the goal is to find an adversarially placed treasure, while relying on local, partial information. Specifically, each node in the tree holds a pointer to one of its neighbors, termed \emph{advice}. A node is faulty with probability $q$. The advice at a non-faulty node points to the neighbor that is closer to the treasure, and the advice at a faulty node points to a uniformly random neighbor. Crucially, the advice is {\em permanent}, in the sense that querying the same node again would yield the same answer. Let $Ξ”$ denote the maximal degree. Roughly speaking, when considering the expected number of {\em moves}, i.e., edge traversals, we show that a phase transition occurs when the {\em noise parameter} $q$ is about $1/\sqrtΞ”$. Below the threshold, there exists an algorithm with expected move complexity $O(D\sqrtΞ”)$, where $D$ is the depth of the treasure, whereas above the threshold, every search algorithm has expected number of moves which is both exponential in $D$ and polynomial in the number of nodes~$n$. In contrast, if we require to find the treasure with probability at least $1-Ξ΄$, then for every fixed $\varepsilon > 0$, if $q<1/Ξ”^{\varepsilon}$ then there exists a search strategy that with probability $1-Ξ΄$ finds the treasure using $(Ξ΄^{-1}D)^{O(\frac 1 \varepsilon)}$ moves. Moreover, we show that $(Ξ΄^{-1}D)^{Ξ©(\frac 1 \varepsilon)}$ moves are necessary. Besides the number of moves, we also study the number of advice {\em queries} required to find the treasure. Roughly speaking, for this complexity, we show similar threshold results to those previously stated, where the parameter $D$ is replaced by $\log n$.
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