paper-with-me

Papers

AnomalyDINO: Boosting Patch-based Few-shot Anomaly Detection with DINOv2

2024-05-23 · Simon Damm, Mike Laszkiewicz, Johannes Lederer, Asja Fischer

Recent advances in multimodal foundation models have set new standards in few-shot anomaly detection. This paper explores whether high-quality visual features alone are sufficient to rival existing state-of-the-art vision-language models. We affirm this by adapting DINOv2 for one-shot and few-shot anomaly detection, with a focus on industrial applications. We show that this approach does not only rival existing techniques but can even outmatch them in many settings. Our proposed vision-only approach, AnomalyDINO, is based on patch similarities and enables both image-level anomaly prediction and pixel-level anomaly segmentation. The approach is methodologically simple and training-free and, thus, does not require any additional data for fine-tuning or meta-learning. Despite its simplicity, AnomalyDINO achieves state-of-the-art results in one- and few-shot anomaly detection (e.g., pushing the one-shot performance on MVTec-AD from an AUROC of 93.1% to 96.6%). The reduced overhead, coupled with its outstanding few-shot performance, makes AnomalyDINO a strong candidate for fast deployment, e.g., in industrial contexts.

📄 PDF Abstract BibTeX arXiv:2405.14529

Code (1)

dammsi/AnomalyDINO 공식 구현 pytorch

Tasks

Anomaly DetectionAnomaly SegmentationFew-Shot LearningMeta-Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

FastRef:Fast Prototype Refinement for Few-Shot Industrial Anomaly Detection

2025-06-26 · Long Tian, Yufei Li, Yuyang Dai, Wenchao Chen 외

Few-shot industrial anomaly detection (FS-IAD) presents a critical challenge for practical automated inspection systems operating in data-scarce environments. While existing approaches predominantly focus on deriving pro…

Anomaly DetectionComputational Efficiency

Towards Adversarial Robustness and Uncertainty Quantification in DINOv2-based Few-Shot Anomaly Detection

2025-10-15 · Akib Mohammed Khan, Bartosz Krawczyk arxiv

Foundation models such as DINOv2 have shown strong performance in few-shot anomaly detection, yet two key questions remain unexamined: (i) how susceptible are these detectors to adversarial perturbations; and (ii) how we…

Adversarial RobustnessAnomaly Detection

A Hierarchical Transformation-Discriminating Generative Model for Few Shot Anomaly Detection

2021-04-29 · ICCV 2021 10 · Shelly Sheynin, Sagie Benaim, Lior Wolf

Anomaly detection, the task of identifying unusual samples in data, often relies on a large set of training samples. In this work, we consider the setting of few-shot anomaly detection in images, where only a few images …

Anomaly DetectionDefect Detection

Anomaly Detection by Clustering DINO Embeddings using a Dirichlet Process Mixture

2025-09-24 · Nico Schulthess, Ender Konukoglu arxiv

In this work, we leverage informative embeddings from foundational models for unsupervised anomaly detection in medical imaging. For small datasets, a memory-bank of normative features can directly be used for anomaly de…

Unsupervised Anomaly Detection

PatchEAD: Unifying Industrial Visual Prompting Frameworks for Patch-Exclusive Anomaly Detection

2025-09-30 · Po-Han Huang, Jeng-Lin Li, Po-Hsuan Huang, Ming-Ching Chang 외 arxiv

Industrial anomaly detection is increasingly relying on foundation models, aiming for strong out-of-distribution generalization and rapid adaptation in real-world deployments. Notably, past studies have primarily focused…

Anomaly Detection