CVMar 25, 2023

Adaptive Sparse Convolutional Networks with Global Context Enhancement for Faster Object Detection on Drone Images

arXiv:2303.14488v1194 citationsh-index: 23Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of low-latency object detection for resource-constrained UAV platforms, representing an incremental improvement with specific optimizations.

The paper tackles object detection on drone images by proposing a global context-enhanced adaptive sparse convolutional network (CEASC) that reduces computational cost (GFLOPs) and accelerates inference while maintaining competitive accuracy on benchmarks like VisDrone and UAVDT.

Object detection on drone images with low-latency is an important but challenging task on the resource-constrained unmanned aerial vehicle (UAV) platform. This paper investigates optimizing the detection head based on the sparse convolution, which proves effective in balancing the accuracy and efficiency. Nevertheless, it suffers from inadequate integration of contextual information of tiny objects as well as clumsy control of the mask ratio in the presence of foreground with varying scales. To address the issues above, we propose a novel global context-enhanced adaptive sparse convolutional network (CEASC). It first develops a context-enhanced group normalization (CE-GN) layer, by replacing the statistics based on sparsely sampled features with the global contextual ones, and then designs an adaptive multi-layer masking strategy to generate optimal mask ratios at distinct scales for compact foreground coverage, promoting both the accuracy and efficiency. Extensive experimental results on two major benchmarks, i.e. VisDrone and UAVDT, demonstrate that CEASC remarkably reduces the GFLOPs and accelerates the inference procedure when plugging into the typical state-of-the-art detection frameworks (e.g. RetinaNet and GFL V1) with competitive performance. Code is available at https://github.com/Cuogeihong/CEASC.

Code Implementations1 repo
Foundations

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

Your Notes