Graph-modeled data clustering: fixed-parameter algorithms for clique generation

  • Authors:
  • Jens Gramm;Jiong Guo;Falk Hüffner;Rolf Niedermeier

  • Affiliations:
  • Wilhelm-Schickard-Institut für Informatik, Universität Tübingen, Tübingen, Germany;Wilhelm-Schickard-Institut für Informatik, Universität Tübingen, Tübingen, Germany;Wilhelm-Schickard-Institut für Informatik, Universität Tübingen, Tübingen, Germany;Wilhelm-Schickard-Institut für Informatik, Universität Tübingen, Tübingen, Germany

  • Venue:
  • CIAC'03 Proceedings of the 5th Italian conference on Algorithms and complexity
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present efficient fixed-parameter algorithms for the NP-complete edge modification problems CLUSTER EDITING and CLUSTER DELETION. Here, the goal is to make the fewest changes to the edge set of an input graph such that the new graph is a vertex-disjoint union of cliques. Allowing up to k edge additions and deletions (CLUSTER EDITING), we solve this problem in O(2.27k + |V|3) time; allowing only up to k edge deletions (CLUSTER DELETION), we solve this problem in O(1.77k + |V|3) time. The key ingredients of our algorithms are two easy to implement bounded search tree algorithms and a reduction to a problem kernel of size O(k3). This improves and complements previous work.