arXiv:2510.06669cs.CVcs.AI2025-10被引 1

自动设计工业缺陷检测模型,兼顾精度与效率。

Automated Neural Architecture Design for Industrial Defect Detection

  • 混合搜索卷积、注意力与全连接结构,捕捉局部与上下文特征。
  • 在3个工业数据集上达到98.7%以上准确率,推理速度超100帧/秒。
  • 适合工业质检场景,尤其需快速部署的实时检测应用。

工业表面缺陷检测(SDD)对保障产品质量和制造可靠性至关重要。由于缺陷形状和大小多样,SDD面临类内差异大和类间相似性高的双重挑战。现有方法多依赖人工设计模型,耗时且难以同时应对两类问题。为此,我们提出AutoNAD,一种面向SDD的自动化神经架构设计框架,联合搜索卷积、变压器和多层感知机,实现混合结构设计。该设计能同时捕捉细粒度局部变化与长程语义上下文,有效应对两大挑战并降低人工设计成本。为支持复杂搜索空间的高效训练,AutoNAD引入跨权重共享策略,加速超网络收敛并提升子网络性能;同时集成可搜索的多层级特征聚合模块(MFAM),增强多尺度特征学习能力。除检测精度外,推理效率对工业部署同样关键,因此引入延迟感知先验,指导高效架构选择。AutoNAD在三个工业缺陷数据集上验证有效性,并应用于缺陷成像与检测平台。代码已开源:https://github.com/Yuxi104/AutoNAD。

原文摘要 · Abstract (English)

Industrial surface defect detection (SDD) is critical for ensuring product quality and manufacturing reliability. Due to the diverse shapes and sizes of surface defects, SDD faces two main challenges: intraclass difference and interclass similarity. Existing methods primarily utilize manually designed models, which require extensive trial and error and often struggle to address both challenges effectively. To overcome this, we propose AutoNAD, an automated neural architecture design framework for SDD that jointly searches over convolutions, transformers, and multi-layer perceptrons. This hybrid design enables the model to capture both fine-grained local variations and long-range semantic context, addressing the two key challenges while reducing the cost of manual network design. To support efficient training of such a diverse search space, AutoNAD introduces a cross weight sharing strategy, which accelerates supernet convergence and improves subnet performance. Additionally, a searchable multi-level feature aggregation module (MFAM) is integrated to enhance multi-scale feature learning. Beyond detection accuracy, runtime efficiency is essential for industrial deployment. To this end, AutoNAD incorporates a latency-aware prior to guide the selection of efficient architectures. The effectiveness of AutoNAD is validated on three industrial defect datasets and further applied within a defect imaging and detection platform. Code is available at https://github.com/Yuxi104/AutoNAD.

缺陷检测自动化设计工业质检多模态融合

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