Clustering with Transitive Distance and K-Means Duality
Chunjing Xu, Jianzhuang Liu, Xiaoou Tang

TL;DR
This paper introduces a novel clustering method that uses transitive distance and K-means duality, achieving comparable accuracy to spectral clustering but with significantly reduced computational complexity and minimal parameter tuning.
Contribution
The proposed method offers a non-eigenproblem approach to clustering that handles complex data structures efficiently using transitive distance and K-means duality.
Findings
Achieves spectral clustering performance with $O(n^2)$ complexity
Handles complex, multi-scale, and noisy clusters effectively
Requires only the number of clusters as a parameter
Abstract
Recent spectral clustering methods are a propular and powerful technique for data clustering. These methods need to solve the eigenproblem whose computational complexity is , where is the number of data samples. In this paper, a non-eigenproblem based clustering method is proposed to deal with the clustering problem. Its performance is comparable to the spectral clustering algorithms but it is more efficient with computational complexity . We show that with a transitive distance and an observed property, called K-means duality, our algorithm can be used to handle data sets with complex cluster shapes, multi-scale clusters, and noise. Moreover, no parameters except the number of clusters need to be set in our algorithm.
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
TopicsAdvanced Clustering Algorithms Research · Face and Expression Recognition · Sparse and Compressive Sensing Techniques
