paper-with-me

홈 › Papers

Fast kNN mode seeking clustering applied to active learning

2017-12-20 · Robert P. W. Duin, Sergey Verzakov

A significantly faster algorithm is presented for the original kNN mode seeking procedure. It has the advantages over the well-known mean shift algorithm that it is feasible in high-dimensional vector spaces and results in uniquely, well defined modes. Moreover, without any additional computational effort it may yield a multi-scale hierarchy of clusterings. The time complexity is just O(n^1.5). resulting computing times range from seconds for 10^4 objects to minutes for 10^5 objects and to less than an hour for 10^6 objects. The space complexity is just O(n). The procedure is well suited for finding large sets of small clusters and is thereby a candidate to analyze thousands of clusters in millions of objects. The kNN mode seeking procedure can be used for active learning by assigning the clusters to the class of the modal objects of the clusters. Its feasibility is shown by some examples with up to 1.5 million handwritten digits. The obtained classification results based on the clusterings are compared with those obtained by the nearest neighbor rule and the support vector classifier based on the same labeled objects for training. It can be concluded that using the clustering structure for classification can be significantly better than using the trained classifiers. A drawback of using the clustering for classification, however, is that no classifier is obtained that may be used for out-of-sample objects.

📄 PDF Abstract BibTeX arXiv:1712.07454

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningClusteringGeneral Classification

Similar Papers 제목 키워드 기반

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

2021-04-01 · CVPR 2021 1 · Jennifer Jang, Heinrich Jiang

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…

ClusteringDensity EstimationImage SegmentationObject Tracking+1

GridShift: A Faster Mode-seeking Algorithm for Image Segmentation and Object Tracking

2022-06-05 · CVPR 2022 1 · Abhishek Kumar, Oladayo S. Ajani, Swagatam Das, Rammohan Mallipeddi

In machine learning and computer vision, mean shift (MS) qualifies as one of the most popular mode-seeking algorithms used for clustering and image segmentation. It iteratively moves each data point to the weighted mean …

Image SegmentationObject TrackingSegmentationSemantic Segmentation

PaVa: a novel Path-based Valley-seeking clustering algorithm

2023-06-13 · Lin Ma, Conan Liu, Tiefeng Ma, Shuangzhe Liu

Clustering methods are being applied to a wider range of scenarios involving more complex datasets, where the shapes of clusters tend to be arbitrary. In this paper, we propose a novel Path-based Valley-seeking clusterin…

Clustering

Leveraging Union of Subspace Structure to Improve Constrained Clustering

2016-08-06 · ICML 2017 8 · John Lipor, Laura Balzano

Many clustering problems in computer vision and other contexts are also classification problems, where each cluster shares a meaningful label. Subspace clustering algorithms in particular are often applied to problems th…

ClusteringConstrained Clustering

Smile-GANs: Semi-supervised clustering via GANs for dissecting brain disease heterogeneity from medical images

2020-06-27 · Zhijian Yang, Junhao Wen, Christos Davatzikos

Machine learning methods applied to complex biomedical data has enabled the construction of disease signatures of diagnostic/prognostic value. However, less attention has been given to understanding disease heterogeneity…

ClusteringDiagnostic