Reductive Clustering: An Efficient Linear-time Graph-based Divisive Cluster Analysis Approach
Ching Tarn, Yinan Zhang, Ye Feng

TL;DR
Reductive Clustering is a fast, graph-based divisive clustering method that reduces graphs iteratively to reveal hierarchical structures, outperforming existing algorithms in efficiency and resource usage.
Contribution
The paper introduces a novel linear-time divisive clustering approach using graph reduction, with detailed theoretical analysis and experimental validation.
Findings
Achieves linear time complexity in clustering tasks.
Outperforms state-of-the-art algorithms in accuracy and efficiency.
Requires significantly less computational resources.
Abstract
We propose an efficient linear-time graph-based divisive cluster analysis approach called Reductive Clustering. The approach tries to reveal the hierarchical structural information through reducing the graph into a more concise one repeatedly. With the reductions, the original graph can be divided into subgraphs recursively, and a lite informative dendrogram is constructed based on the divisions. The reduction consists of three steps: selection, connection, and partition. First a subset of vertices of the graph are selected as representatives to build a concise graph. The representatives are re-connected to maintain a consistent structure with the previous graph. If possible, the concise graph is divided into subgraphs, and each subgraph is further reduced recursively until the termination condition is met. We discuss the approach, along with several selection and connection methods, in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Clustering Algorithms Research · Data Management and Algorithms
