CVMay 28, 2020

LR-CNN: Local-aware Region CNN for Vehicle Detection in Aerial Imagery

arXiv:2005.14264v14 citations
Originality Incremental advance
AI Analysis

This addresses vehicle detection in aerial imagery for applications like surveillance or traffic monitoring, but it is incremental as it builds on existing two-stage CNN frameworks.

The paper tackled the problem of detecting dense, small, and arbitrarily oriented vehicles in aerial imagery, where existing methods like Fast R-CNN struggle due to location information loss. It introduced LR-CNN, which improved detection accuracy by enhancing translation invariance and addressing boundary quantization, achieving significant improvements on datasets like VEDAI and DOTA.

State-of-the-art object detection approaches such as Fast/Faster R-CNN, SSD, or YOLO have difficulties detecting dense, small targets with arbitrary orientation in large aerial images. The main reason is that using interpolation to align RoI features can result in a lack of accuracy or even loss of location information. We present the Local-aware Region Convolutional Neural Network (LR-CNN), a novel two-stage approach for vehicle detection in aerial imagery. We enhance translation invariance to detect dense vehicles and address the boundary quantization issue amongst dense vehicles by aggregating the high-precision RoIs' features. Moreover, we resample high-level semantic pooled features, making them regain location information from the features of a shallower convolutional block. This strengthens the local feature invariance for the resampled features and enables detecting vehicles in an arbitrary orientation. The local feature invariance enhances the learning ability of the focal loss function, and the focal loss further helps to focus on the hard examples. Taken together, our method better addresses the challenges of aerial imagery. We evaluate our approach on several challenging datasets (VEDAI, DOTA), demonstrating a significant improvement over state-of-the-art methods. We demonstrate the good generalization ability of our approach on the DLR 3K dataset.

Foundations

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

Your Notes