Binary $k$-Center with Missing Entries: Structure Leads to Tractability
Farehe Soheil, Kirill Simonov, Tobias Friedrich
TL;DR
This paper studies k-Center with Missing Entries for binary data, where distances ignore unknown coordinates and the structure of known entries is captured by the incidence graph $G_{m{M}}$. It establishes fixed-parameter tractability with respect to several natural structural parameters—vertex cover, fracture number, and treewidth of $G_{m{M}}$—and connects Closest String to ILP Feasibility, showing that improvements in one problem would translate to improvements in ILP solving. The authors provide concrete FPT algorithms: (i) by vertex cover, (ii) by treewidth (with radius parameter $d$), and (iii) by fracture number, each with explicit exponential dependencies on the respective parameter and polynomial in the input size. These results reveal that sparsity and structural constraints on missing data can dramatically reduce the hardness of clustering with missing entries and tie clustering to core ILP techniques, suggesting practical algorithmic avenues and deep theoretical connections. The work also situates Closest String and ILP within a tight equivalence framework, indicating that progress in fundamental covering/ILP problems would settle longstanding questions in related domains.
Abstract
$\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.
