CVDec 26, 2022

Fewer is More: Efficient Object Detection in Large Aerial Images

arXiv:2212.13136v2101 citationsh-index: 38Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of slow inference speeds in object detection for large-scale aerial and other imagery, offering a simple and effective solution that is incremental but impactful.

The paper tackles the inefficiency of object detection in large aerial images by introducing an Objectness Activation Network (OAN) that focuses on fewer patches, achieving over 30% speed-up on three datasets with consistent accuracy improvements, and up to 70.5% speed-up on extremely large images.

Current mainstream object detection methods for large aerial images usually divide large images into patches and then exhaustively detect the objects of interest on all patches, no matter whether there exist objects or not. This paradigm, although effective, is inefficient because the detectors have to go through all patches, severely hindering the inference speed. This paper presents an Objectness Activation Network (OAN) to help detectors focus on fewer patches but achieve more efficient inference and more accurate results, enabling a simple and effective solution to object detection in large images. In brief, OAN is a light fully-convolutional network for judging whether each patch contains objects or not, which can be easily integrated into many object detectors and jointly trained with them end-to-end. We extensively evaluate our OAN with five advanced detectors. Using OAN, all five detectors acquire more than 30.0% speed-up on three large-scale aerial image datasets, meanwhile with consistent accuracy improvements. On extremely large Gaofen-2 images (29200$\times$27620 pixels), our OAN improves the detection speed by 70.5%. Moreover, we extend our OAN to driving-scene object detection and 4K video object detection, boosting the detection speed by 112.1% and 75.0%, respectively, without sacrificing the accuracy. Code is available at https://github.com/Ranchosky/OAN.

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