English

Parameterized algorithms for the 2-clustering problem with minimum sum and minimum sum of squares objective functions

Data Structures and Algorithms 2014-04-11 v2

Abstract

In the {\sc Min-Sum 2-Clustering} problem, we are given a graph and a parameter kk, and the goal is to determine if there exists a 2-partition of the vertex set such that the total conflict number is at most kk, where the conflict number of a vertex is the number of its non-neighbors in the same cluster and neighbors in the different cluster. The problem is equivalent to {\sc 2-Cluster Editing} and {\sc 2-Correlation Clustering} with an additional multiplicative factor two in the cost function. In this paper we show an algorithm for {\sc Min-Sum 2-Clustering} with time complexity O(n2.619r/(14r/n)+n3)O(n\cdot 2.619^{r/(1-4r/n)}+n^3), where nn is the number of vertices and r=k/nr=k/n. Particularly, the time complexity is O(2.619k/n)O^*(2.619^{k/n}) for ko(n2)k\in o(n^2) and polynomial for kO(nlogn)k\in O(n\log n), which implies that the problem can be solved in subexponential time for ko(n2)k\in o(n^2). We also design a parameterized algorithm for a variant in which the cost is the sum of the squared conflict-numbers. For ko(n3)k\in o(n^3), the algorithm runs in subexponential O(n35.171θ)O(n^3\cdot 5.171^{\theta}) time, where θ=k/n\theta=\sqrt{k/n}.

Keywords

Cite

@article{arxiv.1303.6867,
  title  = {Parameterized algorithms for the 2-clustering problem with minimum sum and minimum sum of squares objective functions},
  author = {Bang Ye Wu and Li-Hsuan Chen},
  journal= {arXiv preprint arXiv:1303.6867},
  year   = {2014}
}

Comments

journal version

R2 v1 2026-06-21T23:49:12.441Z