Adaptive Rotated Convolution for Rotated Object Detection
Yifan Pu, Yiru Wang, Zhuofan Xia, Yizeng Han, Yulin Wang, Weihao Gan,, Zidong Wang, Shiji Song, Gao Huang

TL;DR
This paper introduces Adaptive Rotated Convolution (ARC), a novel module that adaptively rotates convolution kernels to improve the detection of arbitrarily oriented objects in images, significantly enhancing existing methods.
Contribution
The paper proposes the ARC module that adaptively rotates kernels and uses conditional computation, serving as a plug-and-play enhancement for various backbone networks in rotated object detection.
Findings
Significant performance improvements on benchmarks (e.g., +3.03% mAP on Rotated RetinaNet)
Achieves state-of-the-art results on DOTA dataset with 81.77% mAP
Demonstrates versatility as a plug-and-play module for different detectors.
Abstract
Rotated object detection aims to identify and locate objects in images with arbitrary orientation. In this scenario, the oriented directions of objects vary considerably across different images, while multiple orientations of objects exist within an image. This intrinsic characteristic makes it challenging for standard backbone networks to extract high-quality features of these arbitrarily orientated objects. In this paper, we present Adaptive Rotated Convolution (ARC) module to handle the aforementioned challenges. In our ARC module, the convolution kernels rotate adaptively to extract object features with varying orientations in different images, and an efficient conditional computation mechanism is introduced to accommodate the large orientation variations of objects within an image. The two designs work seamlessly in rotated object detection problem. Moreover, ARC can conveniently…
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
Adaptive Rotated Convolution for Rotated Object Detection· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Robotics and Sensor-Based Localization
Methods1x1 Convolution · Feature Pyramid Network · Focal Loss · Convolution · RetinaNet
