paper-with-me

홈 › Papers

SUOD: Toward Scalable Unsupervised Outlier Detection

2020-02-08 · Yue Zhao, Xueying Ding, Jianing Yang, Haoping Bai

Outlier detection is a key field of machine learning for identifying abnormal data objects. Due to the high expense of acquiring ground truth, unsupervised models are often chosen in practice. To compensate for the unstable nature of unsupervised algorithms, practitioners from high-stakes fields like finance, health, and security, prefer to build a large number of models for further combination and analysis. However, this poses scalability challenges in high-dimensional large datasets. In this study, we propose a three-module acceleration framework called SUOD to expedite the training and prediction with a large number of unsupervised detection models. SUOD's Random Projection module can generate lower subspaces for high-dimensional datasets while reserving their distance relationship. Balanced Parallel Scheduling module can forecast the training and prediction cost of models with high confidence---so the task scheduler could assign nearly equal amount of taskload among workers for efficient parallelization. SUOD also comes with a Pseudo-supervised Approximation module, which can approximate fitted unsupervised models by lower time complexity supervised regressors for fast prediction on unseen data. It may be considered as an unsupervised model knowledge distillation process. Notably, all three modules are independent with great flexibility to "mix and match"; a combination of modules can be chosen based on use cases. Extensive experiments on more than 30 benchmark datasets have shown the efficacy of SUOD, and a comprehensive future development plan is also presented.

📄 PDF Abstract BibTeX arXiv:2002.03222

Code (2)

yzhao062/SUOD 공식 구현
yzhao062/pyod 공식 구현 tf

Tasks

Knowledge DistillationOutlier DetectionScheduling

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

SUOD: Accelerating Large-Scale Unsupervised Heterogeneous Outlier Detection

2020-03-11 · Yue Zhao, Xiyang Hu, Cheng Cheng, Cong Wang 외

Outlier detection (OD) is a key machine learning (ML) task for identifying abnormal objects from general samples with numerous high-stake applications including fraud detection and intrusion detection. Due to the lack of…

Dimensionality ReductionFraud DetectionIntrusion DetectionOutlier Detection+1

Outlier Detection on Mixed-Type Data: An Energy-based Approach

2016-08-17 · Kien Do, Truyen Tran, Dinh Phung, Svetha Venkatesh

Outlier detection amounts to finding data points that differ significantly from the norm. Classic outlier detection methods are largely designed for single data type such as continuous or discrete. However, real world da…

Outlier DetectionVocal Bursts Type Prediction

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

ECOD: Unsupervised Outlier Detection Using Empirical Cumulative Distribution Functions

2022-01-02 · Zheng Li, Yue Zhao, Xiyang Hu, Nicola Botta 외

Outlier detection refers to the identification of data points that deviate from a general data distribution. Existing unsupervised approaches often suffer from high computational cost, complex hyperparameter tuning, and …

Anomaly DetectionOutlier 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