DSAIITLGSTJun 21, 2023

On the Optimal Bounds for Noisy Computing

arXiv:2306.11951v13 citationsh-index: 32
Originality Incremental advance
AI Analysis

This work addresses fundamental limits in noisy computation for theoretical computer science, offering incremental improvements to prior bounds.

The paper tackles the problem of computing functions like OR, MAX, SEARCH, and SORT from noisy queries or comparisons, aiming to recover the correct result with high probability. It improves lower bounds for both adaptive and non-adaptive query models, matching upper bounds up to constant factors in many cases, and provides matching bounds for expected query complexity.

We revisit the problem of computing with noisy information considered in Feige et al. 1994, which includes computing the OR function from noisy queries, and computing the MAX, SEARCH and SORT functions from noisy pairwise comparisons. For $K$ given elements, the goal is to correctly recover the desired function with probability at least $1-δ$ when the outcome of each query is flipped with probability $p$. We consider both the adaptive sampling setting where each query can be adaptively designed based on past outcomes, and the non-adaptive sampling setting where the query cannot depend on past outcomes. The prior work provides tight bounds on the worst-case query complexity in terms of the dependence on $K$. However, the upper and lower bounds do not match in terms of the dependence on $δ$ and $p$. We improve the lower bounds for all the four functions under both adaptive and non-adaptive query models. Most of our lower bounds match the upper bounds up to constant factors when either $p$ or $δ$ is bounded away from $0$, while the ratio between the best prior upper and lower bounds goes to infinity when $p\rightarrow 0$ or $p\rightarrow 1/2$. On the other hand, we also provide matching upper and lower bounds for the number of queries in expectation, improving both the upper and lower bounds for the variable-length query model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes