English

Seeking Similarities over Differences: Similarity-based Domain Alignment for Adaptive Object Detection

Computer Vision and Pattern Recognition 2021-10-05 v1

Abstract

In order to robustly deploy object detectors across a wide range of scenarios, they should be adaptable to shifts in the input distribution without the need to constantly annotate new data. This has motivated research in Unsupervised Domain Adaptation (UDA) algorithms for detection. UDA methods learn to adapt from labeled source domains to unlabeled target domains, by inducing alignment between detector features from source and target domains. Yet, there is no consensus on what features to align and how to do the alignment. In our work, we propose a framework that generalizes the different components commonly used by UDA methods laying the ground for an in-depth analysis of the UDA design space. Specifically, we propose a novel UDA algorithm, ViSGA, a direct implementation of our framework, that leverages the best design choices and introduces a simple but effective method to aggregate features at instance-level based on visual similarity before inducing group alignment via adversarial training. We show that both similarity-based grouping and adversarial training allows our model to focus on coarsely aligning feature groups, without being forced to match all instances across loosely aligned domains. Finally, we examine the applicability of ViSGA to the setting where labeled data are gathered from different sources. Experiments show that not only our method outperforms previous single-source approaches on Sim2Real and Adverse Weather, but also generalizes well to the multi-source setting.

Keywords

Cite

@article{arxiv.2110.01428,
  title  = {Seeking Similarities over Differences: Similarity-based Domain Alignment for Adaptive Object Detection},
  author = {Farzaneh Rezaeianaran and Rakshith Shetty and Rahaf Aljundi and Daniel Olmeda Reino and Shanshan Zhang and Bernt Schiele},
  journal= {arXiv preprint arXiv:2110.01428},
  year   = {2021}
}

Comments

Accepted in ICCV 2021

R2 v1 2026-06-24T06:36:22.946Z