paper-with-me

홈 › Papers

Automating Outlier Detection via Meta-Learning

2020-09-22 · Yue Zhao, Ryan A. Rossi, Leman Akoglu

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.

📄 PDF Abstract BibTeX arXiv:2009.10606

Code (1)

yzhao062/metaod 공식 구현

Tasks

Anomaly DetectionAutoMLMeta-LearningModel SelectionOutlier Detection

Similar Papers 제목 키워드 기반

Automatic Unsupervised Outlier Model Selection

2021-12-01 · NeurIPS 2021 12 · Yue Zhao, Ryan Rossi, Leman Akoglu

Given an unsupervised outlier detection task on a new dataset, how can we automatically select a good outlier detection algorithm and its hyperparameter(s) (collectively called a model)? In this work, we tackle the unsup…

Meta-LearningmodelModel SelectionOutlier Detection

Meta-Learning for Unsupervised Outlier Detection with Optimal Transport

2022-11-01 · Prabhant Singh, Joaquin Vanschoren

Automated machine learning has been widely researched and adopted in the field of supervised classification and regression, but progress in unsupervised settings has been limited. We propose a novel approach to automate …

Meta-LearningOutlier Detection

Do Ensembling and Meta-Learning Improve Outlier Detection in Randomized Controlled Trials?

2023-11-09 · Walter Nelson, Jonathan Ranisau, Jeremy Petch

Modern multi-centre randomized controlled trials (MCRCTs) collect massive amounts of tabular data, and are monitored intensively for irregularities by humans. We began by empirically evaluating 6 modern machine learning-…

Meta-LearningModel SelectionOutlier Detection

Dream the Impossible: Outlier Imagination with Diffusion Models

2023-09-23 · NeurIPS 2023 11 · Xuefeng Du, Yiyou Sun, Xiaojin Zhu, Yixuan Li

Utilizing auxiliary outlier datasets to regularize the machine learning model has demonstrated promise for out-of-distribution (OOD) detection and safe prediction. Due to the labor intensity in data collection and cleani…

Out of Distribution (OOD) Detection

Automatic Unsupervised Ensemble Outlier Model Selection--Extended Version

2026-05-15 · Hong-Phuc Phan, Tuan-Anh Vu, Tung Kieu, Son Ha Xuan 외 arxiv

Unsupervised outlier detection is attractive because it eliminates the need for labeled data. Moreover, forming multi-model ensembles can improve detection robustness. However, composing an ensemble without labeled data …

Outlier Detection