English

FSDETR: Frequency-Spatial Feature Enhancement for Small Object Detection

Computer Vision and Pattern Recognition 2026-04-17 v1

Abstract

Small object detection remains a significant challenge due to feature degradation from downsampling, mutual occlusion in dense clusters, and complex background interference. To address these issues, this paper proposes FSDETR, a frequency-spatial feature enhancement framework built upon the RT-DETR baseline. By establishing a collaborative modeling mechanism, the method effectively leverages complementary structural information. Specifically, a Spatial Hierarchical Attention Block (SHAB) captures both local details and global dependencies to strengthen semantic representation. Furthermore, to mitigate occlusion in dense scenes, the Deformable Attention-based Intra-scale Feature Interaction (DA-AIFI) focuses on informative regions via dynamic sampling. Finally, the Frequency-Spatial Feature Pyramid Network (FSFPN) integrates frequency filtering with spatial edge extraction via the Cross-domain Frequency-Spatial Block (CFSB) to preserve fine-grained details. Experimental results show that with only 14.7M parameters, FSDETR achieves 13.9% APS on VisDrone 2019 and 48.95% AP50 tiny on TinyPerson, showing strong performance on small-object benchmarks. The code and models are available at https://github.com/YT3DVision/FSDETR.

Keywords

Cite

@article{arxiv.2604.14884,
  title  = {FSDETR: Frequency-Spatial Feature Enhancement for Small Object Detection},
  author = {Jianchao Huang and Fengming Zhang and Haibo Zhu and Tao Yan},
  journal= {arXiv preprint arXiv:2604.14884},
  year   = {2026}
}

Comments

6 pages, 6 figures,accepted to IJCNN 2026

R2 v1 2026-07-01T12:12:27.133Z