CVAIFeb 11, 2025

Improved YOLOv7 model for insulator defect detection

arXiv:2502.07179v11 citationsh-index: 9Electronic Research Archive
Originality Synthesis-oriented
AI Analysis

This work addresses the need for more accurate and efficient automatic detection of damaged insulators in power transmission lines, but it is incremental as it builds upon the existing YOLOv7 framework with specific modifications.

The paper tackled the problem of detecting multiple types of insulator defects in power grids, which is challenging due to small targets and complex backgrounds, by proposing an improved YOLOv7 model that achieved a 1.6% increase in mAP_0.5, a 3.2 million parameter reduction, and a 2.81 ms improvement in detection speed.

Insulators are crucial insulation components and structural supports in power grids, playing a vital role in the transmission lines. Due to temperature fluctuations, internal stress, or damage from hail, insulators are prone to injury. Automatic detection of damaged insulators faces challenges such as diverse types, small defect targets, and complex backgrounds and shapes. Most research for detecting insulator defects has focused on a single defect type or a specific material. However, the insulators in the grid's transmission lines have different colors and materials. Various insulator defects coexist, and the existing methods have difficulty meeting the practical application requirements. Current methods suffer from low detection accuracy and mAP0.5 cannot meet application requirements. This paper proposes an improved YOLOv7 model for multi-type insulator defect detection. First, our model replaces the SPPCSPC module with the RFB module to enhance the network's feature extraction capability. Second, a CA mechanism is introduced into the head part to enhance the network's feature representation ability and to improve detection accuracy. Third, a WIoU loss function is employed to address the low-quality samples hindering model generalization during training, thereby improving the model's overall performance. The experimental results indicate that the proposed model exhibits enhancements across various performance metrics. Specifically, there is a 1.6% advancement in mAP_0.5, a corresponding 1.6% enhancement in mAP_0.5:0.95, a 1.3% elevation in precision, and a 1% increase in recall. Moreover, the model achieves parameter reduction by 3.2 million, leading to a decrease of 2.5 GFLOPS in computational cost. Notably, there is also an improvement of 2.81 milliseconds in single-image detection speed.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes