paper-with-me

홈 › Papers

Accelerating Spherical k-Means

2021-07-08 · Erich Schubert, Andreas Lang, Gloria Feher

Spherical k-means is a widely used clustering algorithm for sparse and high-dimensional data such as document vectors. While several improvements and accelerations have been introduced for the original k-means algorithm, not all easily translate to the spherical variant: Many acceleration techniques, such as the algorithms of Elkan and Hamerly, rely on the triangle inequality of Euclidean distances. However, spherical k-means uses Cosine similarities instead of distances for computational efficiency. In this paper, we incorporate the Elkan and Hamerly accelerations to the spherical k-means algorithm working directly with the Cosines instead of Euclidean distances to obtain a substantial speedup and evaluate these spherical accelerations on real data.

📄 PDF Abstract BibTeX arXiv:2107.04074

Code (1)

elki-project/elki 공식 구현

Tasks

ClusteringComputational Efficiency

Similar Papers 제목 키워드 기반

Estimation of the number of clusters on d-dimensional sphere

2020-11-15 · Kazuhisa Fujita

Spherical data is distributed on the sphere. The data appears in various fields such as meteorology, biology, and natural language processing. However, a method for analysis of spherical data does not develop enough yet.…

Efficient Sparse Spherical k-Means for Document Clustering

2021-07-30 · Johannes Knittel, Steffen Koch, Thomas Ertl

Spherical k-Means is frequently used to cluster document collections because it performs reasonably well in many settings and is computationally efficient. However, the time complexity increases linearly with the number …

ClusteringShort Text ClusteringText ClusteringUnsupervised Spatial Clustering

Accelerating spherical K-means clustering for large-scale sparse document data

2024-11-18 · Kazuo Aoyama, Kazumi Saito

This paper presents an accelerated spherical K-means clustering algorithm for large-scale and high-dimensional sparse document data sets. We design an algorithm working in an architecture-friendly manner (AFM), which is …

Clustering

Whitening Spherical Gaussian Mixtures in the Large-Dimensional Regime

2025-09-22 · Mohammed Racim Moussa Boudjemaa, Alper Kalle, Xiaoyi Mai, José Henrique de Morais Goulart 외 arxiv

Whitening is a classical technique in unsupervised learning that can facilitate estimation tasks by standardizing data. An important application is the estimation of latent variable models via the decomposition of tensor…

SG-Splatting: Accelerating 3D Gaussian Splatting with Spherical Gaussians

2024-12-31 · Yiwen Wang, Siyuan Chen, Ran Yi

3D Gaussian Splatting is emerging as a state-of-the-art technique in novel view synthesis, recognized for its impressive balance between visual quality, speed, and rendering efficiency. However, reliance on third-degree …

Computational EfficiencyNovel View Synthesis