Anomaly Detection with Adaptive and Aggressive Rejection for Contaminated Training Data
Jungi Lee, Jungkwon Kim, Chi Zhang, Kwangsun Yoo, Seok-Joo Byun
TL;DR
The paper tackles anomaly detection when training data are contaminated, a situation where fixed contamination ratios degrade performance. It introduces Adaptive and Aggressive Rejection (AAR), which combines a mini-batch based modified z-score hard rejection with a GMM-based soft rejection to dynamically identify and down-weight anomalies while preserving normal samples. The approach is supported by theoretical insights showing why aggressive rejection helps under distributional overlap and by extensive experiments on image (MNIST, F-MNIST) and 30 tabular datasets, achieving a notable AUROC gain of about $0.041$ over state-of-the-art methods. The method is scalable and robust to varying contamination levels, with practical implications for security, healthcare, and other real-world domains.
Abstract
Handling contaminated data poses a critical challenge in anomaly detection, as traditional models assume training on purely normal data. Conventional methods mitigate contamination by relying on fixed contamination ratios, but discrepancies between assumed and actual ratios can severely degrade performance, especially in noisy environments where normal and abnormal data distributions overlap. To address these limitations, we propose Adaptive and Aggressive Rejection (AAR), a novel method that dynamically excludes anomalies using a modified z-score and Gaussian mixture model-based thresholds. AAR effectively balances the trade-off between preserving normal data and excluding anomalies by integrating hard and soft rejection strategies. Extensive experiments on two image datasets and thirty tabular datasets demonstrate that AAR outperforms the state-of-the-art method by 0.041 AUROC. By providing a scalable and reliable solution, AAR enhances robustness against contaminated datasets, paving the way for broader real-world applications in domains such as security and healthcare.
