English

Parameterized Complexity of Feature Selection for Categorical Data Clustering

Data Structures and Algorithms 2021-08-20 v2 Discrete Mathematics

Abstract

We develop new algorithmic methods with provable guarantees for feature selection in regard to categorical data clustering. While feature selection is one of the most common approaches to reduce dimensionality in practice, most of the known feature selection methods are heuristics. We study the following mathematical model. We assume that there are some inadvertent (or undesirable) features of the input data that unnecessarily increase the cost of clustering. Consequently, we want to select a subset of the original features from the data such that there is a small-cost clustering on the selected features. More precisely, for given integers \ell (the number of irrelevant features) and kk (the number of clusters), budget BB, and a set of nn categorical data points (represented by mm-dimensional vectors whose elements belong to a finite set of values Σ\Sigma), we want to select mm-\ell relevant features such that the cost of any optimal kk-clustering on these features does not exceed BB. Here the cost of a cluster is the sum of Hamming distances (0\ell_0-distances) between the selected features of the elements of the cluster and its center. The clustering cost is the total sum of the costs of the clusters. We use the framework of parameterized complexity to identify how the complexity of the problem depends on parameters kk, BB, and Σ|\Sigma|. Our main result is an algorithm that solves the Feature Selection problem in time f(k,B,Σ)mg(k,Σ)n2f(k,B,|\Sigma|)\cdot m^{g(k,|\Sigma|)}\cdot n^2 for some functions ff and gg. In other words, the problem is fixed-parameter tractable parameterized by BB when Σ|\Sigma| and kk are constants. Our algorithm is based on a solution to a more general problem, Constrained Clustering with Outliers. We also complement our algorithmic findings with complexity lower bounds.

Keywords

Cite

@article{arxiv.2105.03753,
  title  = {Parameterized Complexity of Feature Selection for Categorical Data Clustering},
  author = {Sayan Bandyapadhyay and Fedor V. Fomin and Petr A. Golovach and Kirill Simonov},
  journal= {arXiv preprint arXiv:2105.03753},
  year   = {2021}
}

Comments

25 pages, full version

R2 v1 2026-06-24T01:54:24.217Z