Despite the widespread adoption of UAV-based object detection, traditional YOLO architectures are bottlenecked by their reliance on NMS, which complicates deployment on edge devices due to limited support across hardware acceleration platforms. While end-to-end models such as RT-DETR eliminate this bottleneck, they suffer from severe feature degradation for small targets caused by the inherent conflict between deep downsampling and detail preservation. To bridge this gap, we propose a Frequency-Enhanced Real-Time Detection framework specifically designed for UAV perspectives. Unlike standard backbones, our design incorporates a Frequency-Enhanced Multi-Scale Fusion module, which transforms features into the frequency domain to explicitly amplify high-frequency components essential for small object localization. Additionally, a Grouped Multi-Kernel Interaction module is introduced to dynamically capture multi-scale contextual information. Furthermore, we integrate Shape-NWD into the loss computation by introducing shape weight coefficients and scale correlation factors, directing focus toward the intrinsic attributes of bounding boxes to enhance regression accuracy for tiny targets. Experimental results on the VisDrone dataset demonstrate that our method improves the Average Precision by 0.9% and AP50 by 1.1% compared to the baseline, with consistent gains observed on the UAVVaste dataset.
Zhong et al. (Mon,) studied this question.