paper-with-me

홈 › Papers

Scalable Support Vector Clustering Using Budget

2017-09-19 · Tung Pham, Trung Le, Hang Dang

Owing to its application in solving the difficult and diverse clustering or outlier detection problem, support-based clustering has recently drawn plenty of attention. Support-based clustering method always undergoes two phases: finding the domain of novelty and performing clustering assignment. To find the domain of novelty, the training time given by the current solvers is typically over-quadratic in the training size, and hence precluding the usage of support-based clustering method for large-scale datasets. In this paper, we propose applying Stochastic Gradient Descent (SGD) framework to the first phase of support-based clustering for finding the domain of novelty and a new strategy to perform the clustering assignment. However, the direct application of SGD to the first phase of support-based clustering is vulnerable to the curse of kernelization, that is, the model size linearly grows up with the data size accumulated overtime. To address this issue, we invoke the budget approach which allows us to restrict the model size to a small budget. Our new strategy for clustering assignment enables a fast computation by means of reducing the task of clustering assignment on the full training set to the same task on a significantly smaller set. We also provide a rigorous theoretical analysis about the convergence rate for the proposed method. Finally, we validate our proposed method on the well-known datasets for clustering to show that the proposed method offers a comparable clustering quality while simultaneously achieving significant speedup in comparison with the baselines.

📄 PDF Abstract BibTeX arXiv:1709.06444

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringOutlier Detection

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

An Investigation on Support Vector Clustering for Big Data in Quantum Paradigm

2018-04-29 · Arit Kumar Bishwas, Ashish Mani, Vasile Palade

The support vector clustering algorithm is a well-known clustering algorithm based on support vector machines using Gaussian or polynomial kernels. The classical support vector clustering algorithm works well in general,…

Clustering

Android Malicious Application Classification Using Clustering

2019-04-21 · Hemant Rathore, Sanjay K. Sahay, Palash Chaturvedi, Mohit Sewak

Android malware have been growing at an exponential pace and becomes a serious threat to mobile users. It appears that most of the anti-malware still relies on the signature-based detection system which is generally slow…

ClassificationClusteringGeneral Classification

Dual SVM Training on a Budget

2018-06-26 · Sahar Qaadan, Merlin Schüler, Tobias Glasmachers

We present a dual subspace ascent algorithm for support vector machine training that respects a budget constraint limiting the number of support vectors. Budget methods are effective for reducing the training time of ker…

Ensemble-driven support vector clustering: From ensemble learning to automatic parameter estimation

2016-08-03 · Dong Huang, Chang-Dong Wang, Jian-Huang Lai, Yun Liang 외

Support vector clustering (SVC) is a versatile clustering technique that is able to identify clusters of arbitrary shapes by exploiting the kernel trick. However, one hurdle that restricts the application of SVC lies in …

ClusteringEnsemble Learningparameter estimation

Active clustering with bandit feedback

2024-06-17 · Victor Thuot, Alexandra Carpentier, Christophe Giraud, Nicolas Verzelen

We investigate the Active Clustering Problem (ACP). A learner interacts with an $N$-armed stochastic bandit with $d$-dimensional subGaussian feedback. There exists a hidden partition of the arms into $K$ groups, such tha…

Clustering