CVAIOct 27, 2022

Masked Transformer for image Anomaly Localization

arXiv:2210.15540v124 citationsh-index: 50
Originality Incremental advance
AI Analysis

This addresses anomaly detection for applications like biomedical imaging and industrial inspection, but it is incremental as it builds on existing reconstruction-based methods with a novel masking approach.

The authors tackled the problem of image anomaly localization by proposing a Vision Transformer with patch masking, which reconstructs patches from surrounding data to better ignore anomalies. Their model achieved good results on MVTec and head CT datasets compared to state-of-the-art approaches.

Image anomaly detection consists in detecting images or image portions that are visually different from the majority of the samples in a dataset. The task is of practical importance for various real-life applications like biomedical image analysis, visual inspection in industrial production, banking, traffic management, etc. Most of the current deep learning approaches rely on image reconstruction: the input image is projected in some latent space and then reconstructed, assuming that the network (mostly trained on normal data) will not be able to reconstruct the anomalous portions. However, this assumption does not always hold. We thus propose a new model based on the Vision Transformer architecture with patch masking: the input image is split in several patches, and each patch is reconstructed only from the surrounding data, thus ignoring the potentially anomalous information contained in the patch itself. We then show that multi-resolution patches and their collective embeddings provide a large improvement in the model's performance compared to the exclusive use of the traditional square patches. The proposed model has been tested on popular anomaly detection datasets such as MVTec and head CT and achieved good results when compared to other state-of-the-art approaches.

Foundations

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

Your Notes