用自监督预训练提升微电子缺陷检测的视觉变压器性能。
Masked Autoencoder Self Pre-Training for Defect Detection in Microelectronics
- 在不足1万张SAM图像上直接自监督预训练视觉变压器。
- 相比监督学习与自然图像预训练,缺陷检测准确率显著提升。
- 模型聚焦真实缺陷特征,解释性更强,适合数据稀疏场景。
尽管变压器在诸多计算机视觉任务中超越了卷积神经网络(CNN),微电子缺陷检测仍主要依赖于CNN。我们推测这一差距源于:a)变压器对数据量需求更高;b)微电子图像生成成本高,标注数据稀缺。其他领域可通过大规模自然图像数据集预训练缓解此问题,但因微电子数据与自然图像差异大,迁移学习受限。本文提出一种资源高效的视觉变压器(ViT)自监督预训练框架,基于掩码自编码器(MAE),直接在目标数据集上进行预训练。实验使用少于10,000张扫描声学显微镜(SAM)图像完成预训练与缺陷检测。结果表明,该方法在性能上显著优于:a)监督训练的ViT,b)在自然图像上预训练的ViT,c)当前主流的微电子缺陷检测CNN模型。可解释性分析显示,自预训练模型关注裂纹等缺陷相关特征,而基线模型常误关注无关模式。这说明本方法能生成缺陷特异性的特征表示,使变压器模型更具可解释性与泛化能力。
原文摘要 · Abstract (English)
While transformers have surpassed convolutional neural networks (CNNs) in various computer vision tasks, microelectronics defect detection still largely relies on CNNs. We hypothesize that this gap is due to the fact that a) transformers have an increased need for data and b) (labelled) image generation procedures for microelectronics are costly, and data is therefore sparse. Whereas in other domains, pre-training on large natural image datasets can mitigate this problem, in microelectronics transfer learning is hindered due to the dissimilarity of domain data and natural images. We address this challenge through self pre-training, where models are pre-trained directly on the target dataset, rather than another dataset. We propose a resource-efficient vision transformer (ViT) pre-training framework for defect detection in microelectronics based on masked autoencoders (MAE). We perform pre-training and defect detection using a dataset of less than 10,000 scanning acoustic microscopy (SAM) images. Our experimental results show that our approach leads to substantial performance gains compared to a) supervised ViT, b) ViT pre-trained on natural image datasets, and c) state-of-the-art CNN-based defect detection models used in microelectronics. Additionally, interpretability analysis reveals that our self pre-trained models attend to defect-relevant features such as cracks in the solder material, while baseline models often attend to spurious patterns. This shows that our approach yields defect-specific feature representations, resulting in more interpretable and generalizable transformer models for this data-sparse domain.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。