paper-with-me

Papers

Bayesian Prompt Flow Learning for Zero-Shot Anomaly Detection

2025-03-13 · CVPR 2025 1 · Zhen Qu, Xian Tao, Xinyi Gong, Shichen Qu, Qiyu Chen, Zhengtao Zhang, Xingang Wang, Guiguang Ding

Recently, vision-language models (e.g. CLIP) have demonstrated remarkable performance in zero-shot anomaly detection (ZSAD). By leveraging auxiliary data during training, these models can directly perform cross-category anomaly detection on target datasets, such as detecting defects on industrial product surfaces or identifying tumors in organ tissues. Existing approaches typically construct text prompts through either manual design or the optimization of learnable prompt vectors. However, these methods face several challenges: 1) handcrafted prompts require extensive expert knowledge and trial-and-error; 2) single-form learnable prompts struggle to capture complex anomaly semantics; and 3) an unconstrained prompt space limit generalization to unseen categories. To address these issues, we propose Bayesian Prompt Flow Learning (Bayes-PFL), which models the prompt space as a learnable probability distribution from a Bayesian perspective. Specifically, a prompt flow module is designed to learn both image-specific and image-agnostic distributions, which are jointly utilized to regularize the text prompt space and enhance the model's generalization on unseen categories. These learned distributions are then sampled to generate diverse text prompts, effectively covering the prompt space. Additionally, a residual cross-attention (RCA) module is introduced to better align dynamic text embeddings with fine-grained image features. Extensive experiments on 15 industrial and medical datasets demonstrate our method's superior performance.

📄 PDF Abstract BibTeX arXiv:2503.10080

Code (1)

xiaozhen228/Bayes-PFL 공식 구현 pytorch

Tasks

Anomaly Detectionzero-shot anomaly detection

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Large Language Models for Anomaly Detection in Computational Workflows: from Supervised Fine-Tuning to In-Context Learning

2024-07-24 · Hongwei Jin, George Papadimitriou, Krishnan Raghavan, Pawel Zuk 외

Anomaly detection in computational workflows is critical for ensuring system reliability and security. However, traditional rule-based methods struggle to detect novel anomalies. This paper leverages large language model…

Anomaly DetectionIn-Context LearningSentenceSentence Classification

2nd Place Winning Solution for the CVPR2023 Visual Anomaly and Novelty Detection Challenge: Multimodal Prompting for Data-centric Anomaly Detection

2023-06-15 · Yunkang Cao, Xiaohao Xu, Chen Sun, Yuqi Cheng 외

This technical report introduces the winning solution of the team Segment Any Anomaly for the CVPR2023 Visual Anomaly and Novelty Detection (VAND) challenge. Going beyond uni-modal prompt, e.g., language prompt, we prese…

Anomaly DetectionAnomaly LocalizationAnomaly SegmentationNovelty Detection+2

Segment Any Anomaly without Training via Hybrid Prompt Regularization

2023-05-18 · Yunkang Cao, Xiaohao Xu, Chen Sun, Yuqi Cheng 외

We present a novel framework, i.e., Segment Any Anomaly + (SAA+), for zero-shot anomaly segmentation with hybrid prompt regularization to improve the adaptability of modern foundation models. Existing anomaly segmentatio…

Anomaly DetectionAnomaly LocalizationAnomaly SegmentationSegmentation+1

MFP-CLIP: Exploring the Efficacy of Multi-Form Prompts for Zero-Shot Industrial Anomaly Detection

2025-03-17 · Jingyi Yuan, Pengyu Jie, Junyin Zhang, Ziao Li 외

Recently, zero-shot anomaly detection (ZSAD) has emerged as a pivotal paradigm for identifying defects in unseen categories without requiring target samples in training phase. However, existing ZSAD methods struggle with…

Anomaly DetectionFormImage to textzero-shot anomaly detection

Enhancing Zero-Shot Anomaly Detection: CLIP-SAM Collaboration with Cascaded Prompts

2025-10-13 · Yanning Hou, Ke Xu, Junfa Li, Yanran Ruan 외 arxiv

Recently, the powerful generalization ability exhibited by foundation models has brought forth new solutions for zero-shot anomaly segmentation tasks. However, guiding these foundation models correctly to address downstr…

Object SegmentationAnomaly Detection