New Sublinear Algorithms and Lower Bounds for LIS Estimation
Ilan Newman, Nithin Varma

TL;DR
This paper establishes new lower bounds and algorithms for estimating the LIS in arrays, revealing fundamental limits and providing more efficient methods especially when array values are limited.
Contribution
It presents the first nontrivial lower bounds for LIS estimation and introduces novel nonadaptive algorithms that adapt to the number of distinct values and LIS length.
Findings
Nonadaptive algorithms require polylogarithmic queries for additive error bounds.
Algorithms' complexity decreases with fewer distinct array values.
A new erasure-resilient sortedness tester with logarithmic queries.
Abstract
Estimating the length of the longest increasing subsequence (LIS) in an array is a problem of fundamental importance. Despite the significance of the LIS estimation problem and the amount of attention it has received, there are important aspects of the problem that are not yet fully understood. There are no better lower bounds for LIS estimation than the obvious bounds implied by testing monotonicity (for adaptive or nonadaptive algorithms). In this paper, we give the first nontrivial lower bound on the complexity of LIS estimation, and also provide novel algorithms that complement our lower bound. Specifically, for every constant , every nonadaptive algorithm that outputs an estimate of the length of the LIS in an array of length to within an additive error of has to make queries. Next, we design…
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.
