MLAILGJan 11, 2023

ODIM: Outlier Detection via Likelihood of Under-Fitted Generative Models

arXiv:2301.04257v24 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses the challenge of identifying outliers without labels, offering a faster and broadly applicable method, though it is incremental as it builds on existing generative models.

The paper tackles the problem of unsupervised outlier detection by proposing that under-fitted deep generative models can effectively distinguish inliers from outliers based on likelihood, achieving computational efficiency and strong performance across diverse data types.

The unsupervised outlier detection (UOD) problem refers to a task to identify inliers given training data which contain outliers as well as inliers, without any labeled information about inliers and outliers. It has been widely recognized that using fully-trained likelihood-based deep generative models (DGMs) often results in poor performance in distinguishing inliers from outliers. In this study, we claim that the likelihood itself could serve as powerful evidence for identifying inliers in UOD tasks, provided that DGMs are carefully under-fitted. Our approach begins with a novel observation called the inlier-memorization (IM) effect-when training a deep generative model with data including outliers, the model initially memorizes inliers before outliers. Based on this finding, we develop a new method called the outlier detection via the IM effect (ODIM). Remarkably, the ODIM requires only a few updates, making it computationally efficient-at least tens of times faster than other deep-learning-based algorithms. Also, the ODIM filters out outliers excellently, regardless of the data type, including tabular, image, and text data. To validate the superiority and efficiency of our method, we provide extensive empirical analyses on close to 60 datasets.

Code Implementations1 repo
Foundations

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

Your Notes