MLLGMESep 11, 2023

Boundary Peeling: Outlier Detection Method Using One-Class Peeling

arXiv:2309.05630v2h-index: 9
Originality Incremental advance
AI Analysis

This addresses the need for robust and efficient outlier detection in data analysis, though it appears incremental as it builds on existing one-class SVM techniques.

The paper tackles the problem of unsupervised outlier detection by introducing One-Class Boundary Peeling, a method that uses iteratively-peeled boundaries from one-class support vector machines. It outperforms state-of-the-art methods on synthetic data without outliers and maintains comparable or superior performance with outliers, while being competitive in classification, AUC, and processing time on benchmark datasets.

Unsupervised outlier detection constitutes a crucial phase within data analysis and remains a dynamic realm of research. A good outlier detection algorithm should be computationally efficient, robust to tuning parameter selection, and perform consistently well across diverse underlying data distributions. We introduce One-Class Boundary Peeling, an unsupervised outlier detection algorithm. One-class Boundary Peeling uses the average signed distance from iteratively-peeled, flexible boundaries generated by one-class support vector machines. One-class Boundary Peeling has robust hyperparameter settings and, for increased flexibility, can be cast as an ensemble method. In synthetic data simulations One-Class Boundary Peeling outperforms all state of the art methods when no outliers are present while maintaining comparable or superior performance in the presence of outliers, as compared to benchmark methods. One-Class Boundary Peeling performs competitively in terms of correct classification, AUC, and processing time using common benchmark data sets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes