MLLGMar 20

Explainable cluster analysis: a bagging approach

arXiv:2603.198405.1h-index: 16
AI Analysis

This addresses the problem of interpretability in clustering for data analysts, though it is incremental as it adapts supervised learning techniques.

The paper tackles the lack of explainability in clustering by proposing an ensemble-based framework that uses bagging and feature dropout to generate feature importance scores, improving stability and robustness in small-sample or noisy settings.

A major limitation of clustering approaches is their lack of explainability: methods rarely provide insight into which features drive the grouping of similar observations. To address this limitation, we propose an ensemble-based clustering framework that integrates bagging and feature dropout to generate feature importance scores, in analogy with feature importance mechanisms in supervised random forests. By leveraging multiple bootstrap resampling schemes and aggregating the resulting partitions, the method improves stability and robustness of the cluster definition, particularly in small-sample or noisy settings. Feature importance is assessed through an information-theoretic approach: at each step, the mutual information between each feature and the estimated cluster labels is computed and weighted by a measure of clustering validity to emphasize well-formed partitions, before being aggregated into a final score. The method outputs both a consensus partition and a corresponding measure of feature importance, enabling a unified interpretation of clustering structure and variable relevance. Its effectiveness is demonstrated on multiple simulated and real-world datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes