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

04/01/2021
by   Jennifer Jang, et al.
0

MeanShift is a popular mode-seeking clustering algorithm used in a wide range of applications in machine learning. However, it is known to be prohibitively slow, with quadratic runtime per iteration. We propose MeanShift++, an extremely fast mode-seeking algorithm based on MeanShift that uses a grid-based approach to speed up the mean shift step, replacing the computationally expensive neighbors search with a density-weighted mean of adjacent grid cells. In addition, we show that this grid-based technique for density estimation comes with theoretical guarantees. The runtime is linear in the number of points and exponential in dimension, which makes MeanShift++ ideal on low-dimensional applications such as image segmentation and object tracking. We provide extensive experimental analysis showing that MeanShift++ can be more than 10,000x faster than MeanShift with competitive clustering results on benchmark datasets and nearly identical image segmentations as MeanShift. Finally, we show promising results for object tracking.

READ FULL TEXT

page 6

page 7

page 13

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
10/29/2017

On the Consistency of Quick Shift

Quick Shift is a popular mode-seeking and clustering algorithm. We prese...
research
12/20/2020

Automated Clustering of High-dimensional Data with a Feature Weighted Mean Shift Algorithm

Mean shift is a simple interactive procedure that gradually shifts data ...
research
07/29/2011

Confidence-Based Dynamic Classifier Combination For Mean-Shift Tracking

We introduce a novel tracking technique which uses dynamic confidence-ba...
research
05/21/2018

Quickshift++: Provably Good Initializations for Sample-Based Mean Shift

We provide initial seedings to the Quick Shift clustering algorithm, whi...
research
06/27/2014

A Fuzzy Clustering Algorithm for the Mode Seeking Framework

In this paper, we propose a new fuzzy clustering algorithm based on the ...
research
12/16/2019

Finding the Mode of a Kernel Density Estimate

Given points p_1, ..., p_n in R^d, how do we find a point x which maximi...

Please sign up or login with your details

Forgot password? Click here to reset