Learning a Rotation Invariant Detector with Rotatable Bounding Box
Lei Liu, Zongxu Pan, Bin Lei

TL;DR
This paper introduces DRBox, a rotation-invariant object detector using rotatable bounding boxes, which improves detection accuracy and orientation estimation for arbitrarily rotated objects in satellite images.
Contribution
The paper proposes a novel detection method with rotatable bounding boxes that effectively handles arbitrary object orientations, outperforming traditional methods.
Findings
DRBox outperforms Faster R-CNN and SSD on satellite images.
It is more robust to object and image rotation.
DRBox accurately outputs object orientation angles.
Abstract
Detection of arbitrarily rotated objects is a challenging task due to the difficulties of locating the multi-angle objects and separating them effectively from the background. The existing methods are not robust to angle varies of the objects because of the use of traditional bounding box, which is a rotation variant structure for locating rotated objects. In this article, a new detection method is proposed which applies the newly defined rotatable bounding box (RBox). The proposed detector (DRBox) can effectively handle the situation where the orientation angles of the objects are arbitrary. The training of DRBox forces the detection networks to learn the correct orientation angle of the objects, so that the rotation invariant property can be achieved. DRBox is tested to detect vehicles, ships and airplanes on satellite images, compared with Faster R-CNN and SSD, which are chosen as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Robotics and Sensor-Based Localization
MethodsNon Maximum Suppression · 1x1 Convolution · SSD · Region Proposal Network · Softmax · Convolution · RoIPool · Faster R-CNN
