Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

TinyDef-DETR: A DETR-based Framework for Defect Detection in Transmission Lines from UAV Imagery

Created by
  • Haebom

Author

Feng Shen, Jiaming Cui, Shuai Zhou, Wenqiang Li, Ruifeng Qin

Outline

This paper proposes TinyDef-DETR, a DETR-based framework for automatic transmission line fault detection using drone imagery. TinyDef-DETR integrates an edge-enhanced ResNet backbone that enhances edge-sensitive representations, a stride-free space-to-depth module that preserves detail, a cross-stage dual-domain multi-scale attention mechanism that jointly models global context and local cues, and a Focaler-Wise-SIoU regression loss function that improves the localization of small, challenging targets. Extensive experiments on public and real-world datasets demonstrate that TinyDef-DETR effectively mitigates the limitations of existing detectors, achieving excellent detection performance and generalization ability while maintaining reasonable computational overhead. It is particularly suitable for UAV-based transmission line fault detection, especially in scenarios involving small, ambiguous targets.

Takeaways, Limitations

Takeaways:
Improving the accuracy and efficiency of drone-based power line fault detection.
Improved detection performance for small and vague defects.
Efficient use of computational resources.
Excellent generalization performance.
Limitations:
Generalization performance needs to be verified on datasets other than the presented dataset.
Robustness verification is required for various environmental conditions (weather, lighting, etc.) that may occur during actual field application.
Lack of detailed explanation of algorithm complexity and parameter tuning.
👍