paper-with-me

Papers

Scalable Initialization Methods for Large-Scale Clustering

2020-07-23 · Joonas Hämäläinen, Tommi Kärkkäinen, Tuomo Rossi

In this work, two new initialization methods for K-means clustering are proposed. Both proposals are based on applying a divide-and-conquer approach for the K-means|| type of an initialization strategy. The second proposal also utilizes multiple lower-dimensional subspaces produced by the random projection method for the initialization. The proposed methods are scalable and can be run in parallel, which make them suitable for initializing large-scale problems. In the experiments, comparison of the proposed methods to the K-means++ and K-means|| methods is conducted using an extensive set of reference and synthetic large-scale datasets. Concerning the latter, a novel high-dimensional clustering data generation algorithm is given. The experiments show that the proposed methods compare favorably to the state-of-the-art. We also observe that the currently most popular K-means++ initialization behaves like the random one in the very high-dimensional cases.

📄 PDF Abstract BibTeX arXiv:2007.11937

Code (2)

jookriha/M_Spheres_Dataset_Generator 공식 구현
jookriha/Scalable-K-means 공식 구현

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 제목 키워드 기반

Scalable Clustering: Large Scale Unsupervised Learning of Gaussian Mixture Models with Outliers

2023-02-28 · Yijia Zhou, Kyle A. Gallivan, Adrian Barbu

Clustering is a widely used technique with a long and rich history in a variety of areas. However, most existing algorithms do not scale well to large datasets, or are missing theoretical guarantees of convergence. This …

Clustering

k2-means for fast and accurate large scale clustering

2016-05-30 · Eirikur Agustsson, Radu Timofte, Luc van Gool

We propose k^2-means, a new clustering method which efficiently copes with large numbers of clusters and achieves low energy solutions. k^2-means builds upon the standard k-means (Lloyd's algorithm) and combines a new st…

Clustering

Simple, Scalable, and Stable Variational Deep Clustering

2020-05-16 · Lele Cao, Sahar Asadi, Wenfei Zhu, Christian Schmidli 외

Deep clustering (DC) has become the state-of-the-art for unsupervised clustering. In principle, DC represents a variety of unsupervised methods that jointly learn the underlying clusters and the latent representation dir…

ClusteringDeep Clustering

Scalable k-Means Clustering for Large k via Seeded Approximate Nearest-Neighbor Search

2025-02-10 · Jack Spalding-Jamieson, Eliot Wong Robson, Da Wei Zheng

For very large values of $k$, we consider methods for fast $k$-means clustering of massive datasets with $10^7\sim10^9$ points in high-dimensions ($d\geq100$). All current practical methods for this problem have runtimes…

Exploring Anti-Aging Literature via ConvexTopics and Large Language Models

2026-02-23 · Lana E. Yeganova, Won G. Kim, Shubo Tian, Natalie Xie 외 arxiv

The rapid expansion of biomedical publications creates challenges for organizing knowledge and detecting emerging trends, underscoring the need for scalable and interpretable methods. Common clustering and topic modeling…