Doubly Stochastic Mean-Shift Clustering

📅 2026-02-17
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the sensitivity of the traditional Mean-Shift algorithm to the bandwidth hyperparameter, which often leads to over-segmentation and spurious clusters in sparse data regimes. To mitigate this limitation, the authors propose Dual Stochastic Mean-Shift (DSMS), a novel variant that, for the first time, models the bandwidth as a random variable. In each iteration, DSMS jointly samples both data points and kernel radii stochastically, thereby introducing an implicit regularization mechanism that enhances exploration of the underlying density landscape. Theoretical analysis confirms that the proposed method preserves convergence guarantees. Experimental results on synthetic Gaussian mixture datasets demonstrate that DSMS significantly outperforms both standard Mean-Shift and existing stochastic variants, effectively suppressing over-segmentation without sacrificing clustering performance.

Technology Category

Application Category

📝 Abstract
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.
Problem

Research questions and friction points this paper is trying to address.

Mean-Shift
bandwidth sensitivity
data scarcity
over-segmentation
spurious modes
Innovation

Methods, ideas, or system contributions that make the work stand out.

Doubly Stochastic Mean-Shift
randomized bandwidth
implicit regularization
density estimation
clustering stability
🔎 Similar Papers
No similar papers found.