Wind turbine blade defect detection requires accurate identification of small and irregular defects while maintaining low computational cost for practical inspection scenarios. However, lightweight detectors often suffer from insufficient local feature extraction, limited multiscale feature fusion, and weak responses to critical defect regions. To address these issues, this study proposes a Receptive-Field-Enhanced You Only Look Once model (RFE-YOLO), a lightweight defect detection model based on You Only Look Once version 10 nano (YOLOv10n).The proposed model introduces three task-oriented improvements. First, C2f-RFAConv is embedded into the backbone to enhance receptive field aware local feature representation for fine grained defects. Second, a Compact Cross-scale Feature Fusion Module, termed CCFM, is designed in the neck to improve the integration of low-level detail information and high-level semantic features with reduced computational complexity. Third, an Efficient Local Attention module is inserted before the detection head to strengthen defect-related spatial responses after feature fusion. Experiments were conducted on a wind turbine blade defect dataset containing three categories, namely Crack, Oil leakage, and Peel. The results show that RFE-YOLO achieves 89.9% mean Average Precision at an Intersection over Union threshold of 0.5, namely mAP@0.5, and 64.73% mAP@0.5:0.95. Compared with YOLOv10n, RFE-YOLO improves mAP@0.5 by 2.8 percentage points while reducing the number of parameters from 2.70M to 1.91M and giga floating point operations from 8.4 to 5.3. The inference speed reaches 88.8 frames per second on an NVIDIA GeForce RTX 3090 GPU. These results indicate that RFE-YOLO achieves a favorable balance between detection accuracy and model efficiency under the current experimental setting.
Bai et al. (Tue,) studied this question.