Collaborative Training between Region Proposal Localization and Classification for Domain Adaptive Object Detection

September 17, 2020 ยท Entered Twilight ยท ๐Ÿ› European Conference on Computer Vision

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 5.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: .gitignore, LICENSE, README.md, _init_paths.py, boxes_for_cityscapes.py, cfgs, cityscapes_pretrain.py, cityscapes_pretrain_test_on_foggy.py, cityscapes_to_foggycityscapes_da.py, cityscapes_to_foggycityscapes_da_test.py, demo.py, global_discriminator.py, global_variable.py, images, lib, pseudo_label.py, requirements.txt, test_net.py, trainval_net.py

Authors Ganlong Zhao, Guanbin Li, Ruijia Xu, Liang Lin arXiv ID 2009.08119 Category cs.CV: Computer Vision Citations 122 Venue European Conference on Computer Vision Repository https://github.com/GanlongZhao/CST_DA_detection โญ 24 Last Checked 1 month ago
Abstract
Object detectors are usually trained with large amount of labeled data, which is expensive and labor-intensive. Pre-trained detectors applied to unlabeled dataset always suffer from the difference of dataset distribution, also called domain shift. Domain adaptation for object detection tries to adapt the detector from labeled datasets to unlabeled ones for better performance. In this paper, we are the first to reveal that the region proposal network (RPN) and region proposal classifier~(RPC) in the endemic two-stage detectors (e.g., Faster RCNN) demonstrate significantly different transferability when facing large domain gap. The region classifier shows preferable performance but is limited without RPN's high-quality proposals while simple alignment in the backbone network is not effective enough for RPN adaptation. We delve into the consistency and the difference of RPN and RPC, treat them individually and leverage high-confidence output of one as mutual guidance to train the other. Moreover, the samples with low-confidence are used for discrepancy calculation between RPN and RPC and minimax optimization. Extensive experimental results on various scenarios have demonstrated the effectiveness of our proposed method in both domain-adaptive region proposal generation and object detection. Code is available at https://github.com/GanlongZhao/CST_DA_detection.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computer Vision