Deep_Learning_Based_Early_Fault_Detection_Using_IR_Images
Deep_Learning_Based_Early_Fault_Detection_Using_IR_Images
Created By:
Raveesha Anuruddha Ranamukage
1
1. Abstract
This report outlines a deep-learning approach for detecting and locating faults in electrical
systems through thermal imaging. While traditional thermography is a non-intrusive method, it
often suffers from the limitations of manual analysis and environmental factors that can impact
accuracy. This project incorporates YOLOv8, a cutting-edge object detection model, to
automate the fault detection process, improving diagnostic accuracy, operational safety, and
preventive maintenance. The proposed solution was tested on a dataset of annotated thermal
images, showing strong performance in identifying common electrical faults. Future
improvements will focus on expanding applications to high-voltage systems and addressing the
limitations of the dataset.
2. Introduction
Electrical systems can experience faults like loose connections, overloaded circuits, and failing
components, which often show up as increased heat. Thermography, which uses infrared
imaging to detect temperature differences, is a non-invasive technique for spotting these issues.
However, traditional thermography methods can be time-consuming, depend heavily on manual
interpretation, and may lead to inaccuracies.
A significant drawback of conventional thermography is that it is not performed frequently
enough. Inspections are usually done once or twice a year, which can result in missing faults
that develop outside of these scheduled checks. By automating and increasing the frequency of
inspections with the help of artificial intelligence, this gap can be filled, allowing for real-time
detection and preventive maintenance. Identifying faults early enables prompt corrective
actions, which helps minimize damage and cut operational costs.
Integrating AI greatly improves thermography by facilitating automation, real-time analysis,
and standardization. Deep learning models, especially, can enhance the accuracy of fault
detection and lessen the reliance on human expertise. This project utilizes YOLOv8, a real-time
object detection model, to identify and locate electrical faults, thereby boosting safety measures,
enhancing efficiency, and overcoming the limitations of manual inspections.
3. Methodology
3.1 Generalization Across Sites
To ensure adaptability, the deep learning model was trained using data gathered from various
sites, which included a range of environmental and operational conditions. By incorporating
images from different panels and locations, the model was able to learn how to handle variations
like emissivity, reflectivity, and temperature discrepancies. This training method allows the
model to generalize fault detection patterns across new and previously unseen panels, making
it suitable for a wide range of applications.
2
3.2 Thermography Process Overview
Thermography is based on the detection of infrared radiation emitted by objects that are above
absolute zero. FLIR T335 infrared cameras were utilized to capture thermal images, which
convert temperature differences into visual representations. During data collection, factors such
as emissivity, reflectivity, humidity, and proximity to heat sources were considered to ensure
accuracy.
3.3 Data Collection and Preparation
• Source: Over 1,000 infrared images of electrical panels were collected from Amithi
Power Consultants (Pvt.) Ltd. The dataset focused on medium- and low-voltage
systems, but the approach can be extended to other components with appropriate
datasets.
• Annotation: Faults were categorized and labeled using Roboflow, with bounding
boxes drawn around fault areas.
• Augmentation: Techniques such as flipping and color adjustments expanded the
dataset to 1,676 images.
• Dataset Split: The dataset was divided into 70% training, 20% validation, and 10%
testing.
Link to the Dataset
3
surveys based on this standard help confirm that component temperatures stay within
safe limits.
• IEC 60502: This outlines the temperature limits for power cables under both normal
and fault conditions.
• IEC 62271: This provides guidelines for conducting thermography surveys of high-
voltage switchgear, ensuring compliance and safety.
Assumptions:
• The reflection temperature was consistent across all images.
• The temperature range was restricted to 30°C–60°C. In this case, the Temperature
Variation Bar on the right side of the image was disregarded to train the model on heat
patterns.
• Factors such as emissivity, reflectivity, relative humidity, and proximity to heat-emitting
sources were considered to reduce errors in thermal image readings.
4
• Deteriorated Insulation: Characterized by irregular heat patterns near connection
points.
5
• Normal Operation: Represented by expected and uniform heat patterns.
4. Implementation
7
[email protected] score of 81.1% signifies the model's robust overall accuracy:
• Fault classes such as "Phase Imbalance" and "Overloaded Circuits" attain high precision
and recall, which indicates the model's reliability in identifying these issues.
• the lower performance observed for "Connectivity Issue - Loose Connection" and
"Deteriorated Insulation" suggests challenges that may arise because of subtle
temperature variations or dataset imbalance.
• the graph showcases the model's ability to generalize across diverse fault types, it
simultaneously maintains consistent detection accuracy. This dual capability is crucial
for practical applications in real-world scenarios.
8
Fault Class Predicted by Model
Connectivity Issue
Deteriorated Insulation
Overload Circuits
Phase Imbalance
9
Normal Operation Condition
10
5.1 Key Findings
• The model illustrated strong capabilities in fault detection for typical electrical
problems.
• Real-time processing features underscore its practical applicability in preventive
maintenance.
• Rare faults showed decreased detection accuracy because of dataset imbalance.
• Automating fault detection not only reduces reliance on trained personnel but also
expedites inspections, thereby enhancing scalability for large facilities.
• AI integration enhances thermography by identifying subtle patterns or anomalies that
could be overlooked during manual inspections, although this can be challenging at
times.
5.2 Limitations
• Dataset limitations: Predominantly focused on medium- and low-voltage systems,
with limited data for rare faults.
• Environmental factors: inconsistent temperature evaluations, which significantly
impacted certain readings.
6. Practical Applications
The combination of AI and thermography is proving to be a game-changer for spotting faults,
with several key applications:
• Preventive Maintenance: Using thermal cameras for real-time fault detection helps cut
down on downtime and maintenance expenses.
• Scalability and Efficiency: Automating inspections allows for large facilities to be
monitored without needing a lot of manpower.
• Enhanced Safety Systems: Automated alerts notify operators about possible hazards,
which helps lower the risks tied to electrical failures.
• Standardized Inspections: This approach ensures consistency and adherence to
industry standards, reducing the inconsistencies often found in manual assessments.
7. Future Work
• Broaden the dataset to cover high-voltage systems and uncommon fault types.
• Boost the accuracy of fault categorization and detection using advanced augmentation
techniques.
• Look into integrating with wider electrical diagnostic systems for more thorough
monitoring.
11
8. Conclusion
This project has effectively showcased how deep learning can be combined with
thermography for detecting electrical faults. The YOLOv8 model achieved precise and real-
time fault localization, tackling significant challenges faced by traditional methods. Moving
forward, we aim to strengthen the model’s reliability and expand its range of applications,
making it a crucial asset for diagnosing and maintaining electrical systems.
12