菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-02
📄 Abstract - LiZAD: A Lightweight Zero-Shot Anomaly Detection Framework for Industrial Manufacturing

In modern high-throughput industrial production lines, product configurations and visual characteristics frequently change, making it impractical to collect and annotate data for every new scenario. This dynamic setting makes Zero-Shot Anomaly Detection (ZSAD) particularly suitable, as it enables defect detection without requiring training on target-specific samples. Although recent ZSAD approaches show promising results, they are computationally intensive and thus unsuitable for deployment on resource-constrained devices. We propose LiZAD: a lightweight framework designed for real-time ZSAD specifically tailored for use on edge devices. The proposed approach pairs the dense and spatially aware visual features of DINOv3, crucial for precise pixel-level localization, with the highly computationally efficient text embeddings of MobileCLIP2. These features are then mapped into a shared latent space via low-memory trainable projection heads. Compared to six state-of-the-art ZSAD models, LiZAD achieves an average memory reduction of 61.5%, a parameter reduction of 74.6%, and a speedup of 3.02x in terms of latency. Despite substantial reductions in computational and memory costs, our approach maintains competitive anomaly detection performance, dropping the average P-AUROC by just 6.4% relative to the best state-of-the-art model across the VisA, BTAD, MPDD, and MVTec-AD datasets. Finally, it is successfully deployed on the NVIDIA Jetson NX and Jetson AGX edge devices and tested on the real production line of the Industrial Computer Engineering Laboratory (ICE Lab) at the University of Verona. The code is available at this https URL.

顶级标签: computer vision systems
详细标签: zero-shot anomaly detection edge deployment vision-language model lightweight model industrial manufacturing 或 搜索:

LiZAD:面向工业制造的轻量级零样本异常检测框架 / LiZAD: A Lightweight Zero-Shot Anomaly Detection Framework for Industrial Manufacturing


1️⃣ 一句话总结

针对工业生产线产品频繁更换导致难以提前收集数据训练模型的难题,本文提出了一种轻量级零样本异常检测框架LiZAD,它结合了高效视觉特征与文本嵌入,在不依赖目标样本训练的情况下实现实时缺陷检测,相比现有方法大幅降低内存和计算开销,并成功部署在边缘设备上。

源自 arXiv: 2607.01949