Fast Order Statistics with Group Inequality Testing
Adiesha Liyanage, Brendan Mumey, Braeden Sopp

TL;DR
This paper introduces new randomized algorithms leveraging group inequality testing to efficiently compute order statistics, including min, max, and approximate rank, with significantly reduced query complexity.
Contribution
It presents novel Las Vegas and Monte Carlo algorithms for order statistics that improve query efficiency using group inequality testing in total orders.
Findings
Las Vegas algorithm for min/max with O(log^2 n) expected queries
Monte Carlo approximation for rank with complexity depending on δ and ε
Monte Carlo approximate selection with probabilistic guarantees
Abstract
Suppose that a group test operation is available for checking order relations in a set, can this speed up problems like finding the minimum/maximum element, determining the rank of element, and computing order statistics? We consider a one-sided group inequality test to be available, where queries are of the form or , and the answer is `yes' if and only if there is some such that or , respectively. We restrict attention to total orders and focus on query-complexity; for min or max finding, we give a Las Vegas algorithm that makes expected queries. We observe that rank determination can be solved with existing ``defect-counting'' algorithms, but also give a simple Monte Carlo approximation algorithm with expected query complexity , where…
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
TopicsAdvanced biosensing and bioanalysis techniques · SARS-CoV-2 detection and testing · Machine Learning and Algorithms
