Parameterized Algorithms for Colored Clustering
Leon Kellerhals, Tomohiro Koana, Pascal Kunz, and Rolf Niedermeier

TL;DR
This paper studies the parameterized complexity of the Colored Clustering problem, providing algorithms, kernelization results, and complexity classifications for various parameters, advancing understanding of its computational boundaries.
Contribution
It introduces a fixed-parameter algorithm, resolves an open problem by establishing a problem kernel, and classifies the problem's complexity for multiple structural parameters.
Findings
Developed a $2^{O(k)} imes n^{O(1)}$-time algorithm.
Proved the existence of an $O(k^{5/2})$-sized problem kernel.
Established W[1]-hardness for vertex cover number and tree-cut width, but fixed-parameter tractability for slim tree-cut width.
Abstract
In the Colored Clustering problem, one is asked to cluster edge-colored (hyper-)graphs whose colors represent interaction types. More specifically, the goal is to select as many edges as possible without choosing two edges that share an endpoint and are colored differently. Equivalently, the goal can also be described as assigning colors to the vertices in a way that fits the edge-coloring as well as possible. As this problem is NP-hard, we build on previous work by studying its parameterized complexity. We give a -time algorithm where is the number of edges to be selected and the number of vertices. We also prove the existence of a problem kernel of size , resolving an open problem posed in the literature. We consider parameters that are smaller than , the number of edges to be selected, and , the number of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Graph Theory Research · Scheduling and Timetabling Solutions
