Abstract:To address the challenges of target occlusion, irregular scales, and complex background interference in transmission line foreign object detection tasks, this paper proposes an improved YOLOv8-based detection algorithm named SEPC-YOLOv8. The algorithm introduces Split-Based Convolution (SPConv) into the backbone network to reduce information redundancy and enhance feature extraction efficiency. A Spatially Enhanced Attention Module (SEAM) is embedded into SPPF (Spatial Pyramid Pooling Fast), constructing an SPPF_SE module that combines global contextual awareness with local feature refinement to mitigate missed detections caused by target occlusion. The C2f_SAL module is designed to replace the neck's C2f (csplayer_2conv) module, enabling effective capture of critical features in multi-scale targets and improving detection accuracy in complex backgrounds. Additionally, the Inner-PIoU (Inner Powerful Intersection over Union) loss function is introduced to optimize bounding box localization precision. Experimental results demonstrate that the proposed algorithm achieves a mean average precision of 96.36%, representing a 3.02% improvement over the baseline algorithm, while maintaining a detection speed of 51.69 FPS. These performance metrics confirm the algorithm's capability to meet practical requirements for foreign object detection in transmission lines.