As global awareness of climate change grows, renewable energy sources like solar power have become increasingly important. Photovoltaic (PV) systems, which convert sunlight into electricity using solar cells, are widely used due to their sustainability, low maintenance costs, and ease of installation. However, PV panels often suffer from defects such as cracks, hot spots, and shading, which can significantly reduce energy conversion efficiency and, if left undetected, lead to system failure. To address this, the project proposes a deep learning classification model that combines Inception modules, Attention mechanisms, and Bi-directional Long Short-Term Memory (BiLSTM) to detect solar panel defects from thermal infrared images. The model is trained and evaluated on a public dataset containing 5,352 thermal images of solar panels, with labels indicating the presence or absence of thermal defects. Three data partitioning strategies (80:10:10, 70:20:10, and 60:20:20) are applied to assess model performance under different validation conditions. Evaluation metrics include Accuracy, Loss, Precision, Recall (Sensitivity), Specificity, F1-Score, and AUC-ROC. The proposed model achieved an accuracy of 91.56%, an AUC of 0.9677, and an F1-Score of 95.33%. Furthermore, a user-friendly graphical interface has been developed to allow users to upload thermal images and receive instant classification results. This system enhances defect detection efficiency, supports preventive maintenance, extends panel lifespan, and reduces long-term operational costs in solar energy systems.
The IABiLSTM-NET model demonstrates significant potential for early fault detection in solar energy systems. By combining spatial feature extraction with temporal attention, the model accurately classifies defective panels and supports efficient solar farm maintenance. The integration of an interactive GUI further enhances practical applicability in field conditions.
Despite its high accuracy, the modelโs performance may degrade when deployed on vastly different thermal datasets due to environmental variations. Further, the reliance on UAV-captured data may limit applicability in small-scale or ground-based installations.
Future extensions include incorporating multi-spectral image analysis, real-time cloud deployment with edge AI support, and integrating life-cycle cost analysis for predictive maintenance. Cross-domain transfer learning and federated learning will also be explored to generalize performance across varying regions.