Kernel KMeans clustering splits for end-to-end unsupervised decision trees
Louis Ohl, Pierre-Alexandre Mattei, Mickaël Leclercq, Arnaud Droit, Frédéric Precioso
TL;DR
Kauri introduces an end-to-end unsupervised binary decision tree that directly optimises a centroid-free kernel KMeans objective, enabling interpretable clustering without relying on external centroid initialisations. By re-expressing the kernel KMeans objective through kernel stocks and greedy splits with cluster-aware gains, it yields competitive clustering performance while often producing shallower, more interpretable trees, especially for non-linear kernels. The method demonstrates robustness across kernels, avoids empty clusters common in kernel KMeans, and provides a practical framework for explainable clustering that integrates seamlessly with kernel methods. This approach advances unsupervised tree learning by delivering an interpretable, end-to-end clustering model with broad kernel compatibility and favorable trade-offs between accuracy and explicability.
Abstract
Trees are convenient models for obtaining explainable predictions on relatively small datasets. Although there are many proposals for the end-to-end construction of such trees in supervised learning, learning a tree end-to-end for clustering without labels remains an open challenge. As most works focus on interpreting with trees the result of another clustering algorithm, we present here a novel end-to-end trained unsupervised binary tree for clustering: Kauri. This method performs a greedy maximisation of the kernel KMeans objective without requiring the definition of centroids. We compare this model on multiple datasets with recent unsupervised trees and show that Kauri performs identically when using a linear kernel. For other kernels, Kauri often outperforms the concatenation of kernel KMeans and a CART decision tree.
