vix.ing · top · new · best · stats · spec

On Approximating String Selection Problems with Outliers

2012/02/13 by Christina Boucher, Gad M. Landau, Boucher, Christina +7
Computer Science · #Algorithms and Data Compression #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #Machine Learning and Algorithms #Software Testing and Debugging Techniques

paper · pdf · doi:10.48550/arxiv.1202.2820

openalex publication_date 2012/02/13 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Many problems in bioinformatics are about finding strings that approximately represent a collection of given strings. We look at more general problems where some input strings can be classified as outliers. The Close to Most Strings problem is, given a set S of same-length strings, and a parameter d, find a string x that maximizes the number of "non-outliers" within Hamming distance d of x. We prove this problem has no PTAS unless ZPP=NP, correcting a decade-old mistake. The Most Strings with Few Bad Columns problem is to find a maximum-size subset of input strings so that the number of non-identical positions is at most k; we show it has no PTAS unless P=NP. We also observe Closest to k Strings has no EPTAS unless W[1]=FPT. In sum, outliers help model problems associated with using biological data, but we show the problem of finding an approximate solution is computationally difficult.

Citations

Related