paper-with-me

홈 › Papers

LADMIM: Logical Anomaly Detection with Masked Image Modeling in Discrete Latent Space

2024-10-14 · Shunsuke Sakai, Tatushito Hasegawa, Makoto Koshino

Detecting anomalies such as incorrect combinations of objects or deviations in their positions is a challenging problem in industrial anomaly detection. Traditional methods mainly focus on local features of normal images, such as scratches and dirt, making detecting anomalies in the relationships between features difficult. Masked image modeling(MIM) is a self-supervised learning technique that predicts the feature representation of masked regions in an image. To reconstruct the masked regions, it is necessary to understand how the image is composed, allowing the learning of relationships between features within the image. We propose a novel approach that leverages the characteristics of MIM to detect logical anomalies effectively. To address blurriness in the reconstructed image, we replace pixel prediction with predicting the probability distribution of discrete latent variables of the masked regions using a tokenizer. We evaluated the proposed method on the MVTecLOCO dataset, achieving an average AUC of 0.867, surpassing traditional reconstruction-based and distillation-based methods.

📄 PDF Abstract BibTeX arXiv:2410.10234

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

MIM 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Masked Autoencoders for Unsupervised Anomaly Detection in Medical Images

2023-07-14 · Mariana-Iuliana Georgescu

Pathological anomalies exhibit diverse appearances in medical imaging, making it difficult to collect and annotate a representative amount of data required to train deep learning models in a supervised setting. Therefore…

Anomaly DetectionUnsupervised Anomaly Detection

Unsupervised Anomaly Detection via Masked Diffusion Posterior Sampling

2024-04-27 · Di wu, Shicai Fan, Xue Zhou, Li Yu 외

Reconstruction-based methods have been commonly used for unsupervised anomaly detection, in which a normal image is reconstructed and compared with the given test image to detect and locate anomalies. Recently, diffusion…

Anomaly DetectionImage ReconstructionUnsupervised Anomaly Detection

Masked Diffusion Modeling for Anomaly Detection

2026-05-28 · Lixing Zhang, Yuchen Liang, Liyan Xie arxiv

Anomaly detection aims to identify samples that deviate from the nominal data distribution and is central to many safety-critical applications. However, developing effective anomaly detection methods for categorical, mix…

Anomaly Detection

MAEDiff: Masked Autoencoder-enhanced Diffusion Models for Unsupervised Anomaly Detection in Brain Images

2024-01-19 · Rui Xu, Yunke Wang, Bo Du

Unsupervised anomaly detection has gained significant attention in the field of medical imaging due to its capability of relieving the costly pixel-level annotation. To achieve this, modern approaches usually utilize gen…

Anomaly DetectionUnsupervised Anomaly Detection

Label-free Anomaly Detection in Aerial Agricultural Images with Masked Image Modeling

2024-04-13 · Sambal Shikhar, Anupam Sobti

Detecting various types of stresses (nutritional, water, nitrogen, etc.) in agricultural fields is critical for farmers to ensure maximum productivity. However, stresses show up in different shapes and sizes across diffe…

Anomaly DetectionSelf-Supervised Learning