CVAINov 21, 2025

A lightweight detector for real-time detection of remote sensing images

arXiv:2511.17147v21 citations
Originality Incremental advance
AI Analysis

This addresses the problem of balancing accuracy and efficiency for real-time remote sensing detection, though it appears incremental with tailored modules.

The paper tackled real-time detection of small objects in remote sensing images by proposing DMG-YOLO, achieving competitive performance in mAP and model size on datasets like VisDrone2019 and NWPU VHR-10.

Remote sensing imagery is widely used across various fields, yet real-time detection remains challenging due to the prevalence of small objects and the need to balance accuracy with efficiency. To address this, we propose DMG-YOLO, a lightweight real-time detector tailored for small object detection in remote sensing images. Specifically, we design a Dual-branch Feature Extraction (DFE) module in the backbone, which partitions feature maps into two parallel branches: one extracts local features via depthwise separable convolutions, and the other captures global context using a vision transformer with a gating mechanism. Additionally, a Multi-scale Feature Fusion (MFF) module with dilated convolutions enhances multi-scale integration while preserving fine details. In the neck, we introduce the Global and Local Aggregate Feature Pyramid Network (GLAFPN) to further boost small object detection through global-local feature fusion. Extensive experiments on the VisDrone2019 and NWPU VHR-10 datasets show that DMG-YOLO achieves competitive performance in terms of mAP, model size, and other key metrics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes