Noisy Search with Comparative Feedback
Shiau Hong Lim, Peter Auer

TL;DR
This paper analyzes the query complexity of noisy search with feedback that varies with distance, showing it can find a target in O(log n) queries and revealing a surprising log log k speedup limit.
Contribution
It provides new theoretical bounds on query complexity in noisy, distance-dependent feedback search models, including a surprising logarithmic speedup limit.
Findings
Target can be found in O(log n) queries.
Speedup with k answers per query is limited to log log k.
Feedback noise depends on distance, affecting search efficiency.
Abstract
We present theoretical results in terms of lower and upper bounds on the query complexity of noisy search with comparative feedback. In this search model, the noise in the feedback depends on the distance between query points and the search target. Consequently, the error probability in the feedback is not fixed but varies for the queries posed by the search algorithm. Our results show that a target out of n items can be found in O(log n) queries. We also show the surprising result that for k possible answers per query, the speedup is not log k (as for k-ary search) but only log log k in some cases.
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
TopicsMetaheuristic Optimization Algorithms Research
