paper-with-me

Papers

Fast Incremental SVDD Learning Algorithm with the Gaussian Kernel

2017-09-01 · Hansi Jiang, Haoyu Wang, Wenhao Hu, Deovrat Kakde, Arin Chaudhuri

Support vector data description (SVDD) is a machine learning technique that is used for single-class classification and outlier detection. The idea of SVDD is to find a set of support vectors that defines a boundary around data. When dealing with online or large data, existing batch SVDD methods have to be rerun in each iteration. We propose an incremental learning algorithm for SVDD that uses the Gaussian kernel. This algorithm builds on the observation that all support vectors on the boundary have the same distance to the center of sphere in a higher-dimensional feature space as mapped by the Gaussian kernel function. Each iteration involves only the existing support vectors and the new data point. Moreover, the algorithm is based solely on matrix manipulations; the support vectors and their corresponding Lagrange multiplier $\alpha_i$'s are automatically selected and determined in each iteration. It can be seen that the complexity of our algorithm in each iteration is only $O(k^2)$, where $k$ is the number of support vectors. Experimental results on some real data sets indicate that FISVDD demonstrates significant gains in efficiency with almost no loss in either outlier detection accuracy or objective function value.

📄 PDF Abstract BibTeX arXiv:1709.00139

Code (1)

hs-jiang/FISVDD

Tasks

Incremental LearningOutlier Detection

Similar Papers 제목 키워드 기반

The Trace Criterion for Kernel Bandwidth Selection for Support Vector Data Description

2018-11-15 · Arin Chaudhuri, Carol Sadek, Deovrat Kakde, Wenhao Hu 외

Support vector data description (SVDD) is a popular anomaly detection technique. The SVDD classifier partitions the whole data space into an inlier region, which consists of the region near the training data, and an outl…

Anomaly Detection

The Mean and Median Criterion for Automatic Kernel Bandwidth Selection for Support Vector Data Description

2017-08-16 · Arin Chaudhuri, Deovrat Kakde, Carol Sadek, Laura Gonzalez 외

Support vector data description (SVDD) is a popular technique for detecting anomalies. The SVDD classifier partitions the whole space into an inlier region, which consists of the region near the training data, and an out…

Kernel Bandwidth Selection for SVDD: Peak Criterion Approach for Large Data

2016-10-31 · Sergiy Peredriy, Deovrat Kakde, Arin Chaudhuri

Support Vector Data Description (SVDD) provides a useful approach to construct a description of multivariate data for single-class classification and outlier detection with various practical applications. Gaussian kernel…

Outlier Detection

Peak Criterion for Choosing Gaussian Kernel Bandwidth in Support Vector Data Description

2016-02-17 · Deovrat Kakde, Arin Chaudhuri, Seunghyun Kong, Maria Jahja 외

Support Vector Data Description (SVDD) is a machine-learning technique used for single class classification and outlier detection. SVDD formulation with kernel function provides a flexible boundary around data. The value…

General ClassificationOutlier Detection

Sampling Method for Fast Training of Support Vector Data Description

2016-06-16 · Arin Chaudhuri, Deovrat Kakde, Maria Jahja, Wei Xiao 외

Support Vector Data Description (SVDD) is a popular outlier detection technique which constructs a flexible description of the input data. SVDD computation time is high for large training datasets which limits its use in…

Outlier Detection