paper-with-me

Papers

A Randomized Approach to Efficient Kernel Clustering

2016-08-26 · Farhad Pourkamali-Anaraki, Stephen Becker

Kernel-based K-means clustering has gained popularity due to its simplicity and the power of its implicit non-linear representation of the data. A dominant concern is the memory requirement since memory scales as the square of the number of data points. We provide a new analysis of a class of approximate kernel methods that have more modest memory requirements, and propose a specific one-pass randomized kernel approximation followed by standard K-means on the transformed data. The analysis and experiments suggest the method is accurate, while requiring drastically less memory than standard kernel K-means and significantly less memory than Nystrom based approximations.

📄 PDF Abstract BibTeX arXiv:1608.07597

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Large-scale subspace clustering using sketching and validation

2015-10-06 · Panagiotis A. Traganitis, Konstantinos Slavakis, Georgios B. Giannakis

The nowadays massive amounts of generated and communicated data present major challenges in their processing. While capable of successfully classifying nonlinearly separable objects in various settings, subspace clusteri…

Clustering

Randomized Clustered Nystrom for Large-Scale Kernel Machines

2016-12-20 · Farhad Pourkamali-Anaraki, Stephen Becker

The Nystrom method has been popular for generating the low-rank approximation of kernel matrices that arise in many machine learning problems. The approximation quality of the Nystrom method depends crucially on the numb…

Clustering

Randomized Spectral Clustering in Large-Scale Stochastic Block Models

2020-01-20 · Hai Zhang, Xiao Guo, Xiangyu Chang

Spectral clustering has been one of the widely used methods for community detection in networks. However, large-scale networks bring computational challenges to the eigenvalue decomposition therein. In this paper, we stu…

ClusteringCommunity DetectionStochastic Block Model

Randomized sketches for kernels: Fast and optimal non-parametric regression

2015-01-25 · Yun Yang, Mert Pilanci, Martin J. Wainwright

Kernel ridge regression (KRR) is a standard method for performing non-parametric regression over reproducing kernel Hilbert spaces. Given $n$ samples, the time and space complexity of computing the KRR estimate scale as …

regression

Taming graph kernels with random features

2023-04-29 · Krzysztof Choromanski

We introduce in this paper the mechanism of graph random features (GRFs). GRFs can be used to construct unbiased randomized estimators of several important kernels defined on graphs' nodes, in particular the regularized …

Graph Clustering