logo
today local_bar
Poster Session 3 · Thursday, December 4, 2025 11:00 AM → 2:00 PM
#3110 Spotlight

Dynamic Algorithm for Explainable -medians Clustering under Norm

NeurIPS OpenReview

Abstract

We study the problem of explainable -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 clusters while minimizing the -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 -medians under norm for every finite . Our algorithm achieves an approximation to the optimal -medians cost for any . Previously, algorithms were known only for and . For , our algorithm improves upon the existing bound of , and for , it matches the tight bound of up to a multiplicative 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 and recourse, making it suitable for large-scale and evolving datasets.