Paper proposes a novel unsupervised feature selection method using K-means and ADMM.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Transform learning improves K-means clustering for document analysis.
Paper solves globally optimal k-means for low dimensional data.
Study reduces dimensions for -means clustering for better accuracy.
-means algorithm is one of the most classical clustering methods, which has been widely and successfully used in signal processing. However, due to the thin-tailed property of the Gaussian distribution, -means algorithm suffers from relatively poor performance on the dataset containing heavy-tailed data or outlie…
We address the problem of simultaneously learning a k-means clustering and deep feature representation from unlabelled data, which is of interest due to the potential of deep k-means to outperform traditional two-step feature extraction and shallow-clustering strategies. We achieve this by developing a gradient-estimat…
Selective inference controls Type I error in k-means clustering tests.
A faster Wasserstein k-means algorithm for histogram data reduces computation and maintains clustering quality.
The paper assesses conditions for the uniqueness of k-means clustering.
We study the problem of estimating a manifold from random samples. In particular, we consider piecewise constant and piecewise linear estimators induced by k-means and k-flats, and analyze their performance. We extend previous results for k-means in two separate directions. First, we provide new results for k-means rec…
The study investigates the consistency of -means clustering under finite expectation assumptions.
K-means fails in high dimensions with noise and few samples.
Traditionally, practitioners initialize the {\tt k-means} algorithm with centers chosen uniformly at random. Randomized initialization with uneven weights ({\tt k-means++}) has recently been used to improve the performance over this strategy in cost and run-time. We consider the k-means problem with semi-supervised inf…
Marine buoys aid in the battle against Illegal, Unreported and Unregulated (IUU) fishing by detecting fishing vessels in their vicinity. Marine buoys, however, may be disrupted by natural causes and buoy vandalism. In this paper, we formulate marine buoy placement as a clustering problem, and propose dropout k-means an…
-means clustering is a fundamental problem in unsupervised learning. The problem concerns finding a partition of the data points into clusters such that the within-cluster variation is minimized. Despite its importance and wide applicability, a theoretical understanding of the -means problem has not been comp…
Breathing k-means outperforms greedy k-means++ in clustering.
One of the applications of center-based clustering algorithms such as K-Means is partitioning data points into K clusters. In some examples, the feature space relates to the underlying problem we are trying to solve, and sometimes we can obtain a suitable feature space. Nevertheless, while K-Means is one of the most ef…
Two new scalable K-means initialization methods proposed for large-scale clustering.
Identifying a set of homogeneous clusters in a heterogeneous dataset is one of the most important classes of problems in statistical modeling. In the realm of unsupervised partitional clustering, k-means is a very important algorithm for this. In this technical report, we develop a new k-means variant called Augmented …
BalLOT uses optimal transport for balanced k-means clustering.
Fuzzy clustering with similarity queries improves efficiency and accuracy.
K-means algorithm improves financial market risk prediction accuracy.
We consider the -means clustering problem in the dynamic streaming setting, where points from a discrete Euclidean space can be dynamically inserted to or deleted from the dataset. For this problem, we provide a one-pass coreset construction algorithm using space $\tilde{O}(k\cdot \mathrm{pol…
We introduce the {\it diffusion -means} clustering method on Riemannian submanifolds, which maximizes the within-cluster connectedness based on the diffusion distance. The diffusion -means constructs a random walk on the similarity graph with vertices as data points randomly sampled on the manifolds and edges as …
We show that the objective function of conventional k-means clustering can be expressed as the Frobenius norm of the difference of a data matrix and a low rank approximation of that data matrix. In short, we show that k-means clustering is a matrix factorization problem. These notes are meant as a reference and intende…
Sparse clustering, which aims to find a proper partition of an extremely high-dimensional data set with redundant noise features, has been attracted more and more interests in recent years. The existing studies commonly solve the problem in a framework of maximizing the weighted feature contributions subject to a $\ell…
Combines k-means and hill climbing for stratification and allocation.
Kernel -means clustering can correctly identify and extract a far more varied collection of cluster structures than the linear -means clustering algorithm. However, kernel -means clustering is computationally expensive when the non-linear feature map is high-dimensional and there are many input points. Kernel …
Improved K-Means++ and K-Means with faster run-time.
A new framework improves fairness in clustering and Wasserstein Barycenter problems.
Due to the progressive growth of the amount of data available in a wide variety of scientific fields, it has become more difficult to ma- nipulate and analyze such information. Even though datasets have grown in size, the K-means algorithm remains as one of the most popular clustering methods, in spite of its dependenc…
In this note we generalize an extension theorem in [5] and [9] of the mean curvature flow to the H^{k} mean curvature flow under some extra conditions. The main difficult problem in proving the extension theorem is to find a suitable version of Michael-Simon inequality for the H^{k} mean curvature flow, and to do a sui…
Proposes a new K-means method for efficient clustering of nonlinear data.
Paper proves -means clustering works on persistence diagrams.
K-means is a classical clustering algorithm with wide applications. However, soft K-means, or fuzzy c-means at m=1, remains unsolved since 1981. To address this challenging open problem, we propose a novel clustering model, i.e. Probabilistic K-Means (PKM), which is also a nonlinear programming model constrained on lin…
New method speeds up k-means clustering for large k by improving nearest-neighbor search.
A new -means method HT -means uses penalty for sparsity.
Modified K-means ensures local optimality with same complexity.
A fast algorithm for -means clustering using subsampled SDP.
Clustering is a separation of data into groups of similar objects. Every group called cluster consists of objects that are similar to one another and dissimilar to objects of other groups. In this paper, the K-Means algorithm is implemented by three distance functions and to identify the optimal distance function for c…
Paper improves clustering risk bounds for kernel k-means.
Ball k-means reduces point-centroid distance computations for faster k-means clustering.
New method speeds up k-means clustering using sketch-and-solve.
A new k-means variant minimizes pairwise distances within clusters.
TS-K-means improves financial data clustering with dynamic time warping.
Kernel K-means clusters probability distributions.
Recently, Awasthi et al. introduced an SDP relaxation of the -means problem in . In this work, we consider a random model for the data points in which balls of unit radius are deterministically distributed throughout , and then in each ball, points are drawn according to a common ro…
To cluster data that are not linearly separable in the original feature space, -means clustering was extended to the kernel version. However, the performance of kernel -means clustering largely depends on the choice of kernel function. To mitigate this problem, multiple kernel learning has been introduced into th…