Aerial Inspection of High-Voltage Power Lines Using YOLOv8 Real-Time Object Detector

Elisavet Bellou,Ioana Pisica,Konstantinos Banitsas
DOI: https://doi.org/10.3390/en17112535
IF: 3.2
2024-05-24
Energies
Abstract:The aerial inspection of electricity infrastructure is gaining high interest due to the rapid advancements in unmanned aerial vehicle (UAV) technology, which has proven to be a cost- and time-effective solution for deploying computer vision techniques. Our objectives are focused on enabling the real-time detection of key power line components and identifying missing caps on insulators. To address the need for real-time detection, we evaluate the latest single-stage object detector, YOLOv8. We propose a fine-tuned model based on YOLOv8's architecture, trained on a custom dataset with three object classes, i.e., towers, insulators, and conductors, resulting in an overall accuracy rate of 83.8% (mAP@0.5). The model was tested on a GeForce RTX 3070 (8 GB), as well as on a CPU, reaching 243 fps and 39 fps for video footage, respectively. We also verify that our model can serve as a baseline for other power line detection models; a defect detection model for insulators was trained using our model's pre-trained weights on an open-source dataset, increasing precision and recall class predictions (F1-score). The model achieved a 99.5% accuracy rate in classifying defective insulators (mAP@0.5).
energy & fuels
What problem does this paper attempt to address?
### Problems Addressed by the Paper The paper aims to address the issue of aerial inspection of high-voltage transmission lines. Specifically, it seeks to achieve real-time detection of key power line components (such as towers, insulators, and conductors) using the YOLOv8 real-time object detector, and to identify missing caps on insulators. #### Main Contributions 1. **Dataset Creation**: The authors created a dataset containing 2056 images, which are annotated with the three main components of high-voltage power facilities: towers, insulators, and conductors. This is one of the larger publicly available datasets. 2. **Improved Defect Detection Accuracy**: By using the proposed model's pre-trained weights to detect insulator defects, the accuracy and recall rate (F1 score) were improved, surpassing existing technologies. 3. **YOLOv8 Model Evaluation**: The latest YOLOv8-based model was evaluated, with a focus on its real-time processing capability on drones. #### Related Work In recent years, researchers have increasingly utilized deep learning techniques to detect electrical components and diagnose faults. Previous studies have shown that YOLO series models (such as YOLOv2, YOLOv3, etc.) perform excellently in detecting and classifying distribution line poles. This paper further improves the YOLOv8 model, achieving better results in real-time detection of high-voltage power line components.