paper-with-me

Papers

Interpretable Deep Clustering for Tabular Data

2023-06-07 · Jonathan Svirsky, Ofir Lindenbaum

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.

📄 PDF Abstract BibTeX arXiv:2306.04785

Code (1)

jsvir/idc 공식 구현 pytorch

Tasks

ClusteringDeep Clusteringfeature selection

Similar Papers 제목 키워드 기반

NeurCAM: Interpretable Neural Clustering via Additive Models

2024-08-23 · Nakul Upadhya, Eldan Cohen

Interpretable clustering algorithms aim to group similar data points while explaining the obtained groups to support knowledge discovery and pattern recognition tasks. While most approaches to interpretable clustering co…

Additive modelsClusteringText Clustering

An Interactive Interface for Novel Class Discovery in Tabular Data

2023-06-22 · Colin Troisemaine, Joachim Flocon-Cholet, Stéphane Gosselin, Alexandre Reiffers-Masson 외

Novel Class Discovery (NCD) is the problem of trying to discover novel classes in an unlabeled set, given a labeled set of different but related classes. The majority of NCD methods proposed so far only deal with image d…

ClusteringNovel Class Discovery

Weight-Informed Self-Explaining Clustering for Mixed-Type Tabular Data

2026-04-07 · Lehao Li, Qiang Huang, Yihao Ang, Bryan Kian Hsiang Low 외 arxiv

Clustering mixed-type tabular data is fundamental for exploratory analysis, yet remains challenging due to misaligned numerical-categorical representations, uneven and context-dependent feature relevance, and disconnecte…

Effectiveness of Deep Image Embedding Clustering Methods on Tabular Data

2022-12-28 · Sakib Abrar, Ali Sekmen, Manar D. Samad

Deep learning methods in the literature are commonly benchmarked on image data sets, which may not be suitable or effective baselines for non-image tabular data. In this paper, we take a data-centric view to perform one …

ClusteringDeep Learning

Deep Clustering of Tabular Data by Weighted Gaussian Distribution Learning

2023-01-02 · Shourav B. Rabbani, Ivan V. Medri, Manar D. Samad

Deep learning methods are primarily proposed for supervised learning of images or text with limited applications to clustering problems. In contrast, tabular data with heterogeneous features pose unique challenges in rep…

ClusteringData VisualizationDeep ClusteringDeep Learning+1