paper-with-me

홈 › Papers

Toward Unsupervised Outlier Model Selection

2022-11-03 · Yue Zhao, Sean Zhang, Leman Akoglu

Today there exists no shortage of outlier detection algorithms in the literature, yet the complementary and critical problem of unsupervised outlier model selection (UOMS) is vastly understudied. In this work we propose ELECT, a new approach to select an effective candidate model, i.e. an outlier detection algorithm and its hyperparameter(s), to employ on a new dataset without any labels. At its core, ELECT is based on meta-learning; transferring prior knowledge (e.g. model performance) on historical datasets that are similar to the new one to facilitate UOMS. Uniquely, it employs a dataset similarity measure that is performance-based, which is more direct and goal-driven than other measures used in the past. ELECT adaptively searches for similar historical datasets, as such, it can serve an output on-demand, being able to accommodate varying time budgets. Extensive experiments show that ELECT significantly outperforms a wide range of basic UOMS baselines, including no model selection (always using the same popular model such as iForest) as well as more recent selection strategies based on meta-features.

📄 PDF Abstract BibTeX arXiv:2211.01834

Code (1)

yzhao062/elect 공식 구현

Tasks

Meta-LearningmodelModel SelectionOutlier Detection

Similar Papers 제목 키워드 기반

Unsupervised Feature Selection via Robust Autoencoder and Adaptive Graph Learning

2025-12-21 · Feng Yu, MD Saifur Rahman Mazumder, Ying Su, Oscar Contreras Velasco arxiv

Effective feature selection is essential for high-dimensional data analysis and machine learning. Unsupervised feature selection (UFS) aims to simultaneously cluster data and identify the most discriminative features. Mo…

Graph Learning

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

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

A Large-scale Study on Unsupervised Outlier Model Selection: Do Internal Strategies Suffice?

2021-04-03 · Martin Q. Ma, Yue Zhao, Xiaorong Zhang, Leman Akoglu

Given an unsupervised outlier detection task, how should one select a detection algorithm as well as its hyperparameters (jointly called a model)? Unsupervised model selection is notoriously difficult, in the absence of …

Model SelectionOutlier Detection

Automated Machine Learning for Unsupervised Tabular Tasks

2025-10-08 · Prabhant Singh, Pieter Gijsbers, Elif Ceren Gok Yildirim, Murat Onur Yildirim 외 arxiv

In this work, we present LOTUS (Learning to Learn with Optimal Transport for Unsupervised Scenarios), a simple yet effective method to perform model selection for multiple unsupervised machine learning(ML) tasks such as …

Outlier Detection