vix.ing · top · new · best · stats

Automating Outlier Detection via Meta-Learning

2020/09/22 by Yue Zhao, Ryan A. Rossi, Zhao, Yue +3 · 4 citations
Computer Science · Engineering · Mathematics · #Anomaly Detection Techniques and Applications #FOS: Computer and information sciences #Information Retrieval (cs.IR) #Machine Learning (cs.LG) #Machine Learning (stat.ML) #Machine Learning and Data Classification #Water Systems and Optimization #cs.IR #cs.LG #stat.ML

paper · pdf · doi:10.48550/arxiv.2009.10606

21 pages. The code is available at http://github.com/yzhao062/MetaOD

openalex publication_date 2020/09/22 · arxiv created 2021/03/17 · arxiv updated 2021/03/18 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Given an unsupervised outlier detection (OD) task on a new dataset, how can we automatically select a good outlier detection method and its hyperparameter(s) (collectively called a model)? Thus far, model selection for OD has been a "black art"; as any model evaluation is infeasible due to the lack of (i) hold-out data with labels, and (ii) a universal objective function. In this work, we develop the first principled data-driven approach to model selection for OD, called MetaOD, based on meta-learning. MetaOD capitalizes on the past performances of a large body of detection models on existing outlier detection benchmark datasets, and carries over this prior experience to automatically select an effective model to be employed on a new dataset without using any labels. To capture task similarity, we introduce specialized meta-features that quantify outlying characteristics of a dataset. Through comprehensive experiments, we show the effectiveness of MetaOD in selecting a detection model that significantly outperforms the most popular outlier detectors (e.g., LOF and iForest) as well as various state-of-the-art unsupervised meta-learners while being extremely fast. To foster reproducibility and further research on this new problem, we open-source our entire meta-learning system, benchmark environment, and testbed datasets.

Citations

Cited by

Related