paper-with-me

Papers

Solving clustering as ill-posed problem: experiments with K-Means algorithm

2022-11-15 · Alberto Arturo Vergani

In this contribution, the clustering procedure based on K-Means algorithm is studied as an inverse problem, which is a special case of the illposed problems. The attempts to improve the quality of the clustering inverse problem drive to reduce the input data via Principal Component Analysis (PCA). Since there exists a theorem by Ding and He that links the cardinality of the optimal clusters found with K-Means and the cardinality of the selected informative PCA components, the computational experiments tested the theorem between two quantitative features selection methods: Kaiser criteria (based on imperative decision) versus Wishart criteria (based on random matrix theory). The results suggested that PCA reduction with features selection by Wishart criteria leads to a low matrix condition number and satisfies the relation between clusters and components predicts by the theorem. The data used for the computations are from a neuroscientific repository: it regards healthy and young subjects that performed a task-oriented functional Magnetic Resonance Imaging (fMRI) paradigm.

📄 PDF Abstract BibTeX arXiv:2211.08302

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

k-means++: few more steps yield constant approximation

2020-02-18 · ICML 2020 1 · Davin Choo, Christoph Grunau, Julian Portmann, Václav Rozhoň

The k-means++ algorithm of Arthur and Vassilvitskii (SODA 2007) is a state-of-the-art algorithm for solving the k-means clustering problem and is known to give an O(log k)-approximation in expectation. Recently, Lattanzi…

Clustering

Global $k$-means$++$: an effective relaxation of the global $k$-means clustering algorithm

2022-11-22 · Georgios Vardakas, Aristidis Likas

The $k$-means algorithm is a prevalent clustering method due to its simplicity, effectiveness, and speed. However, its main disadvantage is its high sensitivity to the initial positions of the cluster centers. The global…

Clustering

Variational Wasserstein Barycenters for Geometric Clustering

2020-02-24 · Liang Mi

We propose to compute Wasserstein barycenters (WBs) by solving for Monge maps with variational principle. We discuss the metric properties of WBs and explore their connections, especially the connections of Monge WBs, to…

Clustering

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

Splitting Methods for Convex Clustering

2013-04-01 · Eric C. Chi, Kenneth Lange

Clustering is a fundamental problem in many scientific applications. Standard methods such as $k$-means, Gaussian mixture models, and hierarchical clustering, however, are beset by local minima, which are sometimes drast…

Clustering