paper-with-me

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 construct clusters using decision trees, the interpretability of trees often deteriorates on complex problems where large trees are required. In this work, we introduce the Neural Clustering Additive Model (NeurCAM), a novel approach to the interpretable clustering problem that leverages neural generalized additive models to provide fuzzy cluster membership with additive explanations of the obtained clusters. To promote sparsity in our model's explanations, we introduce selection gates that explicitly limit the number of features and pairwise interactions leveraged. Additionally, we demonstrate the capacity of our model to perform text clustering that considers the contextual representation of the texts while providing explanations for the obtained clusters based on uni- or bi-word terms. Extensive experiments show that NeurCAM achieves performance comparable to black-box methods on tabular datasets while remaining interpretable. Additionally, our approach significantly outperforms other interpretable clustering approaches when clustering on text data.

📄 PDF Abstract BibTeX arXiv:2408.13361

Code (1)

optimal-uoft/neurcam 공식 구현 pytorch

Tasks

Additive modelsClusteringText Clustering

Similar Papers 제목 키워드 기반

Explaining reviews and ratings with PACO: Poisson Additive Co-Clustering

2015-12-06 · Chao-yuan Wu, Alex Beutel, Amr Ahmed, Alexander J. Smola

Understanding a user's motivations provides valuable information beyond the ability to recommend items. Quite often this can be accomplished by perusing both ratings and review texts, since it is the latter where the rea…

ClusteringCollaborative Filtering

Compressed Hierarchical Representations for Multi-Task Learning and Task Clustering

2022-05-31 · João Machado de Freitas, Sebastian Berg, Bernhard C. Geiger, Manfred Mücke

In this paper, we frame homogeneous-feature multi-task learning (MTL) as a hierarchical representation learning problem, with one task-agnostic and multiple task-specific latent representations. Drawing inspiration from …

ClusteringMulti-Task LearningRepresentation Learning

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…

Differentially Private Correlation Clustering

2021-02-17 · Mark Bun, Marek Eliáš, Janardhan Kulkarni

Correlation clustering is a widely used technique in unsupervised machine learning. Motivated by applications where individual privacy is a concern, we initiate the study of differentially private correlation clustering.…

BIG-bench Machine LearningClustering

Structural Neural Additive Models: Enhanced Interpretable Machine Learning

2023-02-18 · Mattias Luber, Anton Thielmann, Benjamin Säfken

Deep neural networks (DNNs) have shown exceptional performances in a wide range of tasks and have become the go-to method for problems requiring high-level predictive power. There has been extensive research on how DNNs …

Additive modelsInterpretable Machine Learning