CVMar 29, 2023

Unsupervised Anomaly Detection with Local-Sensitive VQVAE and Global-Sensitive Transformers

arXiv:2303.17505v16 citationsh-index: 104
Originality Incremental advance
AI Analysis

This work addresses anomaly detection for industrial and medical applications, offering an incremental improvement over existing deep auto-encoder methods.

The paper tackled the problem of unsupervised anomaly detection where existing auto-encoder methods fail due to uncontrollable generalization, by proposing LSGS, a method combining VQVAE with transformers, which demonstrated effectiveness in experiments on various datasets.

Unsupervised anomaly detection (UAD) has been widely implemented in industrial and medical applications, which reduces the cost of manual annotation and improves efficiency in disease diagnosis. Recently, deep auto-encoder with its variants has demonstrated its advantages in many UAD scenarios. Training on the normal data, these models are expected to locate anomalies by producing higher reconstruction error for the abnormal areas than the normal ones. However, this assumption does not always hold because of the uncontrollable generalization capability. To solve this problem, we present LSGS, a method that builds on Vector Quantised-Variational Autoencoder (VQVAE) with a novel aggregated codebook and transformers with global attention. In this work, the VQVAE focus on feature extraction and reconstruction of images, and the transformers fit the manifold and locate anomalies in the latent space. Then, leveraging the generated encoding sequences that conform to a normal distribution, we can reconstruct a more accurate image for locating the anomalies. Experiments on various datasets demonstrate the effectiveness of the proposed method.

Foundations

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

Your Notes