Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Exploring Categorical Regularization for Domain Adaptive Object Detection

About

In this paper, we tackle the domain adaptive object detection problem, where the main challenge lies in significant domain gaps between source and target domains. Previous work seeks to plainly align image-level and instance-level shifts to eventually minimize the domain discrepancy. However, they still overlook to match crucial image regions and important instances across domains, which will strongly affect domain shift mitigation. In this work, we propose a simple but effective categorical regularization framework for alleviating this issue. It can be applied as a plug-and-play component on a series of Domain Adaptive Faster R-CNN methods which are prominent for dealing with domain adaptive detection. Specifically, by integrating an image-level multi-label classifier upon the detection backbone, we can obtain the sparse but crucial image regions corresponding to categorical information, thanks to the weakly localization ability of the classification manner. Meanwhile, at the instance level, we leverage the categorical consistency between image-level predictions (by the classifier) and instance-level predictions (by the detection head) as a regularization factor to automatically hunt for the hard aligned instances of target domains. Extensive experiments of various domain shift scenarios show that our method obtains a significant performance gain over original Domain Adaptive Faster R-CNN detectors. Furthermore, qualitative visualization and analyses can demonstrate the ability of our method for attending on the key regions/instances targeting on domain adaptation. Our code is open-source and available at \url{https://github.com/Megvii-Nanjing/CR-DA-DET}.

Chang-Dong Xu, Xing-Ran Zhao, Xin Jin, Xiu-Shen Wei• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionCityscapes to Foggy Cityscapes (test)
mAP37.6
196
Object DetectionFoggy Cityscapes (test)
mAP (Mean Average Precision)37.4
108
Object DetectionSim10K → Cityscapes (test)
AP (Car)46.2
104
Object DetectionCityscapes Adaptation from SIM-10k (val)
AP (Car)46.2
97
Object DetectionPascal VOC -> Clipart (test)
mAP38.3
78
Object DetectionClipart1k (test)
mAP38.3
70
Object DetectionFoggy Cityscapes (val)
mAP37.4
67
Object DetectionPASCAL VOC to Clipart target domain
mAP38.3
61
Object DetectionBDD100K (val)
mAP27.4
60
Object DetectionCityscapes to Foggy Cityscapes (val)
mAP37.4
57
Showing 10 of 28 rows

Other info

Follow for update