AI & Computational Science

AI Improves Welding Robots’ Precision for Safer Construction Projects

AI Insight

Researchers developed an AI framework to improve seam detection accuracy for robotic welding systems in construction environments where reflective metal surfaces and variable lighting conditions typically interfere with automated processes. The system enhances an existing neural network architecture (BiSeNetV2) using transfer learning and a specialized loss function, achieving 81.76% Joint IoU accuracy and eliminating 96.33% of complete failure cases caused by reflections. Critically, these improvements were achieved without increasing computational requirements, maintaining the same processing speed and resource usage as baseline models.


This advancement enables more reliable autonomous welding in construction settings, potentially improving both safety and efficiency by reducing human exposure to hazardous welding environments. The lightweight nature of the solution makes it practical for real-world deployment on existing robotic systems without requiring hardware upgrades.


arXiv:2607.06150v2 Announce Type: replace-cross
Abstract: Reliable seam segmentation is essential for autonomous robotic welding in construction, where harsh illumination, specular reflections, and thin weld geometries often degrade segmentation performance. This study proposes a reflection-robust seam segmentation framework that enhances a BiSeNetV2 backbone through transfer learning and a hybrid Cross-Entropy–Lov’asz loss. Rather than increasing architectural complexity, the proposed framework improves reflection robustness through learning-stability-oriented optimization. Experimental results show that the proposed method achieves 81.76% Joint IoU and 90.73% mIoU, improving Joint IoU by +22.36 percentage points over the OHEM-based baseline while maintaining identical FLOPs, parameter count, and inference speed. The proposed approach also recovers 96.33% of severe zero-IoU failure cases under reflective conditions. Comparative experiments across BiSeNetV2, DeepLabV3+, UNet, and SegFormer further demonstrate that the proposed optimization strategy is particularly effective for lightweight real-time segmentation architectures. Qualitative analyses additionally show improved seam continuity and reflection robustness in challenging welding environments. These findings suggest that the proposed framework provides a practical and lightweight perception solution for robotic welding applications involving reflective metallic surfaces.

Source: Enhanced Seam Segmentation for Automated Welding Robot in Construction Through Transfer Learning: Addressing Limitations of Bilateral Segmentation Network