paper-with-me

Papers

Dynamic Algorithm for Explainable k-medians Clustering under lp Norm

2025-12-01 · Konstantin Makarychev, Ilias Papanikolaou, Liren Shan arxiv

We study the problem of explainable k-medians clustering introduced by Dasgupta, Frost, Moshkovitz, and Rashtchian (2020). In this problem, the goal is to construct a threshold decision tree that partitions data into k clusters while minimizing the k-medians objective. These trees are interpretable because each internal node makes a simple decision by thresholding a single feature, allowing users to trace and understand how each point is assigned to a cluster. We present the first algorithm for explainable k-medians under lp norm for every finite p >= 1. Our algorithm achieves an O(p(log k)^{1 + 1/p - 1/p^2}) approximation to the optimal k-medians cost for any p >= 1. Previously, algorithms were known only for p = 1 and p = 2. For p = 2, our algorithm improves upon the existing bound of O(log^{3/2}k), and for p = 1, it matches the tight bound of log k + O(1) up to a multiplicative O(log log k) factor. We show how to implement our algorithm in a dynamic setting. The dynamic algorithm maintains an explainable clustering under a sequence of insertions and deletions, with amortized update time O(d log^3 k) and O(log k) recourse, making it suitable for large-scale and evolving datasets.

📄 PDF Abstract BibTeX arXiv:2512.01150

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Explainable k-Means and k-Medians Clustering

2020-01-01 · ICML 2020 1 · Michal Moshkovitz, Sanjoy Dasgupta, Cyrus Rashtchian, Nave Frost

Clustering is a popular unsupervised learning method for geometric data. Unfortunately, many clustering algorithms use global properties of the data, and there are no simple explanations for cluster assignments. To impro…

Clustering

Almost Tight Approximation Algorithms for Explainable Clustering

2021-07-01 · Hossein Esfandiari, Vahab Mirrokni, Shyam Narayanan

Recently, due to an increasing interest for transparency in artificial intelligence, several methods of explainable machine learning have been developed with the simultaneous goal of accuracy and interpretability by huma…

Clustering

Nearly-Tight and Oblivious Algorithms for Explainable Clustering

2021-06-30 · NeurIPS 2021 12 · Buddhima Gamlath, Xinrui Jia, Adam Polak, Ola Svensson

We study the problem of explainable clustering in the setting first formalized by Dasgupta, Frost, Moshkovitz, and Rashtchian (ICML 2020). A $k$-clustering is said to be explainable if it is given by a decision tree wher…

Clustering

Explainable $k$-Means and $k$-Medians Clustering

2020-02-28 · Sanjoy Dasgupta, Nave Frost, Michal Moshkovitz, Cyrus Rashtchian

Clustering is a popular form of unsupervised learning for geometric data. Unfortunately, many clustering algorithms lead to cluster assignments that are hard to explain, partially because they depend on all the features …

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