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

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Construction Technology & Building · Depth: Expert, extended

Summary

A new reflection-robust seam segmentation framework is proposed for automated robotic welding in construction, addressing challenges like harsh illumination and specular reflections. The framework enhances a BiSeNetV2 backbone through transfer learning and a hybrid Cross-Entropy–Lovász loss, focusing on learning-stability-oriented optimization rather than increased architectural complexity. It achieves 81.76% Joint IoU and 90.73% mIoU, marking a +22.36 percentage point improvement in Joint IoU over an OHEM-based baseline. Crucially, the method recovers 96.33% of severe zero-IoU failure cases under reflective conditions while maintaining identical FLOPs, parameter count, and inference speed. Comparative experiments across BiSeNetV2, DeepLabV3+, UNet, and SegFormer demonstrate its particular effectiveness for lightweight real-time segmentation architectures, improving seam continuity and robustness in challenging welding environments using the WJ3600 dataset.

Key takeaway

For Machine Learning Engineers developing perception systems for automated welding robots, you should prioritize learning-stability-oriented optimization over architectural complexity. Implementing transfer learning with a hybrid Cross-Entropy–Lovász loss on lightweight models like BiSeNetV2 can drastically improve seam continuity and recover critical zero-IoU failures under reflective conditions, ensuring more reliable robotic trajectory generation without increasing computational overhead. Consider fine-tuning with a Lovász-dominant loss for optimal performance.

Key insights

Optimizing learning stability with hybrid loss and transfer learning significantly improves weld seam segmentation robustness without increasing model complexity.

Principles

Method

The framework uses a BiSeNetV2 backbone, pretrained with OHEM, then fine-tuned for one epoch with a hybrid Cross-Entropy–Lovász loss (optimal λ=0.04) and reflection-aware augmentations.

In practice

Topics

Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.