Lightweight Detection Methods for Insulator Self-Explosion Defects

Yanping Chen,Chong Deng,Qiang Sun,Zhize Wu,Le Zou,Guanhong Zhang,Wenbo Li
DOI: https://doi.org/10.3390/s24010290
IF: 3.9
2024-01-03
Sensors
Abstract:The accurate and efficient detection of defective insulators is an essential prerequisite for ensuring the safety of the power grid in the new generation of intelligent electrical system inspections. Currently, traditional object detection algorithms for detecting defective insulators in images face issues such as excessive parameter size, low accuracy, and slow detection speed. To address the aforementioned issues, this article proposes an insulator defect detection model based on the lightweight Faster R-CNN (Faster Region-based Convolutional Network) model (Faster R-CNN-tiny). First, the Faster R-CNN model’s backbone network is turned into a lightweight version of it by substituting EfficientNet for ResNet (Residual Network), greatly decreasing the model parameters while increasing its detection accuracy. The second step is to employ a feature pyramid to build feature maps with various resolutions for feature fusion, which enables the detection of objects at various scales. In addition, replacing ordinary convolutions in the network model with more efficient depth-wise separable convolutions increases detection speed while slightly reducing network detection accuracy. Transfer learning is introduced, and a training method involving freezing and unfreezing the model is employed to enhance the network’s ability to detect small target defects. The proposed model is validated using the insulator self-exploding defect dataset. The experimental results show that Faster R-CNN-tiny significantly outperforms the Faster R-CNN (ResNet) model in terms of mean average precision (mAP), frames per second (FPS), and number of parameters.
engineering, electrical & electronic,chemistry, analytical,instruments & instrumentation
What problem does this paper attempt to address?
The problems that this paper attempts to solve are as follows: The existing traditional object detection algorithms have problems such as excessive parameter quantity, low accuracy, and slow detection speed when detecting insulator self - explosion defects. Specifically, traditional object detection models based on deep learning (such as Faster R - CNN) perform poorly when dealing with insulator defect detection tasks due to their weak feature extraction capabilities, especially when dealing with small targets, making it difficult to meet the requirements for efficient, fast, and accurate detection in practical applications. To solve these problems, the paper proposes a lightweight detection model - Faster R - CNN - tiny. This model improves detection performance through the following improvements: 1. **Replace the backbone network**: Replace the original ResNet with a more lightweight and efficient EfficientNet to reduce model parameters and improve detection accuracy. 2. **Introduce Feature Pyramid Network (FPN)**: Construct multi - scale feature maps for feature fusion to enhance the detection ability of targets at different scales. 3. **Use Depthwise Separable Convolution (DSConv)**: Replace ordinary convolution with DSConv, thereby significantly improving the detection speed while slightly reducing the detection accuracy. 4. **Transfer learning and freeze - thaw training strategy**: Adopt the transfer learning method and combine the freeze - thaw training strategy to enhance the network's ability to detect small - target defects in complex environments. These improvements make the newly proposed Faster R - CNN - tiny model superior to the original Faster R - CNN (ResNet) model in terms of mean Average Precision (mAP), Frames Per Second (FPS), and the number of parameters, and it is especially suitable for deployment on edge - computing devices and real - time detection requirements.