Approximating the Median under the Ulam Metric

November 02, 2020 Β· Declared Dead Β· πŸ› ACM-SIAM Symposium on Discrete Algorithms

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Diptarka Chakraborty, Debarati Das, Robert Krauthgamer arXiv ID 2011.00868 Category cs.DS: Data Structures & Algorithms Citations 13 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 3 months ago
Abstract
We study approximation algorithms for variants of the \emph{median string} problem, which asks for a string that minimizes the sum of edit distances from a given set of $m$ strings of length $n$. Only the straightforward $2$-approximation is known for this NP-hard problem. This problem is motivated e.g.~by computational biology, and belongs to the class of median problems (over different metric spaces), which are fundamental tasks in data analysis. Our main result is for the Ulam metric, where all strings are permutations over $[n]$ and each edit operation moves a symbol (deletion plus insertion). We devise for this problem an algorithms that breaks the $2$-approximation barrier, i.e., computes a $(2-Ξ΄)$-approximate median permutation for some constant $Ξ΄>0$ in time $\tilde{O}(nm^2+n^3)$. We further use these techniques to achieve a $(2-Ξ΄)$ approximation for the median string problem in the special case where the median is restricted to length $n$ and the optimal objective is large $Ξ©(mn)$. We also design an approximation algorithm for the following probabilistic model of the Ulam median: the input consists of $m$ perturbations of an (unknown) permutation $x$, each generated by moving every symbol to a random position with probability (a parameter) $Ξ΅>0$. Our algorithm computes with high probability a $(1+o(1/Ξ΅))$-approximate median permutation in time $O(mn^2+n^3)$.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted