LGMLFeb 20, 2021

nTreeClus: a Tree-based Sequence Encoder for Clustering Categorical Series

arXiv:2102.10252v316 citations
Originality Incremental advance
AI Analysis

It addresses clustering challenges for categorical sequence data in domains like bioinformatics, but appears incremental as it builds on existing methods.

The paper tackles clustering of categorical sequences by proposing nTreeClus, a model-based approach using tree-based learners and k-mers to create a novel numerical representation, which improved baseline methods by up to 10.7% and 2.7% on internal and external validation metrics.

The overwhelming presence of categorical/sequential data in diverse domains emphasizes the importance of sequence mining. The challenging nature of sequences proves the need for continuing research to find a more accurate and faster approach providing a better understanding of their (dis)similarities. This paper proposes a new Model-based approach for clustering sequence data, namely nTreeClus. The proposed method deploys Tree-based Learners, k-mers, and autoregressive models for categorical time series, culminating with a novel numerical representation of the categorical sequences. Adopting this new representation, we cluster sequences, considering the inherent patterns in categorical time series. Accordingly, the model showed robustness to its parameter. Under different simulated scenarios, nTreeClus improved the baseline methods for various internal and external cluster validation metrics for up to 10.7% and 2.7%, respectively. The empirical evaluation using synthetic and real datasets, protein sequences, and categorical time series showed that nTreeClus is competitive or superior to most state-of-the-art algorithms.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes