arXiv:2601.05552cs.CV2026-01被引 3

无需语言模型,仅用简单权重即可实现通用视觉异常检测。

One Language-Free Foundation Model Is Enough for Universal Vision Anomaly Detection

  • 用独立权重解耦分类与分割任务,彻底摆脱语言编码器依赖。
  • 参数仅0.002M,在14个真实场景数据集上超越主流方法。
  • 适合工业、医疗等多领域零样本/少样本异常检测应用。

通用视觉异常检测(AD)旨在识别异常图像并分割异常区域,适用于开放动态场景,遵循零样本和少样本范式且无需特定数据集微调。近年来,视觉-语言基础模型在该领域广泛应用,但现有方法常依赖复杂提示工程、繁琐适配模块和难训练策略,限制了灵活性与通用性。本文重新思考视觉-语言模型在AD中的根本机制,提出一种极简、通用且高效的方法UniADet。首先发现语言编码器在异常分类与分割中并非必需;其次提出完全解耦分类与分割任务及跨层级特征的方法,即为不同任务和层级特征学习独立权重。UniADet仅需学习解耦权重,参数量仅0.002M,可适配多种基础模型,在涵盖工业与医疗领域的14个真实世界AD基准上表现优异,显著超越当前零/少样本方法,甚至首次超过全监督方法。代码与模型将开源于https://github.com/gaobb/UniADet。

原文摘要 · Abstract (English)

Universal visual anomaly detection (AD) aims to identify anomaly images and segment anomaly regions towards open and dynamic scenarios, following zero- and few-shot paradigms without any dataset-specific fine-tuning. We have witnessed significant progress in widely use of visual-language foundational models in recent approaches. However, current methods often struggle with complex prompt engineering, elaborate adaptation modules, and challenging training strategies, ultimately limiting their flexibility and generality. To address these issues, this paper rethinks the fundamental mechanism behind visual-language models for AD and presents an embarrassingly simple, general, and effective framework for Universal vision Anomaly Detection (UniADet). Specifically, we first find language encoder is used to derive decision weights for anomaly classification and segmentation, and then demonstrate that it is unnecessary for universal AD. Second, we propose an embarrassingly simple method to completely decouple classification and segmentation, and decouple cross-level features, i.e., learning independent weights for different tasks and hierarchical features. UniADet is highly simple (learning only decoupled weights), parameter-efficient (only 0.002M learnable parameters), general (adapting a variety of foundation models), and effective (surpassing state-of-the-art zero-/few-shot by a large margin and even full-shot AD methods for the first time) on 14 real-world AD benchmarks covering both industrial and medical domains. We will make the code and model of UniADet available at https://github.com/gaobb/UniADet.

异常检测零样本基础模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。