English

TIPS Over Tricks: Simple Prompts for Effective Zero-shot Anomaly Detection

Computer Vision and Pattern Recognition 2026-02-26 v2

Abstract

Anomaly detection identifies departures from expected behavior in safety-critical settings. When target-domain normal data are unavailable, zero-shot anomaly detection (ZSAD) leverages vision-language models (VLMs). However, CLIP's coarse image-text alignment limits both localization and detection due to (i) spatial misalignment and (ii) weak sensitivity to fine-grained anomalies; prior works compensate with complex auxiliary modules yet largely overlook the choice of backbone. We revisit the backbone and use TIPS-a VLM trained with spatially aware objectives. While TIPS alleviates CLIP's issues, it exposes a distributional gap between global and local features. We address this with decoupled prompts-fixed for image-level detection and learnable for pixel-level localization-and by injecting local evidence into the global score. Without CLIP-specific tricks, our TIPS-based pipeline improves image-level performance by 1.1-3.9% and pixel-level by 1.5-6.9% across seven industrial datasets, delivering strong generalization with a lean architecture. Code is available at github.com/AlirezaSalehy/Tipsomaly.

Keywords

Cite

@article{arxiv.2602.03594,
  title  = {TIPS Over Tricks: Simple Prompts for Effective Zero-shot Anomaly Detection},
  author = {Alireza Salehi and Ehsan Karami and Sepehr Noey and Sahand Noey and Makoto Yamada and Reshad Hosseini and Mohammad Sabokrou},
  journal= {arXiv preprint arXiv:2602.03594},
  year   = {2026}
}

Comments

This is the extended version of the paper accepted in ICASSP'26, which will be publicly available in May. Authors' contributions may vary among the versions

R2 v1 2026-07-01T09:34:16.625Z