Memorize Early, Then Query: Inlier-Memorization-Guided Active Outlier Detection
Minseo Kang, Seunghwan Park, Dongha Kim
TL;DR
The paper addresses unsupervised outlier detection by leveraging the inlier-memorization (IM) effect observed in deep generative models. It introduces IMBoost, a two-phase framework with a warm-up phase that promotes IM and a polarization phase that actively queries informative labels to maximize the gap between inlier and outlier scores, guided by a loss augmented with inlier/outlier terms and dynamically adjusted thresholds. Theoretical analysis proves that IMBoost progressively lowers inlier risk while raising outlier risk, and experiments across 57 ADBench datasets show state-of-the-art performance with substantially lower computational cost. The work demonstrates the practical value of combining IM signals with active learning for robust, scalable outlier detection in diverse domains, and it provides insights into optimal querying strategies and phase-specific hyperparameters.
Abstract
Outlier detection (OD) aims to identify abnormal instances, known as outliers or anomalies, by learning typical patterns of normal data, or inliers. Performing OD under an unsupervised regime-without any information about anomalous instances in the training data-is challenging. A recently observed phenomenon, known as the inlier-memorization (IM) effect, where deep generative models (DGMs) tend to memorize inlier patterns during early training, provides a promising signal for distinguishing outliers. However, existing unsupervised approaches that rely solely on the IM effect still struggle when inliers and outliers are not well-separated or when outliers form dense clusters. To address these limitations, we incorporate active learning to selectively acquire informative labels, and propose IMBoost, a novel framework that explicitly reinforces the IM effect to improve outlier detection. Our method consists of two stages: 1) a warm-up phase that induces and promotes the IM effect, and 2) a polarization phase in which actively queried samples are used to maximize the discrepancy between inlier and outlier scores. In particular, we propose a novel query strategy and tailored loss function in the polarization phase to effectively identify informative samples and fully leverage the limited labeling budget. We provide a theoretical analysis showing that the IMBoost consistently decreases inlier risk while increasing outlier risk throughout training, thereby amplifying their separation. Extensive experiments on diverse benchmark datasets demonstrate that IMBoost not only significantly outperforms state-of-the-art active OD methods but also requires substantially less computational cost.
