CVFeb 29, 2024

COFT-AD: COntrastive Fine-Tuning for Few-Shot Anomaly Detection

arXiv:2402.18998v133 citationsh-index: 8IEEE Transactions on Image Processing
Originality Incremental advance
AI Analysis

It addresses the problem of anomaly detection with scarce data for domains where large anomaly-free datasets are unavailable, representing an incremental improvement.

The paper tackles few-shot anomaly detection by proposing a method that uses pre-trained models and contrastive fine-tuning to adapt to limited normal samples, achieving effectiveness across 3 controlled and 4 real-world tasks.

Existing approaches towards anomaly detection~(AD) often rely on a substantial amount of anomaly-free data to train representation and density models. However, large anomaly-free datasets may not always be available before the inference stage; in which case an anomaly detection model must be trained with only a handful of normal samples, a.k.a. few-shot anomaly detection (FSAD). In this paper, we propose a novel methodology to address the challenge of FSAD which incorporates two important techniques. Firstly, we employ a model pre-trained on a large source dataset to initialize model weights. Secondly, to ameliorate the covariate shift between source and target domains, we adopt contrastive training to fine-tune on the few-shot target domain data. To learn suitable representations for the downstream AD task, we additionally incorporate cross-instance positive pairs to encourage a tight cluster of the normal samples, and negative pairs for better separation between normal and synthesized negative samples. We evaluate few-shot anomaly detection on on 3 controlled AD tasks and 4 real-world AD tasks to 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