paper-with-me

Papers

Coreset Spectral Clustering

2025-03-10 · Ben Jourdan, Gregory Schwartzman, Peter Macgregor, He Sun

Coresets have become an invaluable tool for solving $k$-means and kernel $k$-means clustering problems on large datasets with small numbers of clusters. On the other hand, spectral clustering works well on sparse graphs and has recently been extended to scale efficiently to large numbers of clusters. We exploit the connection between kernel $k$-means and the normalised cut problem to combine the benefits of both. Our main result is a coreset spectral clustering algorithm for graphs that clusters a coreset graph to infer a good labelling of the original graph. We prove that an $\alpha$-approximation for the normalised cut problem on the coreset graph is an $O(\alpha)$-approximation on the original. We also improve the running time of the state-of-the-art coreset algorithm for kernel $k$-means on sparse kernels, from $\tilde{O}(nk)$ to $\tilde{O}(n\cdot \min \{k, d_{avg}\})$, where $d_{avg}$ is the average number of non-zero entries in each row of the $n\times n$ kernel matrix. Our experiments confirm our coreset algorithm is asymptotically faster on large real-world graphs with many clusters, and show that our clustering algorithm overcomes the main challenge faced by coreset kernel $k$-means on sparse kernels which is getting stuck in local optima.

📄 PDF Abstract BibTeX arXiv:2503.07227

Code (1)

BenJourdan/coreset-sc 공식 구현

Tasks

AvgClustering

Methods 이 논문이 사용한 방법론

Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

Clustering by Contour coreset and variational quantum eigensolver

2023-12-06 · Canaan Yung, Muhammad Usman

Recent work has proposed solving the k-means clustering problem on quantum computers via the Quantum Approximate Optimization Algorithm (QAOA) and coreset techniques. Although the current method demonstrates the possibil…

Clustering

Online Coresets for Clustering with Bregman Divergences

2020-12-11 · Rachit Chhaya, Jayesh Choudhari, Anirban Dasgupta, Supratim Shit

We present algorithms that create coresets in an online setting for clustering problems according to a wide subset of Bregman divergences. Notably, our coresets have a small additive error, similar in magnitude to the li…

Clustering

On Coresets for Fair Clustering in Metric and Euclidean Spaces and Their Applications

2020-07-20 · Sayan Bandyapadhyay, Fedor V. Fomin, Kirill Simonov

Fair clustering is a constrained variant of clustering where the goal is to partition a set of colored points, such that the fraction of points of any color in every cluster is more or less equal to the fraction of point…

ClusteringConstrained Clustering

Structure-Aware Spectral Sparsification via Uniform Edge Sampling

2025-10-14 · Kaiwen He, Petros Drineas, Rajiv Khanna arxiv

Spectral clustering is a fundamental method for graph partitioning, but its reliance on eigenvector computation limits scalability to massive graphs. Classical sparsification methods preserve spectral properties by sampl…

graph partitioning

Scalable k-Means Clustering via Lightweight Coresets

2017-02-27 · Olivier Bachem, Mario Lucic, Andreas Krause

Coresets are compact representations of data sets such that models trained on a coreset are provably competitive with models trained on the full data set. As such, they have been successfully used to scale up clustering …

ClusteringData Summarization