CVLGDec 2, 2019

IENet: Interacting Embranchment One Stage Anchor Free Detector for Orientation Aerial Object Detection

arXiv:1912.00969v293 citations
Originality Incremental advance
AI Analysis

This work addresses computational inefficiencies for researchers and practitioners in aerial image analysis, though it appears incremental as it builds on existing one-stage and anchor-free methods.

The paper tackles the problem of high computational complexity in two-stage detectors for oriented object detection in aerial images by proposing IENet, a one-stage anchor-free detector that achieves state-of-the-art performance with improved efficiency.

Object detection in aerial images is a challenging task due to the lack of visible features and variant orientation of objects. Significant progress has been made recently for predicting targets from aerial images with horizontal bounding boxes (HBBs) and oriented bounding boxes (OBBs) using two-stage detectors with region based convolutional neural networks (R-CNN), involving object localization in one stage and object classification in the other. However, the computational complexity in two-stage detectors is often high, especially for orientational object detection, due to anchor matching and using regions of interest (RoI) pooling for feature extraction. In this paper, we propose a one-stage anchor free detector for orientational object detection, namely, an interactive embranchment network (IENet), which is built upon a detector with prediction in per-pixel fashion. First, a novel geometric transformation is employed to better represent the oriented object in angle prediction, then a branch interactive module with a self-attention mechanism is developed to fuse features from classification and box regression branches. Finally, we introduce an enhanced intersection over union (IoU) loss for OBB detection, which is computationally more efficient than regular polygon IoU. Experiments conducted demonstrate the effectiveness and the superiority of our proposed method, as compared with state-of-the-art detectors.

Foundations

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

Your Notes