Optimal Adaptive Detection of Monotone Patterns
Omri Ben-Eliezer, Shoham Letzter, Erik Waingarten

TL;DR
This paper develops an optimal adaptive algorithm for detecting monotone patterns in arrays, significantly improving over non-adaptive methods and matching known lower bounds, with applications to testing the length of the longest increasing subsequence.
Contribution
It introduces an adaptive algorithm with $O( ext{log } n)$ queries for detecting length-$k$ increasing subsequences, breaking previous non-adaptive bounds and matching lower bounds for monotonicity testing.
Findings
Adaptive algorithm achieves $O( ext{log } n)$ query complexity.
Breaks non-adaptive lower bounds for pattern detection.
Query complexity for testing LIS length is $ heta( ext{log } n)$.
Abstract
We investigate adaptive sublinear algorithms for detecting monotone patterns in an array. Given fixed and , consider the problem of finding a length- increasing subsequence in an array , provided that is -far from free of such subsequences. Recently, it was shown that the non-adaptive query complexity of the above task is . In this work, we break the non-adaptive lower bound, presenting an adaptive algorithm for this problem which makes queries. This is optimal, matching the classical adaptive lower bound by Fischer [2004] for monotonicity testing (which corresponds to the case ), and implying in particular that the query complexity of testing whether the longest increasing subsequence (LIS) has constant length is…
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.
