paper-with-me

Papers

SaliencyCut: Augmenting Plausible Anomalies for Anomaly Detection

2023-06-14 · Jianan Ye, Yijie Hu, Xi Yang, Qiu-Feng Wang, Chao Huang, Kaizhu Huang

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.

📄 PDF Abstract BibTeX arXiv:2306.08366

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionData Augmentation

Similar Papers 제목 키워드 기반

Monte Carlo EM for Deep Time Series Anomaly Detection

2021-12-29 · François-Xavier Aubet, Daniel Zügner, Jan Gasthaus

Time series data are often corrupted by outliers or other kinds of anomalies. Identifying the anomalous points can be a goal on its own (anomaly detection), or a means to improving performance of other time series tasks …

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

Achieving state-of-the-art performance in the Medical Out-of-Distribution (MOOD) challenge using plausible synthetic anomalies

2023-08-02 · Sergio Naval Marimont, Giacomo Tarroni

The detection and localization of anomalies is one important medical image analysis task. Most commonly, Computer Vision anomaly detection approaches rely on manual annotations that are both time consuming and expensive …

Anomaly DetectionImage SegmentationMedical Image AnalysisMedical Image Segmentation+3

End-to-End Augmentation Hyperparameter Tuning for Self-Supervised Anomaly Detection

2023-06-21 · Jaemin Yoo, Lingxiao Zhao, Leman Akoglu

Self-supervised learning (SSL) has emerged as a promising paradigm that presents self-generated supervisory signals to real-world problems, bypassing the extensive manual labeling burden. SSL is especially attractive for…

Anomaly DetectionData AugmentationSelf-Supervised Anomaly DetectionSelf-Supervised Learning+1

Deep Anomaly Detection in Text

2023-12-14 · Andrei Manolache

Deep anomaly detection methods have become increasingly popular in recent years, with methods like Stacked Autoencoders, Variational Autoencoders, and Generative Adversarial Networks greatly improving the state-of-the-ar…

Anomaly DetectionRepresentation LearningSelf-Supervised LearningUnsupervised Anomaly Detection

Robust random cut forest based anomaly detection on streams

2016-06-19 · Sudipto Guha, Nina Mishra, Gourav Roy, Okke Schrijvers

In this paper we focus on the anomaly detection problem for dynamic data streams through the lens of random cut forests. We investigate a robust random cut data structure that can be used as a sketch or synopsis of the i…

Anomaly Detection