Oriented object detection emerges in many applications from aerial images to autonomous driving, while many existing detection benchmarks are annotated with horizontal bounding box only which is also less costive than fine-grained rotated box, leading to a gap between the readily available training corpus and the rising demand for oriented object detection. This paper proposes a simple yet effective oriented object detection approach called H2RBox merely using horizontal box annotation for weakly-supervised training, which closes the above gap and shows competitive performance even against those trained with rotated boxes. The cores of our method are weakly- and self-supervised learning, which predicts the angle of the object by learning the consistency of two different views. To our best knowledge, H2RBox is the first horizontal box annotation-based oriented object detector. Compared to an alternative i.e. horizontal box-supervised instance segmentation with our post adaption to oriented object detection, our approach is not susceptible to the prediction quality of mask and can perform more robustly in complex scenes containing a large number of dense objects and outliers. Experimental results show that H2RBox has significant performance and speed advantages over horizontal box-supervised instance segmentation methods, as well as lower memory requirements. While compared to rotated box-supervised oriented object detectors, our method shows very close performance and speed. The source code is available at https://github.com/yangxue0827/h2rbox-mmrotate and https://github.com/yangxue0827/h2rbox-jittor.
翻译:旋转目标检测在从航拍图像到自动驾驶的众多应用中涌现,而现有许多检测基准仅采用水平边界框进行标注,其成本也低于精细化旋转框,导致易获取的训练语料库与日益增长的旋转目标检测需求之间存在鸿沟。本文提出一种简单而有效的旋转目标检测方法H2RBox,仅利用水平框标注进行弱监督训练,填补了上述鸿沟,且其性能可与采用旋转框训练的方法相媲美。该方法的核心在于弱监督与自监督学习,通过学习两种不同视角的一致性来预测目标角度。据我们所知,H2RBox是首个基于水平框标注的旋转目标检测器。相较于另一种替代方案(即水平框监督的实例分割并结合后期自适应实现旋转目标检测),本文方法不易受掩膜预测质量的影响,在包含大量密集目标及离群点的复杂场景中鲁棒性更强。实验结果表明,H2RBox在性能、速度和内存需求上均显著优于水平框监督的实例分割方法;同时,与旋转框监督的旋转目标检测器相比,其性能与速度极为接近。源代码已发布于https://github.com/yangxue0827/h2rbox-mmrotate 及 https://github.com/yangxue0827/h2rbox-jittor。