On Predictive Explanation of Data Anomalies
This addresses the need for interpretable anomaly detection in data analysis, though it is incremental as it builds on existing surrogate model approaches with a focus on feature selection for imbalanced datasets.
The paper tackles the problem of explaining why samples are labeled as anomalies in unsupervised detection by proposing PROTEUS, an AutoML pipeline that creates a surrogate model using a small subset of features for visualization and predictive explanations, with computational experiments confirming its efficacy and robustness in high-dimensional data.
Numerous algorithms have been proposed for detecting anomalies (outliers, novelties) in an unsupervised manner. Unfortunately, it is not trivial, in general, to understand why a given sample (record) is labelled as an anomaly and thus diagnose its root causes. We propose the following reduced-dimensionality, surrogate model approach to explain detector decisions: approximate the detection model with another one that employs only a small subset of features. Subsequently, samples can be visualized in this low-dimensionality space for human understanding. To this end, we develop PROTEUS, an AutoML pipeline to produce the surrogate model, specifically designed for feature selection on imbalanced datasets. The PROTEUS surrogate model can not only explain the training data, but also the out-of-sample (unseen) data. In other words, PROTEUS produces predictive explanations by approximating the decision surface of an unsupervised detector. PROTEUS is designed to return an accurate estimate of out-of-sample predictive performance to serve as a metric of the quality of the approximation. Computational experiments confirm the efficacy of PROTEUS to produce predictive explanations for different families of detectors and to reliably estimate their predictive performance in unseen data. Unlike several ad-hoc feature importance methods, PROTEUS is robust to high-dimensional data.