CVJun 14, 2023

SaliencyCut: Augmenting Plausible Anomalies for Anomaly Detection

arXiv:2306.08366v210 citationsh-index: 15
AI Analysis

This work addresses the challenge of open-set anomaly detection, where models must detect unseen anomalies, by improving data augmentation to avoid unrealistic pseudo-anomalies, though it appears incremental in its approach.

The paper tackles the problem of generating plausible pseudo-anomalies for anomaly detection by proposing SaliencyCut, a saliency-guided data augmentation method that produces more common anomalies within a plausible range, and achieves state-of-the-art results on six real-world datasets.

Anomaly detection under open-set scenario is a challenging task that requires learning discriminative fine-grained features to detect anomalies that were even unseen during training. As a cheap yet effective approach, data augmentation has been widely used to create pseudo anomalies for better training of such models. Recent wisdom of augmentation methods focuses on generating random pseudo instances that may lead to a mixture of augmented instances with seen anomalies, or out of the typical range of anomalies. To address this issue, we propose a novel saliency-guided data augmentation method, SaliencyCut, to produce pseudo but more common anomalies which tend to stay in the plausible range of anomalies. Furthermore, we deploy a two-head learning strategy consisting of normal and anomaly learning heads, to learn the anomaly score of each sample. Theoretical analyses show that this mechanism offers a more tractable and tighter lower bound of the data log-likelihood. We then design a novel patch-wise residual module in the anomaly learning head to extract and assess the fine-grained anomaly features from each sample, facilitating the learning of discriminative representations of anomaly instances. Extensive experiments conducted on six real-world anomaly detection datasets demonstrate the superiority of our method to competing methods under various settings.

Foundations

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

Your Notes