paper-with-me

Papers

Scalable Kernel Clustering: Approximate Kernel k-means

2014-02-16 · Radha Chitta, Rong Jin, Timothy C. Havens, Anil K. Jain

Kernel-based clustering algorithms have the ability to capture the non-linear structure in real world data. Among various kernel-based clustering algorithms, kernel k-means has gained popularity due to its simple iterative nature and ease of implementation. However, its run-time complexity and memory footprint increase quadratically in terms of the size of the data set, and hence, large data sets cannot be clustered efficiently. In this paper, we propose an approximation scheme based on randomization, called the Approximate Kernel k-means. We approximate the cluster centers using the kernel similarity between a few sampled points and all the points in the data set. We show that the proposed method achieves better clustering performance than the traditional low rank kernel approximation based clustering schemes. We also demonstrate that its running time and memory requirements are significantly lower than those of kernel k-means, with only a small reduction in the clustering quality on several public domain large data sets. We then employ ensemble clustering techniques to further enhance the performance of our algorithm.

📄 PDF Abstract BibTeX arXiv:1402.3849

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Scalable Kernel K-Means Clustering with Nystrom Approximation: Relative-Error Bounds

2017-06-09 · Shusen Wang, Alex Gittens, Michael W. Mahoney

Kernel $k$-means clustering can correctly identify and extract a far more varied collection of cluster structures than the linear $k$-means clustering algorithm. However, kernel $k$-means clustering is computationally ex…

Clustering

Nearly Optimal Clustering Risk Bounds for Kernel K-Means

2020-03-09 · Yong Liu, Lizhong Ding, Weiping Wang

In this paper, we study the statistical properties of kernel $k$-means and obtain a nearly optimal excess clustering risk bound, substantially improving the state-of-art bounds in the existing clustering risk analyses. W…

Clustering

Fast Kernel k-means Clustering Using Incomplete Cholesky Factorization

2020-02-07 · Li Chen, Shuisheng Zhou, Jiajun Ma

Kernel-based clustering algorithm can identify and capture the non-linear structure in datasets, and thereby it can achieve better performance than linear clustering. However, computing and storing the entire kernel matr…

Clustering

Communication-Avoiding Linear Algebraic Kernel K-Means on GPUs

2026-01-23 · Julian Bellavita, Matthew Rubino, Nakul Iyer, Andrew Chang 외 arxiv

Clustering is an important tool in data analysis, with K-means being popular for its simplicity and versatility. However, it cannot handle non-linearly separable clusters. Kernel K-means addresses this limitation but req…

Explaining Kernel Clustering via Decision Trees

2024-02-15 · Maximilian Fleissner, Leena Chennuru Vankadara, Debarghya Ghoshdastidar

Despite the growing popularity of explainable and interpretable machine learning, there is still surprisingly limited work on inherently interpretable clustering methods. Recently, there has been a surge of interest in e…

ClusteringInterpretable Machine Learning