paper-with-me

Papers

Deep Learning Based Steel Pipe Weld Defect Detection

2021-04-30 · Dingming Yang, Yanrong Cui, Zeyu Yu, Hongqiang Yuan

Steel pipes are widely used in high-risk and high-pressure scenarios such as oil, chemical, natural gas, shale gas, etc. If there is some defect in steel pipes, it will lead to serious adverse consequences. Applying object detection in the field of deep learning to pipe weld defect detection and identification can effectively improve inspection efficiency and promote the development of industrial automation. Most predecessors used traditional computer vision methods applied to detect defects of steel pipe weld seams. However, traditional computer vision methods rely on prior knowledge and can only detect defects with a single feature, so it is difficult to complete the task of multi-defect classification, while deep learning is end-to-end. In this paper, the state-of-the-art single-stage object detection algorithm YOLOv5 is proposed to be applied to the field of steel pipe weld defect detection, and compared with the two-stage representative object detection algorithm Faster R-CNN. The experimental results show that applying YOLOv5 to steel pipe weld defect detection can greatly improve the accuracy, complete the multi-classification task, and meet the criteria of real-time detection.

📄 PDF Abstract BibTeX arXiv:2104.14907

Code (2)

huangyebiaoke/steel-pipe-weld-defect-detection 공식 구현 pytorch
huangyebiaoke/R-CNN tf

Tasks

Deep LearningDefect DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

RoIPool 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

SteelBlastQC: Shot-blasted Steel Surface Dataset with Interpretable Detection of Surface Defects

2025-04-29 · Irina Ruzavina, Lisa Sophie Theis, Jesse Lemeer, Rutger de Groen 외

Automating the quality control of shot-blasted steel surfaces is crucial for improving manufacturing efficiency and consistency. This study presents a dataset of 1654 labeled RGB images (512x512) of steel surfaces, class…

Defect Detection

Unsupervised Welding Defect Detection Using Audio And Video

2024-09-03 · Georg Stemmer, Jose A. Lopez, Juan A. Del Hoyo Ontiveros, Arvind Raju 외

In this work we explore the application of AI to robotic welding. Robotic welding is a widely used technology in many industries, but robots currently do not have the capability to detect welding defects which get introd…

Defect Detection

Recommender system for Weld break prediction

2017-10-01 · ResearchGate 2017 10 · Bereket Abera Yilma

In this paper, we propose an approach to Weld break prediction challenge. In a production line, a steel strip comes to the cold rolling machine in the form of a coil. When a coil is about to be finished, its end is welde…

PredictionRecommendation Systems

Advancing Welding Defect Detection in Maritime Operations via Adapt-WeldNet and Defect Detection Interpretability Analysis

2025-08-01 · Kamal Basha S, Athira Nambiar arxiv

Weld defect detection is crucial for ensuring the safety and reliability of piping systems in the oil and gas industry, especially in challenging marine and offshore environments. Traditional non-destructive testing (NDT…

Transfer Learning

Automated Detection of Welding Defects without Segmentation

2019-08-01 · NDT & E International 2019 8 · Domingo Mery

Abstract Substantial research has been performed on automated detection and classification of welding defects in continuous welds using X-ray imaging. Typically, the detection follows a pattern recognition schema (seg…

ClassificationHuman Detectionobject-detectionObject Detection