Multi-Source Domain Adaptation for Object Detection

Abstract

To reduce annotation labor associated with object detection, an increasing number of studies focus on transferring the learned knowledge from a labeled source domain to another unlabeled target domain. However, existing methods assume that the labeled data are sampled from a single source domain, which ignores a more generalized scenario, where labeled data are from multiple source domains. For the more challenging task, we propose a unified Faster RCNN based framework, termed Divide-and-Merge Spindle Network (DMSN), which can simultaneously enhance domain invariance and preserve discriminative power. Specifically, the framework contains multiple source subnets and a pseudo target subnet. First, we propose a hierarchical feature alignment strategy to conduct strong and weak alignments for low- and high-level features, respectively, considering their different effects for object detection. Second, we develop a novel pseudo subnet learning algorithm to approximate optimal parameters of pseudo target subset by weighted combination of parameters in different source subnets. Finally, a consistency regularization for region proposal network is proposed to facilitate each subnet to learn more abstract invariances. Extensive experiments on different adaptation scenarios demonstrate the effectiveness of the proposed model.

Cite

Text

Yao et al. "Multi-Source Domain Adaptation for Object Detection." International Conference on Computer Vision, 2021. doi:10.1109/ICCV48922.2021.00326

Markdown

[Yao et al. "Multi-Source Domain Adaptation for Object Detection." International Conference on Computer Vision, 2021.](https://mlanthology.org/iccv/2021/yao2021iccv-multisource/) doi:10.1109/ICCV48922.2021.00326

BibTeX

@inproceedings{yao2021iccv-multisource,
  title     = {{Multi-Source Domain Adaptation for Object Detection}},
  author    = {Yao, Xingxu and Zhao, Sicheng and Xu, Pengfei and Yang, Jufeng},
  booktitle = {International Conference on Computer Vision},
  year      = {2021},
  pages     = {3273-3282},
  doi       = {10.1109/ICCV48922.2021.00326},
  url       = {https://mlanthology.org/iccv/2021/yao2021iccv-multisource/}
}