A Segmentation-driven Editing Method for Bolt Defect Augmentation and Detection
Yangjie Xiao, Ke Zhang, Jiacun Wang, Xin Sheng, Yurong Guo, Meijuan Chen, Zehua Ren, Zhaoye Zheng, Zhenbing Zhao
TL;DR
The paper tackles the lack of defect data for bolt defect detection in transmission-line inspection by introducing SBDE, a segmentation-driven editing framework that converts normal bolt images into defective ones. SBDE combines Bolt-SAM for precise bolt-attribute segmentation with MOD-LaMa for accurate attribute editing, followed by ERA to place edited bolts back into original inspection scenes for realistic augmentation. Key innovations include the CLAHE-FFT Adapter and Multipart-Aware Mask Decoder for fine-grained segmentation, and a morphology-enhanced inpainting approach to edit bolt attributes while preserving background consistency. Experimental results show that SBDE-edited defect images outperform state-of-the-art editing methods and substantially improve bolt defect detection when used to augment datasets, demonstrating strong practical potential for data-scarce industrial settings.
Abstract
Bolt defect detection is critical to ensure the safety of transmission lines. However, the scarcity of defect images and imbalanced data distributions significantly limit detection performance. To address this problem, we propose a segmentationdriven bolt defect editing method (SBDE) to augment the dataset. First, a bolt attribute segmentation model (Bolt-SAM) is proposed, which enhances the segmentation of complex bolt attributes through the CLAHE-FFT Adapter (CFA) and Multipart- Aware Mask Decoder (MAMD), generating high-quality masks for subsequent editing tasks. Second, a mask optimization module (MOD) is designed and integrated with the image inpainting model (LaMa) to construct the bolt defect attribute editing model (MOD-LaMa), which converts normal bolts into defective ones through attribute editing. Finally, an editing recovery augmentation (ERA) strategy is proposed to recover and put the edited defect bolts back into the original inspection scenes and expand the defect detection dataset. We constructed multiple bolt datasets and conducted extensive experiments. Experimental results demonstrate that the bolt defect images generated by SBDE significantly outperform state-of-the-art image editing models, and effectively improve the performance of bolt defect detection, which fully verifies the effectiveness and application potential of the proposed method. The code of the project is available at https://github.com/Jay-xyj/SBDE.
