paper-with-me

Papers

XGBOD: Improving Supervised Outlier Detection with Unsupervised Representation Learning

2019-12-01 · Yue Zhao, Maciej K. Hryniewicki

A new semi-supervised ensemble algorithm called XGBOD (Extreme Gradient Boosting Outlier Detection) is proposed, described and demonstrated for the enhanced detection of outliers from normal observations in various practical datasets. The proposed framework combines the strengths of both supervised and unsupervised machine learning methods by creating a hybrid approach that exploits each of their individual performance capabilities in outlier detection. XGBOD uses multiple unsupervised outlier mining algorithms to extract useful representations from the underlying data that augment the predictive capabilities of an embedded supervised classifier on an improved feature space. The novel approach is shown to provide superior performance in comparison to competing individual detectors, the full ensemble and two existing representation learning based algorithms across seven outlier datasets.

📄 PDF Abstract BibTeX arXiv:1912.00290

Code (2)

yzhao062/XGBOD 공식 구현
yzhao062/pyod tf

Tasks

Anomaly DetectionOutlier DetectionRepresentation Learning

Similar Papers 제목 키워드 기반

Learning Representations for Outlier Detection on a Budget

2015-07-29 · Barbora Micenková, Brian McWilliams, Ira Assent

The problem of detecting a small number of outliers in a large dataset is an important task in many fields from fraud detection to high-energy physics. Two approaches have emerged to tackle this problem: unsupervised and…

Fraud DetectionOutlier Detection

Tax Evasion Risk Management Using a Hybrid Unsupervised Outlier Detection Method

2021-02-25 · Miloš Savić, Jasna Atanasijević, Dušan Jakovetić, Nataša Krejić

Big data methods are becoming an important tool for tax fraud detection around the world. Unsupervised learning approach is the dominant framework due to the lack of label and ground truth in corresponding data sets alth…

ClusteringFraud DetectionManagementOutlier Detection

Randomized PCA Forest for Unsupervised Outlier Detection

2025-08-18 · Muhammad Rajabinasab, Farhad Pakdaman, Moncef Gabbouj, Peter Schneider-Kamp 외 arxiv

We propose a novel unsupervised outlier detection method based on Randomized Principal Component Analysis (PCA). Motivated by the performance of Randomized PCA (RPCA) Forest in approximate K-Nearest Neighbor (KNN) search…

Computational EfficiencyOutlier Detection

Meta-Learning for Unsupervised Outlier Detection with Optimal Transport

2022-11-01 · Prabhant Singh, Joaquin Vanschoren

Automated machine learning has been widely researched and adopted in the field of supervised classification and regression, but progress in unsupervised settings has been limited. We propose a novel approach to automate …

Meta-LearningOutlier Detection

Do We Really Need to Learn Representations from In-domain Data for Outlier Detection?

2021-05-19 · Zhisheng Xiao, Qing Yan, Yali Amit

Unsupervised outlier detection, which predicts if a test sample is an outlier or not using only the information from unlabelled inlier data, is an important but challenging task. Recently, methods based on the two-stage …

Outlier DetectionRepresentation Learning