Finding the Mode of a Kernel Density Estimate

12/16/2019
by   Jasper C. H. Lee, et al.
0

Given points p_1, ..., p_n in R^d, how do we find a point x which maximizes 1/n∑_i=1^n e^-p_i - x^2? In other words, how do we find the maximizing point, or mode of a Gaussian kernel density estimation (KDE) centered at p_1, ..., p_n? Given the power of KDEs in representing probability distributions and other continuous functions, the basic mode finding problem is widely applicable. However, it is poorly understood algorithmically. Few provable algorithms are known, so practitioners rely on heuristics like the "mean-shift" algorithm, which are not guaranteed to find a global optimum. We address this challenge by providing fast and provably accurate approximation algorithms for mode finding in both the low and high dimensional settings. For low dimension d, our main contribution is to reduce the mode finding problem to a solving a small number of systems of polynomial inequalities. For high dimension d, we prove the first dimensionality reduction result for KDE mode finding, which allows for reduction to the low dimensional case. Our result leverages Johnson-Lindenstrauss random projection, Kirszbraun's classic extension theorem, and perhaps surprisingly, the mean-shift heuristic for mode finding.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/30/2023

Dimensionality Reduction for General KDE Mode Finding

Finding the mode of a high dimensional probability distribution D is a f...
research
04/20/2014

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

Mean shift clustering finds the modes of the data probability density by...
research
05/15/2023

Convergence Analysis of Mean Shift

The mean shift (MS) algorithm seeks a mode of the kernel density estimat...
research
09/01/2021

Is the mode elicitable relative to unimodal distributions?

Statistical functionals are called elicitable if there exists a loss or ...
research
02/23/2022

A Dimensionality Reduction Method for Finding Least Favorable Priors with a Focus on Bregman Divergence

A common way of characterizing minimax estimators in point estimation is...
research
03/01/2015

Sparse Approximation of a Kernel Mean

Kernel means are frequently used to represent probability distributions ...
research
04/01/2021

MeanShift++: Extremely Fast Mode-Seeking With Applications to Segmentation and Object Tracking

MeanShift is a popular mode-seeking clustering algorithm used in a wide ...

Please sign up or login with your details

Forgot password? Click here to reset