arXiv:2601.02928cs.CV2026-01被引 1

轻量高效模型实时检测光伏板故障,准确率超92%且可解释。

HybridSolarNet: A Lightweight and Explainable EfficientNet-CBAM Architecture for Real-Time Solar Panel Fault Detection

  • 融合EfficientNet-B0与CBAM模块,提升特征提取能力。
  • 在竞赛数据集上达92.37%准确率,F1-score为0.9226,仅需16.3MB存储。
  • 支持实时推理(54.9 FPS),Grad-CAM可视化聚焦真实故障区域。

光伏板系统的人工巡检耗时、成本高且易出错,基于无人机的监测成为理想选择。尽管深度学习模型具备出色故障检测能力,但多数方法要么过于庞大无法部署于边缘设备,要么因学习策略不当导致准确率估计偏差。本文提出HybridSolarNet模型,将EfficientNet-B0与卷积块注意力模块(CBAM)结合,并在Kaggle光伏图像竞赛数据集上采用严格先划分后增强的协议,避免评估泄露。引入焦点损失(focal loss)和余弦退火策略。消融实验表明,CBAM带来1.53%的准确率提升,焦点损失有效缓解样本不平衡问题。5折分层交叉验证下,平均准确率达92.37% ± 0.41,F1-score为0.9226 ± 0.39,优于VGG19等基线模型,仅需16.3 MB存储空间,仅为基线的1/32。在GPU支持下推理速度达54.9 FPS,适合实时无人机应用。此外,通过Grad-CAM可视化显示,模型关注实际故障位置而非无关区域。

原文摘要 · Abstract (English)

Manual inspections for solar panel systems are a tedious, costly, and error-prone task, making it desirable for Unmanned Aerial Vehicle (UAV) based monitoring. Though deep learning models have excellent fault detection capabilities, almost all methods either are too large and heavy for edge computing devices or involve biased estimation of accuracy due to ineffective learning techniques. We propose a new solar panel fault detection model called HybridSolarNet. It integrates EfficientNet-B0 with Convolutional Block Attention Module (CBAM). We implemented it on the Kaggle Solar Panel Images competition dataset with a tight split-before-augmentation protocol. It avoids leakage in accuracy estimation. We introduced focal loss and cosine annealing. Ablation analysis validates that accuracy boosts due to added benefits from CBAM (+1.53%) and that there are benefits from recognition of classes with imbalanced samples via focal loss. Overall average accuracy on 5-fold stratified cross-validation experiments on the given competition dataset topped 92.37% +/- 0.41 and an F1-score of 0.9226 +/- 0.39 compared to baselines like VGG19, requiring merely 16.3 MB storage, i.e., 32 times less. Its inference speed measured at 54.9 FPS with GPU support makes it a successful candidate for real-time UAV implementation. Moreover, visualization obtained from Grad-CAM illustrates that HybridSolarNet focuses on actual locations instead of irrelevant ones.

光伏检测轻量模型注意力机制实时推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。