paper-with-me

홈 › Papers

The computational complexity of some explainable clustering problems

2022-08-20 · Eduardo Sany Laber

We study the computational complexity of some explainable clustering problems in the framework proposed by [Dasgupta et al., ICML 2020], where explainability is achieved via axis-aligned decision trees. We consider the $k$-means, $k$-medians, $k$-centers and the spacing cost functions. We prove that the first three are hard to optimize while the latter can be optimized in polynomial time.

📄 PDF Abstract BibTeX arXiv:2208.09643

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

How to Find a Good Explanation for Clustering?

2021-12-13 · Sayan Bandyapadhyay, Fedor V. Fomin, Petr A. Golovach, William Lochet 외

$k$-means and $k$-median clustering are powerful unsupervised machine learning techniques. However, due to complicated dependences on all the features, it is challenging to interpret the resulting cluster assignments. Mo…

Clustering

On the price of explainability for some clustering problems

2021-01-05 · Eduardo Laber, Lucas Murtinho

The price of explainability for a clustering task can be defined as the unavoidable loss,in terms of the objective function, if we force the final partition to be explainable. Here, we study this price for the following …

Clustering

Computational lower bounds in latent models: clustering, sparse-clustering, biclustering

2025-06-16 · Bertrand Even, Christophe Giraud, Nicolas Verzelen

In many high-dimensional problems, like sparse-PCA, planted clique, or clustering, the best known algorithms with polynomial time complexity fail to reach the statistical performance provably achievable by algorithms fre…

Clustering

Fast and explainable clustering based on sorting

2022-02-03 · Xinye Chen, Stefan Güttel

We introduce a fast and explainable clustering method called CLASSIX. It consists of two phases, namely a greedy aggregation phase of the sorted data into groups of nearby data points, followed by the merging of groups i…

Clustering

SPINEX-Clustering: Similarity-based Predictions with Explainable Neighbors Exploration for Clustering Problems

2024-07-09 · MZ Naser, Ahmed Naser

This paper presents a novel clustering algorithm from the SPINEX (Similarity-based Predictions with Explainable Neighbors Exploration) algorithmic family. The newly proposed clustering variant leverages the concept of si…

BenchmarkingClustering