Interpretable Deep Clustering for Tabular Data
Jonathan Svirsky, Ofir Lindenbaum
TL;DR
This work addresses the need for interpretable clustering on high-dimensional tabular data by introducing IDC, a two-stage deep clustering framework that jointly yields cluster assignments and explanations. It combines a local self-supervised gating mechanism that selects informative features per sample with a clustering head and a global gate matrix that provides cluster-level interpretations, enabling sample- and cluster-level explanations without domain-specific augmentations. The method demonstrates strong clustering performance and interpretable results across synthetic data, real biomedical datasets, MNIST-derived tabular forms, and even image-domain data treated as tables, while introducing interpretability metrics such as diversity, faithfulness, uniqueness, and generalizability. IDC also reveals an inductive bias favorable to learning high-frequency components in tabular data, and code is released for reproducibility, with future work focusing on addressing correlated features and clustering scale limitations.
Abstract
Clustering is a fundamental learning task widely used as a first step in data analysis. For example, biologists use cluster assignments to analyze genome sequences, medical records, or images. Since downstream analysis is typically performed at the cluster level, practitioners seek reliable and interpretable clustering models. We propose a new deep-learning framework for general domain tabular data that predicts interpretable cluster assignments at the instance and cluster levels. First, we present a self-supervised procedure to identify the subset of the most informative features from each data point. Then, we design a model that predicts cluster assignments and a gate matrix that provides cluster-level feature selection. Overall, our model provides cluster assignments with an indication of the driving feature for each sample and each cluster. We show that the proposed method can reliably predict cluster assignments in biological, text, image, and physics tabular datasets. Furthermore, using previously proposed metrics, we verify that our model leads to interpretable results at a sample and cluster level. Our code is available at https://github.com/jsvir/idc.
