LGMLJul 31, 2019

Are Outlier Detection Methods Resilient to Sampling?

arXiv:1907.13276v11 citations
Originality Incremental advance
AI Analysis

This addresses the scalability issue in outlier detection for large datasets, but it is incremental as it builds on existing methods by evaluating their sampling resilience rather than introducing a new detection algorithm.

The paper tackles the problem of how outlier detection methods perform when trained on samples versus full datasets, introducing the concept of resilience to sampling and proposing a method to estimate it, with experiments showing that methods vary in resilience and careful selection of sampling schemes and methods is needed.

Outlier detection is a fundamental task in data mining and has many applications including detecting errors in databases. While there has been extensive prior work on methods for outlier detection, modern datasets often have sizes that are beyond the ability of commonly used methods to process the data within a reasonable time. To overcome this issue, outlier detection methods can be trained over samples of the full-sized dataset. However, it is not clear how a model trained on a sample compares with one trained on the entire dataset. In this paper, we introduce the notion of resilience to sampling for outlier detection methods. Orthogonal to traditional performance metrics such as precision/recall, resilience represents the extent to which the outliers detected by a method applied to samples from a sampling scheme matches those when applied to the whole dataset. We propose a novel approach for estimating the resilience to sampling of both individual outlier methods and their ensembles. We performed an extensive experimental study on synthetic and real-world datasets where we study seven diverse and representative outlier detection methods, compare results obtained from samples versus those obtained from the whole datasets and evaluate the accuracy of our resilience estimates. We observed that the methods are not equally resilient to a given sampling scheme and it is often the case that careful joint selection of both the sampling scheme and the outlier detection method is necessary. It is our hope that the paper initiates research on designing outlier detection algorithms that are resilient to sampling.

Foundations

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

Your Notes