Search papers, labs, and topics across Lattice.
This paper presents a shape-aware method for converting Oriented Bounding Boxes (OBB) to Horizontal Bounding Boxes (HBB) specifically for ship detection in aerial and satellite imagery. By incorporating hull shape, hull fullness, and bounding box orientation, the approach minimizes excess background space and preserves critical detection data, outperforming three baseline methods in accuracy. The results demonstrate a significant improvement in the quality of HBB representations, which is crucial for effective object detection in remote sensing applications.
Shape-aware conversion of OBB to HBB reduces background noise while preserving essential detection data, enhancing ship detection accuracy in aerial imagery.
Accurate object detection in aerial and satellite imagery is dependent upon the bounding box representation. This is especially true for spatially oriented objects such as ships or aircrafts. Oriented Bounding Boxes (OBB) have a tighter fit and more robust non-max suppression compared to Horizontal Bounding Boxes (HBB), any current post-processing conversion from OBB to HBB either introduces excess empty and background space or removes data from the detection. This paper introduces a novel approach for a shape-aware OBB-to-HBB conversion for ship detection in remote sensing imagery. It leverages hull shape, hull fullness, and the bounding box orientation to produce a tighter axis-aligned HBB representation. The proposed method is benchmarked against three baselines methods for OBBto-HBB conversion, Outer HBB which uses minimum and maximum, Area Equivalent HBB and GBB Marginalized HBB.