Defect Detection in Synthetic Fibre Ropes using Detectron2 Framework

Anju Rani,Daniel O. Arroyo,Petar Durdevic
DOI: https://doi.org/10.1016/j.apor.2024.104109
2024-06-28
Abstract:Fibre ropes with the latest technology have emerged as an appealing alternative to steel ropes for offshore industries due to their lightweight and high tensile strength. At the same time, frequent inspection of these ropes is essential to ensure the proper functioning and safety of the entire system. The development of deep learning (DL) models in condition monitoring (CM) applications offers a simpler and more effective approach for defect detection in synthetic fibre ropes (SFRs). The present paper investigates the performance of Detectron2, a state-of-the-art library for defect detection and instance segmentation. Detectron2 with Mask R-CNN architecture is used for segmenting defects in SFRs. Mask R-CNN with various backbone configurations has been trained and tested on an experimentally obtained dataset comprising 1,803 high-dimensional images containing seven damage classes (placking high, placking medium, placking low, compression, core out, chafing, and normal respectively) for SFRs. By leveraging the capabilities of Detectron2, this study aims to develop an automated and efficient method for detecting defects in SFRs, enhancing the inspection process, and ensuring the safety of the fibre ropes.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
This paper mainly discusses the use of the deep learning framework Detectron2 to detect defects in synthetic fiber ropes (SFRs). In the offshore industry, SFRs are gradually replacing steel cables due to their lightweight and high strength, but frequent inspection of their conditions is crucial to ensure system safety. The paper studies how to use Detectron2, an advanced object detection and instance segmentation library, to automate and efficiently detect defects in SFRs. The authors obtained a high-resolution image dataset containing seven types of damage categories through experiments, and trained and tested the dataset using Detectron2 with the Mask R-CNN architecture. They compared the performance of different backbone networks, such as ResNet, ResNeXt, and Feature Pyramid Networks, to determine the most suitable architecture for detecting defects in SFRs. In addition, they implemented data augmentation techniques, such as rotation, flipping, and adjusting brightness and contrast, to avoid overfitting and improve the model's generalization ability. The experimental results show that ResNet-50-FPN-3x achieves a balance between training time and performance, demonstrating higher average precision (AP) and Intersection over Union (IoU) scores. The paper also analyzes the accuracy, false positive, and false negative curves of the model, demonstrating the model's ability to gradually improve with training iterations. Overall, this paper aims to develop an automated approach using Detectron2 to effectively detect defects in SFRs, thereby improving the efficiency and safety of the inspection process. Future work may consider increasing synthetic data to further enhance the model's performance.