ZHUOJIN-LOGOZhuojin Pipe Fitting Co., Ltd
Zhuojin Pipe Fitting Co., Ltd
STEEL PIPE · FITTING · WELDING TECHNICAL STUDY

Steel Pipe Inner Wall Defect Detection Method Based on Improved YOLOv11

Literature Overview

This research by Qi Xiangjing, Gao Hongwei, and Zhang Xihan, published in Journal of Shenyang Ligong University (2025, Vol. 44, No. 6, pp. 7–13), presents an improved YOLOv11-based defect detection model for steel pipe inner wall inspection. The study addresses the challenges of traditional inspection methods (limited by lighting conditions, spatial constraints, and low efficiency) and proposes a data analysis-based solution incorporating the Slim-neck module and Efficient Multi-scale Attention (EMA) mechanism to enhance feature extraction and detection efficiency.

Core Technical Findings

The improved model demonstrates significant performance improvements over the baseline YOLOv11:

Metric Baseline YOLOv11 Improved Model Improvement
mAP@0.5 Baseline +11.8% Substantial
Computational complexity Higher Lower Significant reduction
Parameter count Higher Lower Significant reduction

The 11.8% improvement in mAP@0.5 is particularly significant for industrial defect detection applications, where even small improvements in detection accuracy can translate to substantial reductions in quality escapes and production losses.

Technical Analysis of Model Improvements

The proposed model incorporates two key architectural modifications:

1. Slim-neck Module

The Slim-neck module is integrated into the neck (feature fusion) portion of the YOLOv11 architecture. Its primary functions are:

The depthwise separable convolution approach reduces the number of parameters from C² × K² (for standard convolution with C input channels, C output channels, and K×K kernel) to C × K² + C² (for depthwise separable), representing a significant reduction in computational cost, particularly for large kernel sizes.

2. Efficient Multi-scale Attention (EMA) Mechanism

The EMA mechanism is incorporated to enhance multi-scale feature representation:

Defect Detection Challenges and Solutions

Steel pipe inner wall defect detection presents several unique challenges:

Challenge Description Proposed Solution
Lighting variation Inner pipe surfaces have non-uniform illumination Data augmentation and attention mechanisms
Texture interference Pipe surface texture can be confused with defects Multi-scale feature extraction
Defect-background similarity Some defects (e.g., mild corrosion) have low contrast Enhanced feature discrimination via EMA
Spatial constraints Limited camera field of view inside pipes Optimized feature fusion for small defects
Real-time requirement Industrial inspection requires high throughput Reduced computational complexity via Slim-neck

Engineering Practice Implications

For steel pipe manufacturers and quality control engineers:

Key Questions and Reflections

Several important aspects require further consideration:

Study Insights and Practical Recommendations

The most significant contribution of this study is the demonstration that architectural modifications to YOLOv11 can substantially improve defect detection performance while reducing computational complexity. The combination of Slim-neck and EMA mechanisms provides a practical solution to the challenges of steel pipe inner wall inspection.

For industrial implementation, the following recommendations are proposed:

  1. Dataset expansion: Expand the training dataset to include defects from multiple production lines, pipe grades, and surface conditions to improve model generalization.
  2. Hardware optimization: Optimize the model for deployment on industrial hardware (e.g., NVIDIA Jetson, industrial GPUs) to ensure real-time performance.
  3. Integration with inspection systems: Integrate the model with existing pipe inspection systems, including camera systems, conveyor systems, and data management systems.
  4. Continuous learning: Implement a feedback loop where newly detected defects are added to the training dataset, enabling the model to continuously improve over time.
  5. Human-in-the-loop verification: Maintain a human verification step for critical defects, particularly for high-severity defects where false positives or false negatives could have significant consequences.

The study demonstrates the potential of data analysis-based defect detection for steel pipe quality control. While challenges remain in terms of generalization, real-time performance, and integration with existing systems, the proposed model represents a significant step forward in automated steel pipe inspection technology.