Space efficient streaming algorithms for the distance to monotonicity and asymmetric edit distance
Michael Saks, C. Seshadhri

TL;DR
This paper introduces simple, space-efficient streaming algorithms for approximating the distance to monotonicity and asymmetric edit distance, achieving near-optimal accuracy with minimal memory usage.
Contribution
It presents novel streaming algorithms that approximate the distance to monotonicity and asymmetric LCS with significantly reduced space complexity and simplicity compared to prior methods.
Findings
Achieves a (1+δ)-approximation to the distance to monotonicity using O((log^2 n)/δ) space.
Provides an additive δn approximation for LIS length in streaming model.
Develops an asymmetric streaming algorithm for LCS with space O(k(log^2 n)/δ).
Abstract
Approximating the length of the longest increasing sequence (LIS) of an array is a well-studied problem. We study this problem in the data stream model, where the algorithm is allowed to make a single left-to-right pass through the array and the key resource to be minimized is the amount of additional memory used. We present an algorithm which, for any , given streaming access to an array of length provides a -multiplicative approximation to the \emph{distance to monotonicity} ( minus the length of the LIS), and uses only space. The previous best known approximation using polylogarithmic space was a multiplicative 2-factor. Our algorithm can be used to estimate the length of the LIS to within an additive for any while previous algorithms could only achieve additive error . Our algorithm is very…
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
TopicsAlgorithms and Data Compression · Machine Learning and Algorithms · semigroups and automata theory
