CVOct 14, 2024

Fine-grained Abnormality Prompt Learning for Zero-shot Anomaly Detection

arXiv:2410.10289v223 citationsh-index: 38Has Code
Originality Highly original
AI Analysis

This work addresses the problem of recognizing diverse abnormality details in zero-shot anomaly detection for applications like industrial defects and medical anomalies, representing an incremental improvement over prior methods.

The paper tackles the limitation of existing zero-shot anomaly detection methods that only capture coarse-grained abnormality semantics, proposing FAPrompt to learn fine-grained abnormality prompts for improved accuracy. The method achieves substantial performance gains over state-of-the-art methods across 19 real-world datasets in image- and pixel-level tasks.

Current zero-shot anomaly detection (ZSAD) methods show remarkable success in prompting large pre-trained vision-language models to detect anomalies in a target dataset without using any dataset-specific training or demonstration. However, these methods often focus on crafting/learning prompts that capture only coarse-grained semantics of abnormality, e.g., high-level semantics like "damaged", "imperfect", or "defective" objects. They therefore have limited capability in recognizing diverse abnormality details that deviate from these general abnormal patterns in various ways. To address this limitation, we propose FAPrompt, a novel framework designed to learn Fine-grained Abnormality Prompts for accurate ZSAD. To this end, a novel Compound Abnormality Prompt learning (CAP) module is introduced in FAPrompt to learn a set of complementary, decomposed abnormality prompts, where abnormality prompts are enforced to model diverse abnormal patterns derived from the same normality semantic. On the other hand, the fine-grained abnormality patterns can be different from one dataset to another. To enhance the cross-dataset generalization, another novel module, namely Data-dependent Abnormality Prior learning (DAP), is introduced in FAPrompt to learn a sample-wise abnormality prior from abnormal features of each test image to dynamically adapt the abnormality prompts to individual test images. Comprehensive experiments on 19 real-world datasets, covering both industrial defects and medical anomalies, demonstrate that FAPrompt substantially outperforms state-of-the-art methods in both image- and pixel-level ZSAD tasks. Code is available at https://github.com/mala-lab/FAPrompt.

Code Implementations1 repo
Foundations

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

Your Notes