Binary $k$-Center with Missing Entries: Structure Leads to Tractability
By: Farehe Soheil, Kirill Simonov, Tobias Friedrich
Potential Business Impact:
Organizes messy data into neat groups.
$\kC$ clustering is a fundamental classification problem, where the task is to categorize the given collection of entities into $k$ clusters and come up with a representative for each cluster, so that the maximum distance between an entity and its representative is minimized. In this work, we focus on the setting where the entities are represented by binary vectors with missing entries, which model incomplete categorical data. This version of the problem has wide applications, from predictive analytics to bioinformatics. Our main finding is that the problem, which is notoriously hard from the classical complexity viewpoint, becomes tractable as soon as the known entries are sparse and exhibit a certain structure. Formally, we show fixed-parameter tractable algorithms for the parameters vertex cover, fracture number, and treewidth of the row-column graph, which encodes the positions of the known entries of the matrix. Additionally, we tie the complexity of the 1-cluster variant of the problem, which is famous under the name Closest String, to the complexity of solving integer linear programs with few constraints. This implies, in particular, that improving upon the running times of our algorithms would lead to more efficient algorithms for integer linear programming in general.
Similar Papers
New Algorithms and Hardness Results for Connected Clustering
Data Structures and Algorithms
Groups things together so they stay connected.
Fair Center Clustering in Sliding Windows
Data Structures and Algorithms
Finds best spots for groups, fairly, using less space.
Facility Location and $k$-Median with Fair Outliers
Data Structures and Algorithms
Ensures fair clustering by limiting group outliers