Explainable cluster analysis: a bagging approach

arXiv stat.ML / 3/23/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses the explainability gap in clustering by proposing an ensemble-based framework that combines bagging and feature dropout to generate feature importance scores.
  • It uses multiple bootstrap resampling schemes and aggregates partitions to improve the stability and robustness of cluster definitions, especially in small-sample or noisy settings.
  • Feature importance is measured via mutual information between features and estimated cluster labels, weighted by a clustering validity measure to emphasize well-formed partitions.
  • The method outputs both a consensus partition and a corresponding feature-importance score, enabling unified interpretation of clustering structure and variable relevance, demonstrated on simulated and real-world data.

Abstract

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.