CVSep 27, 2022

OBBStacking: An Ensemble Method for Remote Sensing Object Detection

arXiv:2209.13369v17 citationsh-index: 10
Originality Synthesis-oriented
AI Analysis

This addresses a domain-specific problem for remote sensing researchers by providing an incremental ensemble method tailored to OBBs.

The paper tackled the lack of ensemble methods for remote sensing object detection with Oriented Bounding Boxes (OBBs) and ineffective use of confidence scores, proposing OBBStacking, which achieved first place in a 2021 challenge and demonstrated improved performance on DOTA and FAIR1M datasets.

Ensemble methods are a reliable way to combine several models to achieve superior performance. However, research on the application of ensemble methods in the remote sensing object detection scenario is mostly overlooked. Two problems arise. First, one unique characteristic of remote sensing object detection is the Oriented Bounding Boxes (OBB) of the objects and the fusion of multiple OBBs requires further research attention. Second, the widely used deep learning object detectors provide a score for each detected object as an indicator of confidence, but how to use these indicators effectively in an ensemble method remains a problem. Trying to address these problems, this paper proposes OBBStacking, an ensemble method that is compatible with OBBs and combines the detection results in a learned fashion. This ensemble method helps take 1st place in the Challenge Track \textit{Fine-grained Object Recognition in High-Resolution Optical Images}, which was featured in \textit{2021 Gaofen Challenge on Automated High-Resolution Earth Observation Image Interpretation}. The experiments on DOTA dataset and FAIR1M dataset demonstrate the improved performance of OBBStacking and the features of OBBStacking are analyzed.

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