paper-with-me

Papers

Interpretable Sequence Clustering

2023-09-03 · Junjie Dong, Xinyi Yang, Mudi Jiang, Lianyu Hu, Zengyou He

Categorical sequence clustering plays a crucial role in various fields, but the lack of interpretability in cluster assignments poses significant challenges. Sequences inherently lack explicit features, and existing sequence clustering algorithms heavily rely on complex representations, making it difficult to explain their results. To address this issue, we propose a method called Interpretable Sequence Clustering Tree (ISCT), which combines sequential patterns with a concise and interpretable tree structure. ISCT leverages k-1 patterns to generate k leaf nodes, corresponding to k clusters, which provides an intuitive explanation on how each cluster is formed. More precisely, ISCT first projects sequences into random subspaces and then utilizes the k-means algorithm to obtain high-quality initial cluster assignments. Subsequently, it constructs a pattern-based decision tree using a boosting-based construction strategy in which sequences are re-projected and re-clustered at each node before mining the top-1 discriminative splitting pattern. Experimental results on 14 real-world data sets demonstrate that our proposed method provides an interpretable tree structure while delivering fast and accurate cluster assignments.

📄 PDF Abstract BibTeX arXiv:2309.01140

Code (1)

jd445/Interpretable-Sequence-Clustering-Tree 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

PyamilySeq: A Python Tool for Interpretable Gene (Re)Clustering and Pangenomic Inference Across Species and Genera

2024-07-27 · Nicholas J. Dimonaco

PyamilySeq is a Python-based tool designed for interpretable gene clustering and pangenomic inference, supporting analyses at both species and genus levels. It facilitates the clustering of gene sequences into families b…

Clustering

$k$-Graph: A Graph Embedding for Interpretable Time Series Clustering

2025-02-18 · Paul Boniol, Donato Tiano, Angela Bonifati, Themis Palpanas

Time series clustering poses a significant challenge with diverse applications across domains. A prominent drawback of existing solutions lies in their limited interpretability, often confined to presenting users with ce…

ClusteringGraph EmbeddingTime SeriesTime Series Clustering

Hierarchical Bayesian Modeling for Clustering Sparse Sequences in the Context of Group Profiling

2018-09-27 · Ishani Chakraborty

This paper proposes a hierarchical Bayesian model for clustering sparse sequences.This is a mixture model and does not need the data to be represented by a Gaussian mixture and that gives significant modelling freedom.It…

Clustering

Dynamic Multi-Network Mining of Tensor Time Series

2024-02-19 · Kohei Obata, Koki Kawabata, Yasuko Matsubara, Yasushi Sakurai

Subsequence clustering of time series is an essential task in data mining, and interpreting the resulting clusters is also crucial since we generally do not have prior knowledge of the data. Thus, given a large collectio…

ClusteringTime Series

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 i…

ClusteringDeep Clusteringfeature selection