CVAILGJun 30, 2021

Multi-Source Domain Adaptation for Object Detection

arXiv:2106.15793v156 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing annotation labor for object detection in multi-source domain adaptation, which is an incremental improvement over single-source methods.

The paper tackles the problem of object detection with multiple labeled source domains and an unlabeled target domain, proposing a unified Faster R-CNN framework called DMSN that enhances domain invariance and preserves discriminative power, achieving effectiveness in various adaptation scenarios.

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 R-CNN 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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes