Cluster Editing with Vertex Splitting
Abstract
Cluster Editing, also known as Correlation Clustering, is a well-studied graph modification problem. In this problem, one is given a graph and the task is to perform up to edge additions or deletions to transform it into a cluster graph, i.e., a graph consisting of a disjoint union of cliques. However, in real-world networks, clusters are often overlapping. For example in social networks, a person might belong to several communities - e.g. those corresponding to work, school, or neighborhood. Other strong motivations come from biological network analysis and from language networks. Trying to cluster words with similar usage in the latter can be confounded by homonyms, that is, words with multiple meanings like "bat." In this paper, we introduce a new variant of Cluster Editing whereby a vertex can be split into two or more vertices. First used in the context of graph drawing, this operation allows a vertex to be replaced by two vertices whose combined neighborhood is the neighborhood of (and thus can belong to more than one cluster). We call the new problem Cluster Editing with Vertex Splitting and we initiate the study of it. We show that it is NP-complete and fixed-parameter tractable when parameterized by the total number of allowed vertex-splitting and edge-editing operations. In particular, we obtain an -time algorithm and a -vertex kernel.
Cite
@article{arxiv.1901.00156,
title = {Cluster Editing with Vertex Splitting},
author = {Faisal N. Abu-Khzam and Emmanuel Arrighi and Matthias Bentert and Pål Grønås Drange and Judith Egan and Serge Gaspers and Alexis Shaw and Peter Shaw and Blair D. Sullivan and Petra Wolf},
journal= {arXiv preprint arXiv:1901.00156},
year = {2023}
}