LGMLSep 5, 2018

Anomaly Detection in the Presence of Missing Values

arXiv:1809.01605v134 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a practical issue for users of anomaly detection systems where data is incomplete, but it is incremental as it evaluates existing methods rather than introducing new ones.

The paper tackled the problem of anomaly detection when test data contains missing values, analyzing five strategies and finding that MAP imputation and proportional distribution generally outperform others, with specific recommendations for different algorithms.

Standard methods for anomaly detection assume that all features are observed at both learning time and prediction time. Such methods cannot process data containing missing values. This paper studies five strategies for handling missing values in test queries: (a) mean imputation, (b) MAP imputation, (c) reduction (reduced-dimension anomaly detectors via feature bagging), (d) marginalization (for density estimators only), and (e) proportional distribution (for tree-based methods only). Our analysis suggests that MAP imputation and proportional distribution should give better results than mean imputation, reduction, and marginalization. These hypotheses are largely confirmed by experimental studies on synthetic data and on anomaly detection benchmark data sets using the Isolation Forest (IF), LODA, and EGMM anomaly detection algorithms. However, marginalization worked surprisingly well for EGMM, and there are exceptions where reduction works well on some benchmark problems. We recommend proportional distribution for IF, MAP imputation for LODA, and marginalization for EGMM.

Foundations

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

Your Notes