paper-with-me

Papers

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, we propose Doubly Stochastic Mean-Shift (DSMS), a novel extension that introduces randomness not only in the trajectory updates but also in the kernel bandwidth itself. By drawing both the data samples and the radius from a continuous uniform distribution at each iteration, DSMS effectively performs a better exploration of the density landscape. We show that this randomized bandwidth policy acts as an implicit regularization mechanism, and provide convergence theoretical results. Comparative experiments on synthetic Gaussian mixtures reveal that DSMS significantly outperforms standard and stochastic Mean-Shift baselines, exhibiting remarkable stability and preventing over-segmentation in sparse clustering scenarios without other performance degradation.

📄 PDF Abstract BibTeX arXiv:2602.15393

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimation

Similar Papers 제목 키워드 기반

Graph-based Clustering Revisited: A Relaxation of Kernel $k$-Means Perspective

2025-09-23 · Wenlong Lyu, Yuheng Jia, Hui Liu, Junhui Hou arxiv

The well-known graph-based clustering methods, including spectral clustering, symmetric non-negative matrix factorization, and doubly stochastic normalization, can be viewed as relaxations of the kernel $k$-means approac…

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, eac…

Clustering

Doubly Stochastic Adaptive Neighbors Clustering via the Marcus Mapping

2024-08-06 · Jinghui Yuan, Chusheng Zeng, Fangyuan Xie, Zhe Cao 외

Clustering is a fundamental task in machine learning and data science, and similarity graph-based clustering is an important approach within this domain. Doubly stochastic symmetric similarity graphs provide numerous ben…

ClusteringComputational Efficiency

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 Subspace Clustering

2020-11-30 · Derek Lim, René Vidal, Benjamin D. Haeffele

Many state-of-the-art subspace clustering methods follow a two-step process by first constructing an affinity matrix between data points and then applying spectral clustering to this affinity. Most of the research into t…

ClusteringImage Clustering