FLCVAug 5, 2024

Hierarchical Clustering using Reversible Binary Cellular Automata for High-Dimensional Data

arXiv:2408.02250v1h-index: 6
Originality Incremental advance
AI Analysis

This is an incremental improvement for high-dimensional clustering applications in fields like healthcare and agriculture.

The paper tackles hierarchical clustering for high-dimensional data by using reversible binary cellular automata, grouping objects based on cycle relationships and rule selection to reduce computational cost. It achieves performance comparable to existing quadratic-time algorithms on benchmark datasets.

This work proposes a hierarchical clustering algorithm for high-dimensional datasets using the cyclic space of reversible finite cellular automata. In cellular automaton (CA) based clustering, if two objects belong to the same cycle, they are closely related and considered as part of the same cluster. However, if a high-dimensional dataset is clustered using the cycles of one CA, closely related objects may belong to different cycles. This paper identifies the relationship between objects in two different cycles based on the median of all elements in each cycle so that they can be grouped in the next stage. Further, to minimize the number of intermediate clusters which in turn reduces the computational cost, a rule selection strategy is taken to find the best rules based on information propagation and cycle structure. After encoding the dataset using frequency-based encoding such that the consecutive data elements maintain a minimum hamming distance in encoded form, our proposed clustering algorithm iterates over three stages to finally cluster the data elements into the desired number of clusters given by user. This algorithm can be applied to various fields, including healthcare, sports, chemical research, agriculture, etc. When verified over standard benchmark datasets with various performance metrics, our algorithm is at par with the existing algorithms with quadratic time complexity.

Foundations

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

Your Notes