paper-with-me

Papers

Stochastic mean-shift clustering

2023-12-25 · Itshak Lapidot

In this paper we presented a stochastic version mean-shift clustering algorithm. In the stochastic version the data points "climb" to the modes of the distribution collectively, while in the deterministic mean-shift, each datum "climbs" individually, while all other data points remains in their original coordinates. Stochastic version of the mean-shift clustering is comparison with a standard (deterministic) mean-shift clustering on synthesized 2- and 3-dimensional data distributed between several Gaussian component. The comparison performed in terms of cluster purity and class data purity. It was found the the stochastic mean-shift clustering outperformed in most of the cases the deterministic mean-shift.

📄 PDF Abstract BibTeX arXiv:2312.15684

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Stochastic Mean-Shift Clustering

2025-11-12 · Itshak Lapidot, Yann Sepulcre, Tom Trigano arxiv

We present a stochastic version of the mean-shift clustering algorithm. In this stochastic version a randomly chosen sequence of data points move according to partial gradient ascent steps of the objective function. Theo…

Doubly Stochastic Mean-Shift Clustering

2026-02-17 · Tom Trigano, Yann Sepulcre, Itshak Lapidot arxiv

Standard Mean-Shift algorithms are notoriously sensitive to the bandwidth hyperparameter, particularly in data-scarce regimes where fixed-scale density estimation leads to fragmentation and spurious modes. In this paper,…

Density Estimation

GPU-accelerated Faster Mean Shift with euclidean distance metrics

2021-12-27 · Le You, Han Jiang, Jinyong Hu, Chorng Chang 외

Handling clustering problems are important in data statistics, pattern recognition and image processing. The mean-shift algorithm, a common unsupervised algorithms, is widely used to solve clustering problems. However, t…

ClusteringGPU

Clustering via Mode Seeking by Direct Estimation of the Gradient of a Log-Density

2014-04-20 · Hiroaki Sasaki, Aapo Hyvärinen, Masashi Sugiyama

Mean shift clustering finds the modes of the data probability density by identifying the zero points of the density gradient. Since it does not require to fix the number of clusters in advance, the mean shift has been a …

ClusteringDensity Estimation

Clustering dynamics on graphs: from spectral clustering to mean shift through Fokker-Planck interpolation

2021-08-18 · Katy Craig, Nicolás García Trillos, Dejan Slepčev

In this work we build a unifying framework to interpolate between density-driven and geometry-based algorithms for data clustering, and specifically, to connect the mean shift algorithm with spectral clustering at discre…

Clustering