Open Access
ARTICLE
HiFreq-DETR: A Hierarchical Framework Synergizing High-Resolution Injection and Frequency-Aware Multi-Scale Interaction for Tiny Object Detection
1 School of Information Science & Engineering, Yunnan University, Kunming, China
2 Yunnan Communications Investment & Construction Group Co., Ltd., Kunming, China
* Corresponding Author: Hao Li. Email:
Computers, Materials & Continua 2026, 88(3), 30 https://doi.org/10.32604/cmc.2026.083042
Received 27 March 2026; Accepted 18 May 2026; Issue published 23 July 2026
Abstract
While Transformer-based detectors excel in global modeling, their efficacy in unmanned aerial vehicle (UAV)-based tiny object detection is limited by information loss during aggressive downsampling and the lack of high-frequency structural cues. To bridge this gap, we propose HiFreq-DETR, a dedicated framework that optimizes the synergy between spatial fidelity and semantic discriminability. The core innovation lies in its hierarchical information preservation strategy, which employs a ResNeSt14d backbone coupled with anKeywords
As a cornerstone task in computer vision, object detection has demonstrated profound practical utility in industrial sectors such as autonomous driving, aerial monitoring, and urban surveillance. With the rapid proliferation of Unmanned Aerial Vehicle (UAV) platforms and high-resolution imaging sensors, acquiring multispectral aerial imagery over expansive geographical areas has become increasingly accessible. This enhanced sensing capability has positioned automated detection as a pivotal driver for critical tasks, including traffic flow analysis, disaster response, and maritime search and rescue [1,2]. However, distinct from natural scene images, UAV imagery presents unique imaging mechanisms that pose severe challenges, namely that targets are typically characterized by extreme distribution density, intricate background clutter, and minute scales. Due to feature sparsity caused by varying Ground Sampling Distance (GSD), existing algorithms encounter significant performance bottlenecks when identifying tiny targets.
Throughout the evolution of object detection, frameworks have transitioned from regional proposal methods to end-to-end regression models, culminating in the recent success of Detection Transformers (DETR) [3,4]. However, the real-world challenges of UAV imagery often exceed the theoretical capacity of these standard models. Taking the VisDrone dataset at a
Despite these advancements, a deep analysis of RT-DETR and its variants reveals persistent bottlenecks in UAV-captured scenarios. A primary limitation is the spectral bias inherent in deep neural networks, which tend to converge on low-frequency components representing coarse structures while filtering out high-frequency residuals. In UAV imagery, the semantic signature of a tiny object is primarily encoded in its high-frequency spatial abruptness, which corresponds to sharp intensity gradients that define object boundaries. While the weighted-average operations in spatial-domain attention act as adaptive low-pass filters that smooth out these critical perturbations, frequency-domain interaction allows for the explicit decoupling of these signals. By transforming features into the spectral domain, the model can selectively amplify the high-frequency components that encapsulate the structural energy of tiny targets, ensuring that their sparse representations are not annihilated by the dominant low-frequency energy of the surrounding environment [7]. Furthermore, the Attention-based Intra-scale Feature Interaction (AIFI), the hybrid encoder in existing models, relies predominantly on single-scale spatial-domain self-attention. This constrained interaction mode operates on a fixed receptive field, which struggles to adapt to the massive GSD fluctuations caused by varying flight altitudes and sensor specifications. When tiny targets undergo drastic scale shifts, this single-scale mapping lacks the cross-scale semantic flexibility required to maintain representational consistency. Additionally, current end-to-end detectors predominantly follow a serial high-to-low resolution stream, concentrating interactions at the
To overcome these limitations, we propose HiFreq-DETR: a dedicated framework for aerial scenes that integrates high-resolution spatial details with frequency-aware multi-scale feature interaction. First, we integrate the ResNeSt14d lightweight backbone, utilizing its Split-Attention mechanism to improve cross-channel discriminability while optimizing the parameter budget [10]. Second, inspired by the necessity of preserving spatial fidelity [11], we explicitly construct an
The primary contributions of this work are summarized as follows:
• We propose the HiFreq-DETR architecture, an end-to-end detection framework optimized for UAV imagery. While the base model establishes a robust performance baseline, we further develop a lightweight variant that maintains competitive precision with greatly reduced computational complexity, ensuring versatility across diverse hardware constraints.
• We design an
• We develop the FS-AMFI module, which integrates frequency-selective attention into multi-scale interaction paths. This module adaptively reinforces high-frequency target saliency and compensates for the structural information loss in deep semantic layers, effectively resolving the signal annihilation issues inherent in standard feature transformations.
• We strategically employ ResNeSt14d as the backbone to enhance multi-scale feature extraction without introducing additional parameter overhead. This choice provides superior architectural synergy with our frequency-aware modules, ensuring that the enhanced representational power is fully leveraged by the subsequent interaction layers.
The subsequent sections of the paper are arranged as follows: Section 2 reviews related research; Section 3 details the architectural design of HiFreq-DETR and the mathematical principles of each core module; Section 4 verifies the effectiveness of the algorithm through extensive comparative experiments and ablation studies; Section 5 summarizes the full text and prospects future research directions.
2.1 CNN-Based Paradigms for Object Detection
Object detection within UAV imagery has transitioned from traditional heuristic-based frameworks to sophisticated deep learning paradigms, characterized by a fundamental shift toward multi-scale representation learning. Driven by the increasing demand for autonomous aerial surveillance, recent research has prioritized the development of holistic sensing solutions; for instance, remote intelligent perception systems [12] and integrated neural network frameworks [13] have been established to provide unified end-to-end architectures for multi-object detection and recognition in complex environments. Within these integrated frameworks, early two-stage detectors exemplified by Faster R-CNN [14] established the utility of Region Proposal Networks but often struggled with the extreme scale variations and high-frequency spatial variances inherent in UAV views. To refine feature granularity, ARFP [15] introduced adaptive receptive field pooling, while SDP [16] leveraged sub-pixel discriminative pooling to recover fine-grained details for tiny instances. Simultaneously, single-stage detectors have gained prominence for their superior inference efficiency. HIC-YOLOv5 [17] and MSFE-YOLO [18] targeted small objects by integrating high-resolution integration layers and specialized multi-scale fusion blocks. Recent variants including Drone-YOLO [19] and YOLOv12 [20] further optimized backbone architectures to enhance representation capability. However, these CNN-based methods predominantly rely on local receptive fields and progressive downsampling, which often lack the global contextual awareness and spectral sensitivity necessary to distinguish tiny targets from intricate backgrounds.
2.2 End-to-End Object Detection
The emergence of the Detection Transformer DETR has revolutionized the field by framing object detection as a direct set prediction problem, effectively eliminating the need for hand-crafted components [3]. Subsequent architectures including Deformable DETR [21] and RT-DETR [4] introduced sparse sampling and Hybrid Encoders to optimize efficiency. This end-to-end paradigm has been further extended by recent state-of-the-art frameworks, including D-FINE [22] and Mamba-YOLO [23]. To bridge the semantic gap in cluttered scenes, TGCADNet [24] introduces a CLIP-based text-guided method, leveraging linguistic priors from large-scale pre-training to enhance the perception of tiny instances. Despite these architectural advancements, generic detectors encounter a significant information bottleneck during feature transmission. Most DETR-based architectures initiate feature interaction from the
2.3 Tiny Object Detection and Frequency Domain Learning
Detecting tiny objects remains a challenging task due to their limited spatial extent and the interference of complex backgrounds. Current research primarily focuses on feature fusion and localization refinement. Representative studies such as GLSAN [25] adopt feature fusion strategies, while methods like NWD [26] or CCAFNet [27] explore cross-scale contextual alignment via specialized metrics to mitigate feature misalignment. A pivotal emerging trend is the utilization of frequency domain learning to restore weak target signatures that are typically smoothed out in the spatial domain. For instance, YOLO-DCTI [28] incorporates Discrete Cosine Transform coefficients to compensate for geometric ambiguity, while WaveNet [29] leverages wavelet-based saliency detection to isolate high-frequency target signatures from low-frequency background interference. Despite these advancements, two critical challenges remain under explored in UAV-based detection. First, while high-resolution layers improve detail perception, the irreversible loss of structural energy during the early downsampling of tiny targets often occupying only a few pixels has not been fully addressed through explicit feature injection mechanisms. Second, existing frequency domain methods often utilize static spectral coefficients, failing to adaptively filter task irrelevant redundant information during dynamic feature interactions. Therefore, a synergistic approach that explicitly preserves high-resolution spatial fidelity while introducing adaptive frequency-selective perception is essential for achieving robust detection in complex aerial environments.
To address the critical challenges of feature degradation and complex background interference in UAV-perspective imagery, we propose the HiFreq-DETR architecture. Grounded in the design philosophy of accuracy-first and lightweight-collaboration, HiFreq-DETR systematically reconstructs the weak responses of tiny targets by enhancing the synergy between shallow spatial features and deep frequency-aware perception. As illustrated in Fig. 1, while retaining the hybrid encoder-decoder structure of the baseline RT-DETR, HiFreq-DETR incorporates three fundamental structural innovations. First, we adopt ResNeSt14d as the backbone, which leverages a split-attention mechanism to enhance fine-grained feature discriminability. This strategic replacement establishes a more robust representation foundation within an optimized parameter budget compared to the standard ResNet-18 [30]. Second, we introduce a stride-4

Figure 1: Overall architecture of the proposed HiFreq-DETR. Detailed configurations of the FS-AMFI module are provided in Section 3.4.
3.2 High-Resolution Feature Injection with S2
In conventional Transformer-based hybrid encoders, the feature pyramid is typically constructed from the
Tiny object detection is fundamentally constrained by spatial sampling density. In aerial imagery, the discriminative features of minuscule targets are inherently encoded in high-frequency spatial patterns. As the downsampling stride increases, the signal energy of a target is dissipated through pooling and convolution processes, leading to spatial saliency nullification. Quantitative analysis of the baseline
To counteract this, we incorporate the
3.3 Backbone: Efficient ResNeSt14d for Preserving Geometric Fidelity
In the architectural design of HiFreq-DETR, we strategically employ an efficient 14-layer ResNeSt configuration, denoted as ResNeSt14d, to replace the conventional ResNet-18 backbone. Rather than a trivial component substitution, this selection represents a deliberate architectural optimization aimed at maximizing representational capacity within a constrained parameter budget. In this work, ResNeSt14d is defined as a task-oriented configuration implemented via the timm library [31], providing a specific depth-width trade-off that is absent in the standard baseline family officially introduced in [10]. By leveraging the split-attention mechanism, we enhance feature discriminability without the computational redundancy inherent in deeper architectures.
ResNeSt14d incorporates the split-attention mechanism within the ResNet-D structural variant [32], featuring a depth-optimized hierarchy of four stages with a single bottleneck block per stage. Specifically, the d suffix denotes the integration of structural principles from the ResNet-D paradigm, characterized by a deep stem and heuristic downsampling strategies that are critical for preserving tiny object features. The standard
3.4 Frequency Selective Attention-Based Multi-Scale Feature Interaction
In the original RT-DETR architecture, the Attention-based Intra-scale Feature Interaction (AIFI) module models global context dependencies via a standard self-attention mechanism. While this design enhances high-level semantic representation, it exhibits significant limitations when dealing with dense, tiny objects in UAV imagery. Specifically, the constrained single-scale feature mapping of AIFI lacks the capability for adaptive modeling of drastic scale variations, and the feature smoothing effect inherent in attention computation leads to the dilution of critical high-frequency details. To address these bottlenecks, we propose the Frequency-selective Attention-based Multi-scale Feature Interaction (FS-AMFI) module. As illustrated in Fig. 2, FS-AMFI is strategically positioned at the highest semantic level to transform the raw

Figure 2: Overview of the proposed FS-AMFI module.
FS-AMFI is constructed along two pivotal dimensions. First, we introduce the Dynamic Multi-scale Feature Extraction (DMFE) as the core of the intra-stage interaction path to capture multi-scale contexts. Second, we integrate a frequency-aware enhancement mechanism underpinned by High-Frequency Injection (HFI), Detail-Preserving Key-Value construction, and Frequency-aware Channel Attention (FCA). This dual-path design enables the model to achieve precise reconstruction of tiny object saliency before it is propagated to shallower scales.
Dynamic Multi-scale Feature Extraction (DMFE): The original AIFI module is fundamentally constrained by its homogeneous feature generation, where Query, Key, and Value are derived from identical feature mappings. This paradigm restricts relational modeling to a single receptive field, leading to receptive field homogenization. While suitable for global context extraction, this rigidity becomes a performance bottleneck in UAV-perspective imagery, where the coexistence of minute targets and expansive backgrounds demands a multi-scale spatial perception that a fixed-scale operator cannot provide. To overcome this structural limitation, we propose the Dynamic Multi-scale Feature Extraction (DMFE) module, which elevates feature interaction from a static process to a scale-aware adaptive paradigm.
Given an input
Frequency-selective Enhancement (FS): Beyond multi-scale modeling, the FS-AMFI architecture incorporates a frequency-selective enhancement mechanism. In high-resolution aerial imagery, the salient features of tiny objects are typically encoded as high-frequency spatial mutations, whereas the massive backgrounds are characterized by smoother, low-frequency distributions. Conventional AIFI, which relies on vanilla semantic features, inadvertently suppresses these high-frequency signals during feature compression and relational modeling. To address this, we re-engineer the interaction paradigm through three complementary frequency-aware components: (1) High-Frequency Injection (HFI), which explicitly recovers geometric details; (2) Detail-Preserving Key-Value Construction, which safeguards peak responses from downsampling-induced dilution; and (3) Frequency-aware Channel Attention (FCA), which facilitates joint modeling of background semantics and foreground saliency. These components collectively transform FS-AMFI into a frequency-sensitive interaction framework, providing a theoretically robust solution for tiny object representation.
High-Frequency Injection (HFI): Deep networks inherently act as low-pass filters, a property that leads to the suppression of high-frequency components critical for detecting tiny objects. To counteract this, we propose HFI within the FS-AMFI module to explicitly inject structural details into the deep feature stream. Given the input feature X from the backbone, we derive its high-frequency residual
Detail-preserving Cross-attention Construction: AIFI employs a symmetric self-attention mechanism, which proves suboptimal for tiny object detection where the target signal is typically sparse and weak. In such scenarios, target responses are often overwhelmed by the dominant low-frequency background during Softmax normalization. To address this, we reconstruct the interaction into an asymmetric cross-attention paradigm. Specifically, the query (Q) is derived from the high-resolution input X, while the key (K) and value (V) are generated from the enhanced features
Frequency-aware Channel Attention (FCA): To optimize feature selection at the channel level, we replace the simple identity residual in AIFI with FCA. This module exploits the frequency-domain complementarity of Global Average Pooling (GAP) and Global Max Pooling (GMP). Specifically, GAP captures the global low-frequency trends representing background semantics, while GMP emphasizes local high-frequency peaks associated with object saliency:
To summarize, the proposed FS-AMFI module redesigns the interaction paradigm for tiny object detection by moving beyond the monolithic, single-scale architecture of the original AIFI. By integrating DMFE with a frequency-selective enhancement branch, the module establishes a dual-stream collaborative framework that harmonizes global semantic modeling with high-frequency spatial saliency. The overall forward propagation of the FS-AMFI module is formulated as:
where
3.5 Efficiency-Oriented Optimization for High-Resolution Stages
To further optimize the computational efficiency of the high-resolution
The prediction objective of HiFreq-DETR is formulated as a set prediction problem based on bipartite graph matching, which aligns predicted objects with ground-truth labels. To optimize the detection of minuscule remote sensing targets, we adopt an integrated multi-task loss function. Furthermore, to accelerate model convergence, a deep supervision strategy is employed, where auxiliary losses are computed at each decoder layer
where the hyperparameters are set to
To mitigate the extreme class imbalance and background noise interference inherent in remote sensing imagery, we utilize Varifocal Loss (VFL) as the classification component. Unlike standard cross-entropy loss, VFL incorporates the predicted IoU-aware classification score
where
The regression objective integrates
where
In summary, the synergistic design of these loss components addresses the primary bottlenecks in remote sensing tiny object detection. The combination of VFL for high-quality sample re-weighting and the complementary
1) Dataset: VisDrone-DET2019: VisDrone-DET2019 [5] is a large-scale benchmark for UAV-based visual analysis. It contains 10,209 high-resolution images from various drone-mounted cameras, covering diverse urban and suburban environments across 14 cities in China. It is split into training (6471 images), validation (548 images), and test-dev (3190 images) sets, with approximately 2.5 million annotated bounding boxes across 10 categories, including pedestrians, vehicles, and bicycles. Its core challenge is small and densely distributed targets in complex scenes, making it a rigorous benchmark for aerial object detection.
SIMD: The Satellite Imagery Multi-scale Object Detection dataset [33] comprises 5000
HazyDet: HazyDet [34] is a benchmark specifically for object detection in adverse atmospheric conditions. It consists of 11,000 images split into training, validation, and test subsets with 8000, 1000, and 2000 images, respectively, together with 383,000 annotations across three vehicle categories: car, truck, and bus. By integrating real-world captures with physics-based haze simulations, it effectively evaluates model robustness in low-visibility aerial surveillance scenarios.
2) Evaluation Metrics: Following the standard ms COCO evaluation protocol [35], we adopt Mean Average Precision (mAP) as the core performance indicator, including AP (at IoU thresholds from 0.5 to 0.95),
3) Implementation Details: All experiments are conducted on two NVIDIA GeForce RTX 4090 GPUs using the RT-DETR framework as the baseline. The efficient ResNeSt14d backbone is initialized with ImageNet-1k pretrained weights via the timm library, while other components are trained from random initialization using a standard end-to-end fine-tuning protocol. We train all models for 300 epochs with a global batch size of 8, employing the AdamW optimizer with a learning rate of
4.2 Comparison With the State-of-the-Arts
To verify the effectiveness and superiority of the proposed HiFreq-DETR, we conduct a comprehensive comparative analysis against 13 state-of-the-art (SOTA) methods on the VisDrone-DET2019 validation set. These methods span three major categories: two-stage, one-stage, and end-to-end detectors. The quantitative results are summarized in Table 1. Furthermore, we evaluate the performance of HiFreq-DETR across multiple benchmarks, including the SIMD and the large-scale HazyDet datasets, with the comparative results detailed in Tables 2 and 3, respectively.


1) Results on VisDrone-DET2019: As summarized in Table 1, the proposed HiFreq-DETR establishes a new state-of-the-art benchmark on the VisDrone-DET2019 validation set. The HiFreq-DETR-base configuration achieves a peak performance of 32.8% AP and 54.1%

Figure 3: Visualization of detection results on VisDrone-DET2019. We compare the predictions of RT-DETR and HiFreq-DETR against the Ground Truth (GT) to highlight localization accuracy and robustness in high-density scenarios.
2) Results on SIMD: To further verify the generalization and robustness of the proposed architecture, we evaluate HiFreq-DETR on the SIMD dataset. As detailed in Table 2, HiFreq-DETR maintains a consistent performance advantage over the baseline RT-DETR-R18 across all evaluation metrics. Notably, our model achieves a substantial improvement in the detection of small-scale objects, where the
3) Results on HazyDet: To further evaluate the model’s robustness under adverse weather conditions, we conduct experiments on the HazyDet dataset for hazy aerial scenarios. As demonstrated in Table 3, the proposed HiFreq-DETR achieves significant performance gains over the baseline RT-DETR-R18, with the AP improving from 54.9% to 58.8% and the
4.3.1 Effectiveness of Core Components
To systematically evaluate the contribution of each core component in HiFreq-DETR, we conducted ablation experiments on the VisDrone-DET2019 dataset, as summarized in Table 4. We employed a progressive evaluation strategy to analyze the impact of each module on both performance metrics and computational efficiency.

1) Backbone Optimization (Exps 1 & 2): Replacing the standard ResNet18 backbone with ResNeSt14d resulted in an AP increase from 28.9% to 29.1%. The Split-Attention mechanism and refined downsampling strategies within ResNeSt14d significantly enhance the backbone’s ability to discriminate fine-grained features while maintaining a highly efficient architectural footprint. These results demonstrate that leveraging attention-based channel splitting provides higher-quality feature representations with superior parameter efficiency compared to standard deep convolutions. By preserving critical spatial details in the early stages, this optimized backbone establishes a more robust foundation for the subsequent high-resolution injection and multi-scale interaction modules.
2) Encoder Innovation (Exps 2 & 3): Replacing the baseline AIFI encoder with the proposed FS-AMFI module resulted in an AP improvement from 29.1% to 29.9%. This gain validates the superiority of FS-AMFI in feature modeling, which is primarily attributed to its dual-path enhancement: the DMFE component adaptively adjusts receptive fields to capture targets across varying scales, while the Frequency-selective Interaction (FS) explicitly preserves high-frequency structural signals that are typically smoothed in standard transformations.
3) High-Resolution Spatial Anchor Injection (Exps 3 & 4): The integration of the
4) Comprehensive Performance and Efficiency Analysis (Exps 4 & 5): The integration of all modules enables HiFreq-DETR to achieve optimal performance, reaching an AP of 32.8% and a significant
5) Real-Time Optimization with Lite Configuration (Exps 5 & 6): To further optimize the computational efficiency, we evaluate the HiFreq-DETR-lite variant. By substituting dense convolutions in the
4.3.2 Analysis of Downsampling Strategies
To rigorously justify the micro-architectural configurations within the FS-AMFI module, we investigate the influence of various spatial downsampling operators employed for the construction of Key (K) and Value (V) sequences. A comparative analysis was conducted by replacing the default maximum pooling (MaxPool) with average pooling (AvgPool) and a learnable strided convolution (StridedConv).
As summarized in Table 5, the MaxPool-based strategy achieves the optimal detection precision across all metrics, yielding a superior mAP of 32.8% and a small-object accuracy of 24.3%. This advantage stems from the intrinsic sparsity of tiny-object features in UAV-perspective imagery. Since minuscule targets typically occupy minimal spatial extent, MaxPool functions as a saliency-preserving mechanism that effectively captures peak activations within the pooling kernel. In contrast, the AvgPool operator acts as a spatial smoother that dilutes sparse signals by averaging them with surrounding background noise, leading to a degradation in sensitivity for small instances. Notably, while the StridedConv variant introduces additional learnable parameters and computational overhead, it fails to surpass the non-parametric MaxPool in overall precision. This empirical evidence suggests that for extremely small-scale targets, a fixed saliency-based prior is more robust than a learnable sampling paradigm, which may encounter convergence difficulties when modeling highly sparse structural cues. Furthermore, the use of MaxPool ensures maximum computational efficiency for the cross-attention mechanism, as it avoids the weight-update requirements of convolutional layers. Given that our asymmetric design maintains the high-resolution Query (Q) path for precise localization, the results confirm that MaxPool is the most effective operator for providing condensed contextual anchors without compromising the structural integrity of the high-resolution queries.

4.3.3 Analysis of Boundary Localization Precision
To evaluate localization quality, we analyze model performance across two scale subsets: Small (area
As summarized in Table 6, HiFreq-DETR exhibits superior localization robustness. Specifically, for the Small category, the Mean CPE is reduced from 1.88 to 1.69 px, representing a 10.1% improvement in spatial alignment. This reduction confirms that the high-resolution spatial anchors from the

This study introduces HiFreq-DETR, a specialized architecture designed to address the critical bottleneck of tiny object detection in UAV-perspective imagery. By synergizing ResNeSt14d with a high-resolution
Acknowledgement: Not applicable.
Funding Statement: This work was supported in part by the Funds for Central-Guided Local Science & Technology Development (Grant No. 202407AC110005) Key Technologies for the Construction of a Whole-Process Intelligent Service System for Neuroendocrine Neoplasm; in part by the Key Technology Research and Application of Cross-domain Automatic Business Collaboration in Smart Tourism (No. XYYC-CYCX-2022-0005); and in part by the Yunnan Provincial Department of Education’s Enterprise-Proposed Problem-Solving Project, “Research and Application Demonstration of Urban Low-Altitude IoT Intelligent Service System” (Project No. FWCY-QYCT2025001).
Author Contributions: Linyu Dong and Hao Li are responsible for the thesis manuscript and experiments, while Tao Li is mainly in charge of the data. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The datasets utilized in this study are publicly available benchmarks for object detection, and their official access links are provided below:
• VisDrone-DET2019: https://github.com/VisDrone/VisDrone-Dataset
• SIMD: https://github.com/ihians/simd
• HazyDet: https://github.com/GrokCV/HazyDet.
Interested researchers can access the raw images and official annotations from the above official repositories in accordance with the terms and conditions specified by the dataset providers.
Ethics Approval: Not applicable.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Cheng G, Xie X, Han J, Guo L, Xia GS. Remote sensing image scene classification meets deep learning: challenges, methods, benchmarks, and opportunities. IEEE J Selec Top Appl Earth Observat Remote Sens. 2020;13:3735–56. doi:10.1109/jstars.2020.3005403. [Google Scholar] [CrossRef]
2. Li K, Wan G, Cheng G, Meng L, Han J. Object detection in optical remote sensing images: a survey and a new benchmark. ISPRS J Photogramm Remote Sens. 2020;159:296–307. [Google Scholar]
3. Carion N, Massa F, Synnaeve G, Usunier N, Kirillov A, Zagoruyko S. End-to-end object detection with transformers. In: Computer vision—ECCV 2020. Cham, Switzerland: Springer; 2020. p. 213–29. [Google Scholar]
4. Zhao Y, Lv W, Xu S, Wei J, Wang G, Dang Q, et al. DETRs beat YOLOs on real-time object detection. arXiv:2304.08069. 2024. [Google Scholar]
5. Du D, Zhu P, Wen L, Bian X, Lin H, Hu Q, et al. VisDrone-DET2019: the vision meets drone object detection in image challenge results. In: 2019 IEEE/CVF International Conference on Computer Vision Workshop (ICCVW). Piscataway, NJ, USA: IEEE; 2019. p. 213–26. [Google Scholar]
6. Wang J, Yang W, Guo H, Zhang R, Xia G. Tiny object detection in aerial images. In: 2020 25th International Conference on Pattern Recognition. Piscataway, NJ, USA: IEEE; 2021. p. 3791–8. [Google Scholar]
7. Sun Z, Zhang G, Xing Y, Liu Y. A scale-adaptive aggregation and multi-domain feature fusion architecture for small-target detection in UAV aerial imagery. Sensors. 2026;26(5):1610. doi:10.3390/s26051610. [Google Scholar] [PubMed] [CrossRef]
8. Sunkara R, Luo T. No more strided convolutions or pooling: a New CNN building block for low-resolution images and small objects. arXiv:2208.03641. 2022. [Google Scholar]
9. Wang A, Xu Y, Wang H, Wu Z, Wei Z. CDE-DETR: a real-time end-to-end high-resolution remote sensing object detection method based on RT-DETR. In: 2024 IEEE International Geoscience and Remote Sensing Symposium. Piscataway, NJ, USA: IEEE; 2024. p. 8090–4. [Google Scholar]
10. Zhang H, Wu C, Zhang Z, Zhu Y, Lin H, Zhang Z, et al. ResNeSt: split-attention networks. In: 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW). Piscataway, NJ, USA: IEEE; 2022. p. 2735–45. [Google Scholar]
11. Wang J, Sun K, Cheng T, Jiang B, Deng C, Zhao Y, et al. Deep high-resolution representation learning for visual recognition. IEEE Trans Pattern Analy Mach Intell. 2021;43(10):3349–64. doi:10.1109/tpami.2020.2983686. [Google Scholar] [PubMed] [CrossRef]
12. Alazeb A, Chughtai BR, Al Mudawi N, AlQahtani Y, Alonazi M, Aljuaid H, et al. Remote intelligent perception system for multi-object detection. Front Neurorobot. 2024;18:1398703. doi:10.3389/fnbot.2024.1398703. [Google Scholar] [PubMed] [CrossRef]
13. Alshehri M, Xue T, Mujtaba G, AlQahtani Y, Almujally NA, Jalal A, et al. Integrated neural network framework for multi-object detection and recognition using UAV imagery. Front Neurorobot. 2025;19:1643011. doi:10.3389/fnbot.2025.1643011. [Google Scholar] [PubMed] [CrossRef]
14. Ren S, He K, Girshick R, Sun J. Faster R-CNN: towards real-time object detection with region proposal networks. IEEE Trans Pattern Analy Mach Intell. 2017;39(6):1137–49. doi:10.1109/TPAMI.2016.2577031. [Google Scholar] [PubMed] [CrossRef]
15. Wang J, Yu J, He Z. ARFP: a novel adaptive recursive feature pyramid for object detection in aerial images. Appl Intell. 2022;52(11):12844–59. doi:10.1007/s10489-021-03147-. [Google Scholar] [CrossRef]
16. Liu J, Wu Z, Xiao L. A spectral diffusion prior for unsupervised hyperspectral image super-resolution. IEEE Trans Geosci Remote Sens. 2024;62(1):5528613. doi:10.1109/tgrs.2024.3449073. [Google Scholar] [CrossRef]
17. Tang S, Zhang S, Fang Y. HIC-YOLOv5: improved YOLOv5 for small object detection. In: 2024 IEEE International Conference on Robotics and Automation. Piscataway, NJ, USA: IEEE; 2024. p. 6614–9. [Google Scholar]
18. Qi S, Song X, Shang T, Hu X, Han K. MSFE-YOLO: an improved YOLOv8 network for object detection on drone view. IEEE Geosci Remote Sens Lett. 2024;21:6013605. doi:10.1109/LGRS.2024.3432536. [Google Scholar] [CrossRef]
19. Zhang Z. Drone-YOLO: an efficient neural network method for target detection in drone images. Drones. 2023;7(8):526. [Google Scholar]
20. Tian Y, Ye Q, Doermann D. YOLOv12: attention-centric real-time object detectors. arXiv:2502.12524. 2025. [Google Scholar]
21. Zhu X, Su W, Lu L, Li B, Wang X, Dai J, et al. Deformable DETR: deformable transformers for end-to-end object detection. arXiv:2010.04159. 2021. [Google Scholar]
22. Peng Y, Li H, Wu P, Zhang Y, Sun X, Wu F. D-FINE: redefine regression task in DETRs as fine-grained distribution refinement. arXiv:2410.13842. 2024. [Google Scholar]
23. Wang Z, Li C, Xu H, Zhu X, Li H. Mamba YOLO: a simple baseline for object detection with state space model. arXiv:2406.05835. 2024. [Google Scholar]
24. Sun F, Cheng D, Zheng P, Song T, Chen L, Kou Q. TGCADNet: text-guided context-aware detection via CLIP for small objects in UAV scenes. IEEE Trans Circuits Syst Video Technol. 2026:1. doi:10.1109/TCSVT.2026.3662475. [Google Scholar] [CrossRef]
25. Deng S, Li S, Xie K, Song W, Liao X, Hao A, et al. A global-local self-adaptive network for drone-view object detection. IEEE Trans Image Process. 2021;30:1556–69. doi:10.1109/tip.2020.3045636. [Google Scholar] [PubMed] [CrossRef]
26. Wang J, Xu C, Yang W, Yu L. A normalized gaussian wasserstein distance for tiny object detection. arXiv:2110.13389. 2022. [Google Scholar]
27. Zhou W, Zhu Y, Lei J, Wan J, Yu L. CCAFNet: crossflow and cross-scale adaptive fusion network for detecting salient objects in RGB-D images. IEEE Trans Multim. 2022;24:2192–204. [Google Scholar]
28. Min L, Fan Z, Lv Q, Reda M, Shen L, Wang B. YOLO-DCTI: small object detection in remote sensing base on contextual transformer enhancement. Remote Sens. 2023;15(16):3970. doi:10.3390/rs15163970. [Google Scholar] [CrossRef]
29. Zhou W, Sun F, Jiang Q, Cong R, Hwang JN. WaveNet: wavelet network with knowledge distillation for RGB-T salient object detection. IEEE Trans Image Process. 2023;32:3027–39. doi:10.1109/TIP.2023.3275538. [Google Scholar] [PubMed] [CrossRef]
30. He K, Zhang X, Ren S, Sun J. Deep residual learning for image recognition. In: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). Piscataway, NJ, USA: IEEE; 2016. p. 770–8. [Google Scholar]
31. Wightman R. PyTorch image models. GitHub. 2019[cited 2026 May 10]. Available from: https://github.com/rwightman/pytorch-image-models. [Google Scholar]
32. He T, Zhang Z, Zhang H, Zhang Z, Xie J, Li M. Bag of tricks for image classification with convolutional neural networks. arXiv:1812.01187. 2018. [Google Scholar]
33. Haroon M, Shahzad M, Fraz MM. Multisized object detection using spaceborne optical imagery. IEEE J Selec Top Appl Earth Observat Remote Sens. 2020;13:3032–46. doi:10.1109/jstars.2020.3000317. [Google Scholar] [CrossRef]
34. Feng C, Chen Z, Li X, Wang C, Yang J, Cheng MM, et al. HazyDet: open-source benchmark for drone-view object detection with depth-cues in hazy scenes. arXiv:2409.19833. 2025. [Google Scholar]
35. Lin TY, Maire M, Belongie S, Bourdev LD, Girshick R, Hays J, et al. Microsoft COCO: common objects in context. arXiv:1405.0312. 2015. [Google Scholar]
36. Ouyang D, He S, Zhang G, Luo M, Guo H, Zhan J, et al. Efficient multi-scale attention module with cross-spatial learning. In: 2023 IEEE International Conference on Acoustics, Speech and Signal Processing. Piscataway, NJ, USA: IEEE; 2023. p. 1–5. [Google Scholar]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools