paper-with-me

홈 › Papers

Clustering Large Data Sets with Incremental Estimation of Low-density Separating Hyperplanes

2021-08-07 · David P. Hofmeyr

An efficient method for obtaining low-density hyperplane separators in the unsupervised context is proposed. Low density separators can be used to obtain a partition of a set of data based on their allocations to the different sides of the separators. The proposed method is based on applying stochastic gradient descent to the integrated density on the hyperplane with respect to a convolution of the underlying distribution and a smoothing kernel. In the case where the bandwidth of the smoothing kernel is decreased towards zero, the bias of these updates with respect to the true underlying density tends to zero, and convergence to a minimiser of the density on the hyperplane can be obtained. A post-processing of the partition induced by a collection of low-density hyperplanes yields an efficient and accurate clustering method which is capable of automatically selecting an appropriate number of clusters. Experiments with the proposed approach show that it is highly competitive in terms of both speed and accuracy when compared with relevant benchmarks. Code to implement the proposed approach is available in the form of an R package from https://github.com/DavidHofmeyr/iMDH.

📄 PDF Abstract BibTeX arXiv:2108.03442

Code (1)

davidhofmeyr/imdh 공식 구현

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Incremental Minimax Optimization based Fuzzy Clustering for Large Multi-view Data

2016-08-25 · Yangtao Wang, Lihui Chen, Xiao-Li Li

Incremental clustering approaches have been proposed for handling large data when given data set is too large to be stored. The key idea of these approaches is to find representatives to represent each cluster in each da…

Clustering

Batch Incremental Shared Nearest Neighbor Density Based Clustering Algorithm for Dynamic Datasets

2017-01-31 · Bhattacharjee Panthadeep, Awekar Amit

Incremental data mining algorithms process frequent updates to dynamic datasets efficiently by avoiding redundant computation. Existing incremental extension to shared nearest neighbor density based clustering (SNND) alg…

Clustering

Incremental Graph Construction Enables Robust Spectral Clustering of Texts

2026-03-03 · Marko Pranjić, Boshko Koloski, Nada Lavrač, Senja Pollak 외 arxiv

Neighborhood graphs are a critical but often fragile step in spectral clustering of text embeddings. On realistic text datasets, standard $k$-NN graphs can contain many disconnected components at practical sparsity level…

Toward Efficient and Incremental Spectral Clustering via Parametric Spectral Clustering

2023-11-14 · Jo-Chun Chen, Hung-Hsuan Chen

Spectral clustering is a popular method for effectively clustering nonlinearly separable data. However, computational limitations, memory requirements, and the inability to perform incremental learning challenge its wide…

ClusteringComputational EfficiencyIncremental Learning

Incremental Affinity Propagation based on Cluster Consolidation and Stratification

2024-01-25 · Silvana Castano, Alfio Ferrara, Stefano Montanelli, Francesco Periti

Modern data mining applications require to perform incremental clustering over dynamic datasets by tracing temporal changes over the resulting clusters. In this paper, we propose A-Posteriori affinity Propagation (APP), …

Clustering