Micro-Fracture Detection in Photovoltaic Cells with Hardware-Constrained Devices and Computer Vision
Booy Vitas Faassen, Jorge Serrano, Paul D. Rosero-Montalvo
TL;DR
This work tackles the challenge of detecting micro-fractures in crystalline silicon photovoltaic cells using computer vision under hardware constraints. It proposes a hardware-aware ML pipeline evaluated across three deployment scenarios (unconstrained, edge, and drone-mounted microcontroller) and tests three architectural families: InceptionV3, a quantized EfficientNet-B0, and VGG16-block-based small CNNs. Through a 2,624-image EL-based dataset with mono- and poly-Si modules, the study demonstrates that larger models achieve >90% accuracy in unconstrained settings, while compressed models reach ~85% on edge devices and ~82% on microcontrollers, highlighting the trade-offs between accuracy, memory, and transmission needs. The findings underscore the feasibility of autonomous UAV- and edge-assisted PV inspection, while emphasizing the need for tailored tiny architectures and hardware-aware training to enable practical deployment at scale.
Abstract
Solar energy is rapidly becoming a robust renewable energy source to conventional finite resources such as fossil fuels. It is harvested using interconnected photovoltaic panels, typically built with crystalline silicon cells, i.e. semiconducting materials that convert effectively the solar radiation into electricity. However, crystalline silicon is fragile and vulnerable to cracking over time or in predictive maintenance tasks, which can lead to electric isolation of parts of the solar cell and even failure, thus affecting the panel performance and reducing electricity generation. This work aims to developing a system for detecting cell cracks in solar panels to anticipate and alaert of a potential failure of the photovoltaic system by using computer vision techniques. Three scenarios are defined where these techniques will bring value. In scenario A, images are taken manually and the system detecting failures in the solar cells is not subject to any computationa constraints. In scenario B, an Edge device is placed near the solar farm, able to make inferences. Finally, in scenario C, a small microcontroller is placed in a drone flying over the solar farm and making inferences about the solar cells' states. Three different architectures are found the most suitable solutions, one for each scenario, namely the InceptionV3 model, an EfficientNetB0 model shrunk into full integer quantization, and a customized CNN architechture built with VGG16 blocks.
