Top-k on a Budget: Adaptive Ranking with Weak and Strong Oracles
Lutz Oettershagen

TL;DR
This paper introduces adaptive algorithms for top-$k$ identification that efficiently balance cheap, noisy weak oracle queries with costly, high-fidelity strong oracle calls, minimizing expensive queries while maintaining accuracy.
Contribution
The paper proposes ACE and ACE-W algorithms that adaptively focus strong queries on critical items, reducing costs compared to baseline methods in a two-oracle top-$k$ setting.
Findings
ACE achieves near-optimal strong query complexity.
ACE-W further reduces strong calls by adaptively allocating weak queries.
Theoretical bounds match empirical performance in minimizing costly queries.
Abstract
Identifying the top- items is fundamental but often prohibitive when exact valuations are expensive. We study a two-oracle setting with a fast, noisy weak oracle and a scarce, high-fidelity strong oracle (e.g., human expert verification or expensive simulation). We first analyze a simple screen-then-certify baseline (STC) and prove it makes at most strong calls given jointly valid weak confidence intervals with maximum radius , where denotes the near-tie mass around the top- threshold. We establish a conditional lower bound of for any algorithm given the same weak uncertainty. Our main contribution is ACE, an adaptive certification algorithm that focuses strong queries on critical boundary items, achieving the same bound while reducing strong calls in practice. We…
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
TopicsMachine Learning and Algorithms · Complexity and Algorithms in Graphs · Advanced Bandit Algorithms Research
