Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ECOD: Unsupervised Outlier Detection Using Empirical Cumulative Distribution Functions

About

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 limited interpretability, especially when working with large, high-dimensional datasets. To address these issues, we present a simple yet effective algorithm called ECOD (Empirical-Cumulative-distribution-based Outlier Detection), which is inspired by the fact that outliers are often the "rare events" that appear in the tails of a distribution. In a nutshell, ECOD first estimates the underlying distribution of the input data in a nonparametric fashion by computing the empirical cumulative distribution per dimension of the data. ECOD then uses these empirical distributions to estimate tail probabilities per dimension for each data point. Finally, ECOD computes an outlier score of each data point by aggregating estimated tail probabilities across dimensions. Our contributions are as follows: (1) we propose a novel outlier detection method called ECOD, which is both parameter-free and easy to interpret; (2) we perform extensive experiments on 30 benchmark datasets, where we find that ECOD outperforms 11 state-of-the-art baselines in terms of accuracy, efficiency, and scalability; and (3) we release an easy-to-use and scalable (with distributed support) Python implementation for accessibility and reproducibility.

Zheng Li, Yue Zhao, Xiyang Hu, Nicola Botta, Cezar Ionescu, George H. Chen• 2022

Related benchmarks

TaskDatasetResultRank
Anomaly DetectionWBC
ROCAUC0.9793
87
Anomaly DetectionMNIST
AUC74.87
87
Tabular Anomaly Detectionpima
AUC ROC0.5941
53
Tabular Anomaly DetectionBreastW
AUC-ROC0.991
50
Tabular Anomaly Detectionionosphere
AUC-ROC95.69
50
Anomaly DetectionMammography
AUC-ROC0.906
47
Anomaly Detectionsatellite
AUC78.84
41
Anomaly DetectionSatimage 2
AUC96.55
41
Anomaly DetectionShuttle
AUC0.9978
39
Tabular Anomaly DetectionWine
AUC-ROC0.7433
39
Showing 10 of 135 rows
...

Other info

Follow for update