paper-with-me

Papers

Self-Supervised Masking for Unsupervised Anomaly Detection and Localization

2022-05-13 · Chaoqin Huang, Qinwei Xu, Yanfeng Wang, Yu Wang, Ya zhang

Recently, anomaly detection and localization in multimedia data have received significant attention among the machine learning community. In real-world applications such as medical diagnosis and industrial defect detection, anomalies only present in a fraction of the images. To extend the reconstruction-based anomaly detection architecture to the localized anomalies, we propose a self-supervised learning approach through random masking and then restoring, named Self-Supervised Masking (SSM) for unsupervised anomaly detection and localization. SSM not only enhances the training of the inpainting network but also leads to great improvement in the efficiency of mask prediction at inference. Through random masking, each image is augmented into a diverse set of training triplets, thus enabling the autoencoder to learn to reconstruct with masks of various sizes and shapes during training. To improve the efficiency and effectiveness of anomaly detection and localization at inference, we propose a novel progressive mask refinement approach that progressively uncovers the normal regions and finally locates the anomalous regions. The proposed SSM method outperforms several state-of-the-arts for both anomaly detection and anomaly localization, achieving 98.3% AUC on Retinal-OCT and 93.9% AUC on MVTec AD, respectively.

📄 PDF Abstract BibTeX arXiv:2205.06568

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionAnomaly LocalizationDefect DetectionMedical DiagnosisSelf-Supervised LearningUnsupervised Anomaly Detection

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

DeepFIB: Self-Imputation for Time Series Anomaly Detection

2021-12-12 · Minhao Liu, Zhijian Xu, Qiang Xu

Time series (TS) anomaly detection (AD) plays an essential role in various applications, e.g., fraud detection in finance and healthcare monitoring. Due to the inherently unpredictable and highly varied nature of anomali…

Anomaly DetectionAnomaly LocalizationFraud DetectionImputation+4

Binary Noise for Binary Tasks: Masked Bernoulli Diffusion for Unsupervised Anomaly Detection

2024-03-18 · Julia Wolleb, Florentin Bieder, Paul Friedrich, Peter Zhang 외

The high performance of denoising diffusion models for image generation has paved the way for their application in unsupervised medical anomaly detection. As diffusion-based methods require a lot of GPU memory and have l…

Anomaly DetectionDenoisingGPUImage Generation+1

Excision And Recovery: Visual Defect Obfuscation Based Self-Supervised Anomaly Detection Strategy

2023-10-06 · YeongHyeon Park, Sungho Kang, Myung Jin Kim, Yeonho Lee 외

Due to scarcity of anomaly situations in the early manufacturing stage, an unsupervised anomaly detection (UAD) approach is widely adopted which only uses normal samples for training. This approach is based on the assump…

Anomaly DetectionSelf-Supervised Anomaly DetectionSupervised Anomaly DetectionUnsupervised Anomaly Detection

ADALog: Adaptive Unsupervised Anomaly detection in Logs with Self-attention Masked Language Model

2025-05-15 · Przemek Pospieszny, Wojciech Mormul, Karolina Szyndler, Sanjeev Kumar

Modern software systems generate extensive heterogeneous log data with dynamic formats, fragmented event sequences, and varying temporal patterns, making anomaly detection both crucial and challenging. To address these c…

Anomaly DetectionLanguage ModelingLanguage ModellingLog Parsing+2

Anomaly Detection via Self-organizing Map

2021-07-21 · Ning li, Kaitao Jiang, Zhiheng Ma, Xing Wei 외

Anomaly detection plays a key role in industrial manufacturing for product quality control. Traditional methods for anomaly detection are rule-based with limited generalization ability. Recent methods based on supervised…

Anomaly DetectionUnsupervised Anomaly Detection