paper-with-me

홈 › Papers

LOSDD: Leave-Out Support Vector Data Description for Outlier Detection

2022-12-27 · Daniel Boiar, Thomas Liebig, Erich Schubert

Support Vector Machines have been successfully used for one-class classification (OCSVM, SVDD) when trained on clean data, but they work much worse on dirty data: outliers present in the training data tend to become support vectors, and are hence considered "normal". In this article, we improve the effectiveness to detect outliers in dirty training data with a leave-out strategy: by temporarily omitting one candidate at a time, this point can be judged using the remaining data only. We show that this is more effective at scoring the outlierness of points than using the slack term of existing SVM-based approaches. Identified outliers can then be removed from the data, such that outliers hidden by other outliers can be identified, to reduce the problem of masking. Naively, this approach would require training N individual SVMs (and training $O(N^2)$ SVMs when iteratively removing the worst outliers one at a time), which is prohibitively expensive. We will discuss that only support vectors need to be considered in each step and that by reusing SVM parameters and weights, this incremental retraining can be accelerated substantially. By removing candidates in batches, we can further improve the processing time, although it obviously remains more costly than training a single SVM.

📄 PDF Abstract BibTeX arXiv:2212.13626

Code (0)

등록된 구현이 없습니다.

Tasks

One-Class ClassificationOutlier Detection

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Subspace Support Vector Data Description

2018-02-12 · Fahad Sohrab, Jenni Raitoharju, Moncef Gabbouj, Alexandros Iosifidis

This paper proposes a novel method for solving one-class classification problems. The proposed approach, namely Subspace Support Vector Data Description, maps the data to a subspace that is optimized for one-class classi…

ClassificationGeneral ClassificationOne-Class Classification

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

Ellipsoidal Subspace Support Vector Data Description

2020-03-20 · Fahad Sohrab, Jenni Raitoharju, Alexandros Iosifidis, Moncef Gabbouj

In this paper, we propose a novel method for transforming data into a low-dimensional space optimized for one-class classification. The proposed method iteratively transforms data into a new subspace optimized for ellips…

General ClassificationOne-Class Classification

Interleaved Text/Image Deep Mining on a Very Large-Scale Radiology Database

2015-06-01 · CVPR 2015 6 · Hoo-chang Shin, Le Lu, Lauren Kim, Ari Seff 외

Despite tremendous progress in computer vision, effective learning on very large-scale (>100K patients) medical image databases has been vastly hindered. We present an interleaved text/image deep learning system to extra…

DiagnosticRetrievalSentence

Graph-Embedded Subspace Support Vector Data Description

2021-04-29 · Fahad Sohrab, Alexandros Iosifidis, Moncef Gabbouj, Jenni Raitoharju

In this paper, we propose a novel subspace learning framework for one-class classification. The proposed framework presents the problem in the form of graph embedding. It includes the previously proposed subspace one-cla…

General ClassificationGraph EmbeddingOne-Class Classification