paper-with-me

Papers

Sequential Ensemble Learning for Outlier Detection: A Bias-Variance Perspective

2016-09-18 · Shebuti Rayana, Wen Zhong, Leman Akoglu

Ensemble methods for classification and clustering have been effectively used for decades, while ensemble learning for outlier detection has only been studied recently. In this work, we design a new ensemble approach for outlier detection in multi-dimensional point data, which provides improved accuracy by reducing error through both bias and variance. Although classification and outlier detection appear as different problems, their theoretical underpinnings are quite similar in terms of the bias-variance trade-off [1], where outlier detection is considered as a binary classification task with unobserved labels but a similar bias-variance decomposition of error. In this paper, we propose a sequential ensemble approach called CARE that employs a two-phase aggregation of the intermediate results in each iteration to reach the final outcome. Unlike existing outlier ensembles which solely incorporate a parallel framework by aggregating the outcomes of independent base detectors to reduce variance, our ensemble incorporates both the parallel and sequential building blocks to reduce bias as well as variance by ($i$) successively eliminating outliers from the original dataset to build a better data model on which outlierness is estimated (sequentially), and ($ii$) combining the results from individual base detectors and across iterations (parallelly). Through extensive experiments on sixteen real-world datasets mainly from the UCI machine learning repository [2], we show that CARE performs significantly better than or at least similar to the individual baselines. We also compare CARE with the state-of-the-art outlier ensembles where it also provides significant improvement when it is the winner and remains close otherwise.

📄 PDF Abstract BibTeX arXiv:1609.05528

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClusteringEnsemble LearningGeneral ClassificationOutlier Detectionoutlier ensembles

Similar Papers 제목 키워드 기반

Unsupervised Boosting-based Autoencoder Ensembles for Outlier Detection

2019-10-22 · Hamed Sarvari, Carlotta Domeniconi, Bardh Prenkaj, Giovanni Stilo

Autoencoders, as a dimensionality reduction technique, have been recently applied to outlier detection. However, neural networks are known to be vulnerable to overfitting, and therefore have limited potential in the unsu…

Dimensionality ReductionDiversityOutlier Detection

Fairness-aware Outlier Ensemble

2021-03-17 · Haoyu Liu, Fenglong Ma, Shibo He, Jiming Chen 외

Outlier ensemble methods have shown outstanding performance on the discovery of instances that are significantly different from the majority of the data. However, without the awareness of fairness, their applicability in…

FairnessFraud DetectionOutlier Detection

A Bayesian Ensemble for Unsupervised Anomaly Detection

2016-10-24 · Edward Yu, Parth Parekh

Methods for unsupervised anomaly detection suffer from the fact that the data is unlabeled, making it difficult to assess the optimality of detection algorithms. Ensemble learning has shown exceptional results in classif…

Anomaly DetectionClusteringEnsemble LearningGeneral Classification+4

Automatic Unsupervised Ensemble Outlier Model Selection--Extended Version

2026-05-15 · Hong-Phuc Phan, Tuan-Anh Vu, Tung Kieu, Son Ha Xuan 외 arxiv

Unsupervised outlier detection is attractive because it eliminates the need for labeled data. Moreover, forming multi-model ensembles can improve detection robustness. However, composing an ensemble without labeled data …

Outlier Detection

SPINEX: Similarity-based Predictions with Explainable Neighbors Exploration for Anomaly and Outlier Detection

2024-07-05 · MZ Naser, Ahmed Z Naser

This paper presents a novel anomaly and outlier detection algorithm from the SPINEX (Similarity-based Predictions with Explainable Neighbors Exploration) family. This algorithm leverages the concept of similarity and hig…

Anomaly DetectionDensity EstimationOutlier Detection