paper-with-me

홈 › Papers

Inference with K-means

2024-10-04 · Alfred K. Adzika, Prudence Djagba

This thesis aims to invent new approaches for making inferences with the k-means algorithm. k-means is an iterative clustering algorithm that randomly assigns k centroids, then assigns data points to the nearest centroid, and updates centroids based on the mean of assigned points. This process continues until convergence, forming k clusters where each point belongs to the closest centroid. This research investigates the prediction of the last component of data points obtained from a distribution of clustered data using the online balanced k-means approach. Through extensive experimentation and analysis, key findings have emerged. It is observed that a larger number of clusters or partitions tends to yield lower errors while increasing the number of assigned data points does not significantly improve inference errors. Reducing losses in the learning process does not significantly impact overall inference errors. Indicating that as learning is going on inference errors remain unchanged. Recommendations include the need for specialized inference techniques to estimate better data points derived from multi-clustered data and exploring methods that yield improved results with larger assigned datasets. By addressing these recommendations, this research advances the accuracy and reliability of inferences made with the k-means algorithm, bridging the gap between clustering and non-parametric density estimation and inference.

📄 PDF Abstract BibTeX arXiv:2410.17256

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDensity Estimation

Similar Papers 제목 키워드 기반

Selective inference for k-means clustering

2022-03-29 · Yiqun T. Chen, Daniela M. Witten

We consider the problem of testing for a difference in means between clusters of observations identified via k-means clustering. In this setting, classical hypothesis tests lead to an inflated Type I error rate. To overc…

Clustering

Time-Series K-means in Causal Inference and Mechanism Clustering for Financial Data

2022-01-24 · Minheng Xiao

This paper investigates the application of Time Series K-means (TS-K-means) within the context of causal inference and mechanism clustering of financial time series data. Traditional clustering approaches like K-means of…

Causal InferenceClusteringDynamic Time WarpingTime Series

Powerful rank verification for multivariate Gaussian data with any covariance structure

2025-03-03 · Anav Sood

Upon observing $n$-dimensional multivariate Gaussian data, when can we infer that the largest $K$ observations came from the largest $K$ means? When $K=1$ and the covariance is isotropic, \cite{Gutmann} argue that this i…

Variance Reduced Median-of-Means Estimator for Byzantine-Robust Distributed Inference

2021-03-04 · Jiyuan Tu, Weidong Liu, Xiaojun Mao, Xi Chen

This paper develops an efficient distributed inference algorithm, which is robust against a moderate fraction of Byzantine nodes, namely arbitrary and possibly adversarial machines in a distributed learning system. In ro…

Computational Efficiency

Selective Inference for Hierarchical Clustering

2020-12-05 · Lucy L. Gao, Jacob Bien, Daniela Witten

Classical tests for a difference in means control the type I error rate when the groups are defined a priori. However, when the groups are instead defined via clustering, then applying a classical test yields an extremel…

Clustering