Papers › OVA-DETR: Open Vocabulary Aerial Object Detection Using Image-Text Alignment and Fusion

OVA-DETR: Open Vocabulary Aerial Object Detection Using Image-Text Alignment and Fusion

22 Aug 2024arXiv:2408.12246archive 2025-07-28

Guoting Wei, Xia Yuan, Yu Liu, Zhenhao Shang, Kelu Yao, Chao Li, Qingsen Yan, Chunxia Zhao, Haokui Zhang, Rong Xiao

Aerial object detection has been a hot topic for many years due to its wide application requirements. However, most existing approaches can only handle predefined categories, which limits their applicability for the open scenarios in real-world. In this paper, we extend aerial object detection to open scenarios by exploiting the relationship between image and text, and propose OVA-DETR, a high-efficiency open-vocabulary detector for aerial images. Specifically, based on the idea of image-text alignment, we propose region-text contrastive loss to replace the category regression loss in the traditional detection framework, which breaks the category limitation. Then, we propose Bidirectional Vision-Language Fusion (Bi-VLF), which includes a dual-attention fusion encoder and a multi-level text-guided Fusion Decoder. The dual-attention fusion encoder enhances the feature extraction process in the encoder part. The multi-level text-guided Fusion Decoder is designed to improve the detection ability for small objects, which frequently appear in aerial object detection scenarios. Experimental results on three widely used benchmark datasets show that our proposed method significantly improves the mAP and recall, while enjoying faster inference speed. For instance, in zero shot detection experiments on DIOR, the proposed OVA-DETR outperforms DescReg and YOLO-World by 37.4% and 33.1%, respectively, while achieving 87 FPS inference speed, which is 7.9x faster than DescReg and 3x faster than YOLO-world. The code is available at https://github.com/GT-Wei/OVA-DETR.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2408.12246")

Code

Syntology Ran 8 of 13 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · honoured contract; 5 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

GT-Wei/RT-OVAD officialmentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 8 ran; 3 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
5ran
5unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from GT-Wei/RT-OVAD. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

box_cxcywh_to_xyxy GT-Wei/RT-OVAD/src/zoo/itc_ovad/box_ops.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · e0a06ded5d4f6c3c · report
box_iou GT-Wei/RT-OVAD/src/zoo/itc_ovad/box_ops.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · ce749f837424dd8c · report
box_xyxy_to_cxcywh GT-Wei/RT-OVAD/src/zoo/itc_ovad/box_ops.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 031b02fb990284ba · report
extract_schema GT-Wei/RT-OVAD/src/core/yaml_utils.py official repository ran Apache-2.0 (permissive) · 719ffaab32332a71 · report
init_distributed GT-Wei/RT-OVAD/src/misc/dist.py official repository ran Apache-2.0 (permissive) · f4c8d56689a4f3bb · report
register GT-Wei/RT-OVAD/src/core/yaml_utils.py official repository ran Apache-2.0 (permissive) · ac0b264881e880f3 · report
warp_loader GT-Wei/RT-OVAD/src/misc/dist.py official repository ran Apache-2.0 (permissive) · 4a10ae76733a083c · report
warp_model GT-Wei/RT-OVAD/src/misc/dist.py official repository ran Apache-2.0 (permissive) · fe4645cb6c103d24 · report
bias_init_with_prob GT-Wei/RT-OVAD/src/zoo/itc_ovad/utils.py official repository unverified Apache-2.0 (permissive) · 8c4a2df028bbf447 · report
create GT-Wei/RT-OVAD/src/core/yaml_utils.py official repository unverified Apache-2.0 (permissive) · da548fcd02ec18bd · report
deformable_attention_core_func GT-Wei/RT-OVAD/src/zoo/itc_ovad/utils.py official repository unverified Apache-2.0 (permissive) · 9524bdc261cbc2dc · report
get_contrastive_denoising_training_group GT-Wei/RT-OVAD/src/zoo/itc_ovad/denoising.py official repository unverified Apache-2.0 (permissive) · 676f3037319214be · report
inverse_sigmoid GT-Wei/RT-OVAD/src/zoo/itc_ovad/utils.py official repository unverified Apache-2.0 (permissive) · 2fff86fc7c917b0c · report

Tasks

DecoderObject Detectionobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections