LEGNet: A Lightweight Edge-Gaussian Network for Low-Quality Remote Sensing Image Object Detection
Wei Lu, Si-Bao Chen, Hui-Dong Li, Qing-Ling Shu, Chris H. Q. Ding, Jin Tang, Bin Luo
TL;DR
LEGNet tackles RSOD under degraded imaging by introducing Edge-Gaussian Aggregation (EGA), which combines fixed edge-sensitive (Scharr) and Gaussian-prior modules with learnable LEG blocks in a four-stage lightweight backbone. A LoG-Stem layer initiates edge-aware feature extraction, while macro designs ensure edge information is utilized in shallow layers and Gaussian priors in deeper layers, maintaining efficiency. Empirical results across DOTA-v1.0/v1.5, DIOR-R, FAIR1M-v1.0, and VisDrone2019 demonstrate state-of-the-art mAP (e.g., 80.03% on DOTA-v1.0 with LEGNet-S + O-RCNN) with substantially fewer parameters than competing backbones. The approach offers practical impact for resource-constrained RS applications, enabling robust detection of low-quality, occluded, or blurred objects with a compact model.
Abstract
Remote sensing object detection (RSOD) often suffers from degradations such as low spatial resolution, sensor noise, motion blur, and adverse illumination. These factors diminish feature distinctiveness, leading to ambiguous object representations and inadequate foreground-background separation. Existing RSOD methods exhibit limitations in robust detection of low-quality objects. To address these pressing challenges, we introduce LEGNet, a lightweight backbone network featuring a novel Edge-Gaussian Aggregation (EGA) module specifically engineered to enhance feature representation derived from low-quality remote sensing images. EGA module integrates: (a) orientation-aware Scharr filters to sharpen crucial edge details often lost in low-contrast or blurred objects, and (b) Gaussian-prior-based feature refinement to suppress noise and regularize ambiguous feature responses, enhancing foreground saliency under challenging conditions. EGA module alleviates prevalent problems in reduced contrast, structural discontinuities, and ambiguous feature responses prevalent in degraded images, effectively improving model robustness while maintaining computational efficiency. Comprehensive evaluations across five benchmarks (DOTA-v1.0, v1.5, DIOR-R, FAIR1M-v1.0, and VisDrone2019) demonstrate that LEGNet achieves state-of-the-art performance, particularly in detecting low-quality objects.The code is available at https://github.com/AeroVILab-AHU/LEGNet.
