paper-with-me

Papers

Efficient SVDD Sampling with Approximation Guarantees for the Decision Boundary

2020-09-29 · Adrian Englhardt, Holger Trittenbach, Daniel Kottke, Bernhard Sick, Klemens Böhm

Support Vector Data Description (SVDD) is a popular one-class classifiers for anomaly and novelty detection. But despite its effectiveness, SVDD does not scale well with data size. To avoid prohibitive training times, sampling methods select small subsets of the training data on which SVDD trains a decision boundary hopefully equivalent to the one obtained on the full data set. According to the literature, a good sample should therefore contain so-called boundary observations that SVDD would select as support vectors on the full data set. However, non-boundary observations also are essential to not fragment contiguous inlier regions and avoid poor classification accuracy. Other aspects, such as selecting a sufficiently representative sample, are important as well. But existing sampling methods largely overlook them, resulting in poor classification accuracy. In this article, we study how to select a sample considering these points. Our approach is to frame SVDD sampling as an optimization problem, where constraints guarantee that sampling indeed approximates the original decision boundary. We then propose RAPID, an efficient algorithm to solve this optimization problem. RAPID does not require any tuning of parameters, is easy to implement and scales well to large data sets. We evaluate our approach on real-world and synthetic data. Our evaluation is the most comprehensive one for SVDD sampling so far. Our results show that RAPID outperforms its competitors in classification accuracy, in sample size, and in runtime.

📄 PDF Abstract BibTeX arXiv:2009.13853

Code (2)

englhardt/OneClassSampling.jl
englhardt/ocs-evaluation

Tasks

General ClassificationNovelty Detection

Similar Papers 제목 키워드 기반

Epsilon-Neighborhood Decision-Boundary Governed Estimation (EDGE) of 2D Black Box Classifier Functions

2025-04-13 · Mithun Goutham, Riccardo DalferroNucci, Stephanie Stockar, Meghna Menon 외

Accurately estimating decision boundaries in black box systems is critical when ensuring safety, quality, and feasibility in real-world applications. However, existing methods iteratively refine boundary estimates by sam…

Fast Incremental SVDD Learning Algorithm with the Gaussian Kernel

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

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 arou…

Incremental LearningOutlier 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

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

Neural quantum support vector data description for one-class classification

2026-03-03 · Changjae Im, Hyeondo Oh, Daniel K. Park arxiv

One-class classification (OCC) is a fundamental problem in machine learning with numerous applications, such as anomaly detection and quality control. With the increasing complexity and dimensionality of modern datasets,…

Representation LearningAnomaly Detection