You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tiny Object Detection in Remote Sensing Images Based on Object Reconstruction and Multiple Receptive Field Adaptive Feature Enhancement (IEEE TGRS 2024)
Tiny Object Detection in Remote Sensing Images Based on Object Reconstruction and Multiple Receptive Field Adaptive Feature Enhancement (IEEE TGRS 2024)
This repository contains python implementation of our paper ORFENet.
Note that our ORFENet is based on the MMDetection 2.24.1. Assume that your environment has satisfied the above requirements, please follow the following steps for installation.
Visual comparisons of the proposed method and other methods. (a) the baseline FCOS. (b) FSANet. (c) Cascade-R-CNN w/ NWD-RKA. (d) The proposed ORFENet. The green boxes denote the true positive predictions, the red boxes denote the false negative predictions, and the blue boxes denote the false positive predictions.
4. Citation
Please cite our paper if you find the work useful:
@ARTICLE{10988878,
author={Liu, Dongyang and Zhang, Junping and Qi, Yunxiao and Xi, Yunqiao and Jin, Jing},
journal={IEEE Transactions on Geoscience and Remote Sensing},
title={Exploring Lightweight Structures for Tiny Object Detection in Remote Sensing Images},
year={2025},
volume={63},
number={},
pages={1-15},
doi={10.1109/TGRS.2025.3567345}}
@ARTICLE{10462223,
author={Liu, Dongyang and Zhang, Junping and Qi, Yunxiao and Wu, Yinhu and Zhang, Ye},
journal={IEEE Transactions on Geoscience and Remote Sensing},
title={Tiny Object Detection in Remote Sensing Images Based on Object Reconstruction and Multiple Receptive Field Adaptive Feature Enhancement},
year={2024},
volume={62},
number={},
pages={1-13},
doi={10.1109/TGRS.2024.3381774}}
About
Tiny Object Detection in Remote Sensing Images Based on Object Reconstruction and Multiple Receptive Field Adaptive Feature Enhancement (IEEE TGRS 2024)