Multi-scale multi-intensity defect detection in ray image of weld bead

简介: 用于检查内部缺陷的射线探伤是一种重要的焊接无损检测技术。不同检测场景、不同类型缺陷的焊道射线照片差异很大,限制了自动检测算法的通用性。

Multi-scale multi-intensity defect detection in ray image of weld bead


焊道射线图像中的多尺度多强度缺陷检测


Abstract


The radiographic test used to inspect the internal defects is an important non-destructive testing technique for welding.The weld bead radiographs of different detection scenes and different types of defects are very different, which limits the versatility of the automatic detection algorithm.


用于检查内部缺陷的射线探伤是一种重要的焊接无损检测技术。不同检测场景、不同类型缺陷的焊道射线照片差异很大,限制了自动检测算法的通用性。


This paper solves this problem by analyzing the radiographic images at different scales and intensities. Firstly, a multi-scale multi-intensity parameter space is established, and the preprocessed images corresponding to the parameters ensure that defects are not missed.


本文通过分析不同尺度和强度的射线照相图像解决了这个问题。首先,建立多尺度多强度参数空间,参数对应的预处理图像保证不漏检。


Then, through the detection standard of the weld and the properties of the radiographic image, the value range of the parameters is automatically limited and the preprocessed image is optimized.


然后,通过焊缝的检测标准和射线图像的特性,自动限定参数的取值范围,优化预处理图像。


Finally, algorithms for screening and merging defects in different preprocessed images are designed to reduce false detections and describe precise defect boundaries.


最后,用于筛选和合并不同预处理图像中的缺陷的算法旨在减少错误检测并描述精确的缺陷边界。


1. Introduction


The radiographic test (RT) used to inspect the internal defects of the weld is the critical non-destructive testing (NDT) technique for welding.Therefore, the weld area is often extracted as the re- gion of interest to avoid the interference of the weld edge and improve the detection efficiency [8–9].


用于检查焊缝内部缺陷的射线照相检测 (RT) 是焊接的关键无损检测 (NDT) 技术。因此,焊缝区域通常被提取为感兴趣的区域,以避免焊缝边缘的干扰,提高检测效率[8-9]。

Different welding defects often show different visual characteristics in shape, size, texture, contrast and position [12], so different detection algorithms are usually applied according to different types of defects.


不同的焊接缺陷往往在形状、尺寸、纹理、对比度和位置上表现出不同的视觉特征[12],因此通常根据不同类型的缺陷应用不同的检测算法。


Under different welding seam inspection conditions, the visual dif- ference between radiographic images is greater, so different algorithms are usually designed according to different inspection or welding con- ditions.


在不同的焊缝检测条件下,射线照相图像之间的视觉差异较大,因此通常根据不同的检测或焊接条件设计不同的算法。


Therefore, this paper analyzes the weld seam radiographs at different scales and intensities to ensure this detection algorithm can be applied to different types of defects in different detection scenarios.


因此,本文对不同尺度和强度的焊缝射线照片进行分析,以确保该检测算法能够适用于不同检测场景下的不同类型缺陷。


Compared with traditional methods [17–19], deep learning methods show some advantages, such as auto- matic feature extraction [20], strong generalization ability and so on.However, it also has some disadvantages: deep learning methods usually require a lot of class-balanced defect samples [21–22], especially labeled data, which is difficult to collect (rare defects) [23].


与传统方法[17-19]相比,深度学习方法具有自动特征提取[20]、泛化能力强等优势。然而,它也有一些缺点:深度学习方法通常需要大量的类平衡缺陷样本[21-22],尤其是标记数据,难以收集(罕见缺陷)[23]。


6. Conclusion


This paper proposes a multi-scale and multi-intensity defect detec- tion algorithm. Firstly, in order to adapt to different weld bead detection scenarios and various types of defects, the algorithm analyzes the defect features at different scales and intensities in the parameter space.


提出了一种多尺度、多强度的缺陷检测算法。首先,为了适应不同的焊缝检测场景和不同类型的缺陷,该算法在参数空间分析了不同尺度和强度的缺陷特征。


And then it automatically selects the appropriate scale and intensity based on the RT standard of the weld and the attributes of the radiographic image.


然后根据焊缝的RT标准和射线图像的属性自动选择合适的尺度和强度。


Finally, this algorithm eliminates false alarms and corrects the detection results based on the scale and intensity features.


最后,该算法消除虚警,并根据尺度和强度特征对检测结果进行校正。

LiBiGo
+关注
目录
打赏
0
0
0
0
691
分享
相关文章
MUSIED: A Benchmark for Event Detection from Multi-Source Heterogeneous Informal Texts 论文解读
事件检测(ED)从非结构化文本中识别和分类事件触发词,作为信息抽取的基本任务。尽管在过去几年中取得了显著进展
114 0
【计算机视觉】MDETR - Modulated Detection for End-to-End Multi-Modal Understanding
对于图像模型,MDETR采用的是一个CNN backbone来提取视觉特征,然后加上二维的位置编码;对于语言模态,作者采用了一个预训练好的Transformer语言模型来生成与输入值相同大小的hidden state。然后作者采用了一个模态相关的Linear Projection将图像和文本特征映射到一个共享的embedding空间。 接着,将图像embedding和语言embedding进行concat,生成一个样本的图像和文本特征序列。这个序列特征首先被送入到一个Cross Encoder进行处理,后面的步骤就和DETR一样,设置Object Query用于预测目标框。
Deep learning based multi-scale channel compression feature surface defect detection system
简述:首先应用背景分割和模板匹配技术来定义覆盖目标工件的ROI区域。提取的感兴趣区域被均匀地裁剪成若干个图像块,每个块被送到基于CNN的模型,以分类杂乱背景中不同大小的表面缺陷。最后,对空间上相邻且具有相同类别标签的图像块进行合并,以生成各种表面缺陷的识别图。
227 0
翻译:Multi-scale Multi-path Multi-model Fusion Nerwork
M3Net: 多尺度多路径多模型融合网络及其在 RGB-D 显着目标检测中的应用实例
295 0
目标检测的Tricks | 【Trick4】Multi-scale training与Multi-scale testing
目标检测的Tricks | 【Trick4】Multi-scale training与Multi-scale testing
420 0
Multi-Scale Convolutional Neural Networks for Time Series Classification
针对现有时间序列分类方法的特征提取与分类过程分离,且无法提取存在于不同时间尺度序列的不同特征的问题,作者提出MCNN模型。 对于单一时间序列输入,进行降采样和滑动平均等变化,产生多组长度不同的时间序列,并在多组时间序列上进行卷积,提取不同时间尺度序列的特征。
282 0
Multi-Scale Convolutional Neural Networks for Time Series Classification
Sequential Recommendation with Self-Attentive Multi-Adversarial Network
回顾推荐系统的发展,离不开模型、数据、训练方式三个维度的创新。模型层面,基于内容的推荐系统到协同过滤的矩阵分解,以及神经网络带来的序列化建模,使得用户表征和商品表征刻画越来越精细;数据层面,长短期行为的切分,基于session的推荐[1],跨场景行为的引入,数据的丰富和建模为用户兴趣的挖掘提供更多的可能;训练方式上,分布式训练框架,在线学习,高维稀疏特征处理,优化器设计,从而支撑商业化推荐系统。然而,性能提升的同时,我们也看到推荐系统的可解释性逐渐变成黑盒。用户的兴趣偏好如何表征,兴趣如何演变,不同时间点的历史行为由哪种因素主导,这一系列的问题都对现代化推荐系统的解释提出了挑战。
Sequential Recommendation with Self-Attentive  Multi-Adversarial Network
Paraview: Calculate Derivatives of 3-D Unstructured Dataset
关注九天学者微信公众号(扫码关注)第一时间获取技术贴更新! Paraview 是一款基于VTK的、开源的、跨平台的科学数据可视化软件,其三维显示和后处理功能非常强大。
2933 0
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等