Improved Algorithms For Bicluster Editing

Jiong Guo,Falk Hueffner,Christian Komusiewicz,Yong Zhang
DOI: https://doi.org/10.1007/978-3-540-79228-4_39
2008-01-01
Abstract:The NP-hard BICLUSTER EDITING is to add or remove at most k edges to make a bipartite graph G = (V, E) a vertex-disjoint union of complete bipartite subgraphs. It has applications in the analysis of gene expression data. We show that by polynomial-time preprocessing, one can shrink a problem instance to one with 4k vertices, thus proving that the problem has a linear kernel, improving a quadratic kernel result. We further give a search tree algorithm that improves the running time bound from the trivial O(4(k) + vertical bar E vertical bar) to 0(3.24(k) + vertical bar E vertical bar). Finally, we give a randomized 4-approximation, improving a known approximation with factor 11.
What problem does this paper attempt to address?