Multi-clue Consistency Learning to Bridge Gaps Between General and Oriented Object in Semi-supervised Detection
Chenxu Wang, Chunyan Xu, Ziqi Gu, Zhen Cui
TL;DR
This work tackles the challenges of semi-supervised oriented object detection (SOOD) in aerial imagery by identifying three key inconsistencies: sampling, assignment, and confidence. It proposes Multi-clue Consistency Learning (MCL), comprising Gaussian Center Assignment (GCA) for labeled data, Scale-aware Label Assignment (SLA) for pixel-level pseudo-labels on unlabeled data, and Consistent Confidence Soft Label (CCSL) to align classification with localization. The approach extends a Mean Teacher framework to rotated bounding boxes and demonstrates state-of-the-art performance on DOTA-v1.5 and DOTA-v1.0 benchmarks, reinforcing its effectiveness for objects with large aspect ratios and varying scales. The methods offer practical improvements for remote-sensing detection and provide a framework that could generalize to other rotated-object tasks in semi-supervised learning.
Abstract
While existing semi-supervised object detection (SSOD) methods perform well in general scenes, they encounter challenges in handling oriented objects in aerial images. We experimentally find three gaps between general and oriented object detection in semi-supervised learning: 1) Sampling inconsistency: the common center sampling is not suitable for oriented objects with larger aspect ratios when selecting positive labels from labeled data. 2) Assignment inconsistency: balancing the precision and localization quality of oriented pseudo-boxes poses greater challenges which introduces more noise when selecting positive labels from unlabeled data. 3) Confidence inconsistency: there exists more mismatch between the predicted classification and localization qualities when considering oriented objects, affecting the selection of pseudo-labels. Therefore, we propose a Multi-clue Consistency Learning (MCL) framework to bridge gaps between general and oriented objects in semi-supervised detection. Specifically, considering various shapes of rotated objects, the Gaussian Center Assignment is specially designed to select the pixel-level positive labels from labeled data. We then introduce the Scale-aware Label Assignment to select pixel-level pseudo-labels instead of unreliable pseudo-boxes, which is a divide-and-rule strategy suited for objects with various scales. The Consistent Confidence Soft Label is adopted to further boost the detector by maintaining the alignment of the predicted results. Comprehensive experiments on DOTA-v1.5 and DOTA-v1.0 benchmarks demonstrate that our proposed MCL can achieve state-of-the-art performance in the semi-supervised oriented object detection task.
