paper-with-me

홈 › Papers

SCL: Towards Accurate Domain Adaptive Object Detection via Gradient Detach Based Stacked Complementary Losses

2019-11-06 · Zhiqiang Shen, Harsh Maheshwari, Weichen Yao, Marios Savvides

Unsupervised domain adaptive object detection aims to learn a robust detector in the domain shift circumstance, where the training (source) domain is label-rich with bounding box annotations, while the testing (target) domain is label-agnostic and the feature distributions between training and testing domains are dissimilar or even totally different. In this paper, we propose a gradient detach based stacked complementary losses (SCL) method that uses detection losses as the primary objective, and cuts in several auxiliary losses in different network stages accompanying with gradient detach training to learn more discriminative representations. We argue that the prior methods mainly leverage more loss functions for training but ignore the interaction of different losses and also the compatible training strategy (gradient detach updating in our work). Thus, our proposed method is a more syncretic adaptation learning process. We conduct comprehensive experiments on seven datasets, the results demonstrate that our method performs favorably better than the state-of-the-art methods by a significant margin. For instance, from Cityscapes to FoggyCityscapes, we achieve 37.9% mAP, outperforming the previous art Strong-Weak by 3.6%.

📄 PDF Abstract BibTeX arXiv:1911.02559

Code (1)

harsh-99/SCL 공식 구현 pytorch

Tasks

object-detectionObject Detection

Similar Papers 제목 키워드 기반

Domain-Specific Suppression for Adaptive Object Detection

2021-05-08 · CVPR 2021 1 · Yu Wang, Rui Zhang, Shuo Zhang, Miao Li 외

Domain adaptation methods face performance degradation in object detection, as the complexity of tasks require more about the transferability of the model. We propose a new perspective on how CNN models gain the transfer…

Domain AdaptationObjectobject-detectionObject Detection

Domain Adaptive Object Detection for Autonomous Driving under Foggy Weather

2022-10-27 · Jinlong Li, Runsheng Xu, Jin Ma, Qin Zou 외

Most object detection methods for autonomous driving usually assume a consistent feature distribution between training and testing data, which is not always the case when weathers differ significantly. The object detecti…

Autonomous DrivingData AugmentationDomain AdaptationObject+2

DA-DETR: Domain Adaptive Detection Transformer with Information Fusion

2021-03-31 · CVPR 2023 1 · Jingyi Zhang, Jiaxing Huang, Zhipeng Luo, Gongjie Zhang 외

The recent detection transformer (DETR) simplifies the object detection pipeline by removing hand-crafted designs and hyperparameters as employed in conventional two-stage object detectors. However, how to leverage the s…

Domain AdaptationObjectobject-detectionObject Detection+1

Bidirectional Alignment for Domain Adaptive Detection with Transformers

2023-01-01 · ICCV 2023 1 · Liqiang He, Wei Wang, Albert Chen, Min Sun 외

We propose a Bidirectional Alignment for domain adaptive Detection with Transformers (BiADT) to improve cross domain object detection performance. Existing adversarial learning based methods use gradient reverse laye…

Objectobject-detectionObject Detection

Towards Robust Adaptive Object Detection under Noisy Annotations

2022-04-06 · CVPR 2022 1 · Xinyu Liu, Wuyang Li, Qiushi Yang, Baopu Li 외

Domain Adaptive Object Detection (DAOD) models a joint distribution of images and labels from an annotated source domain and learns a domain-invariant transformation to estimate the target labels with the given target do…

Objectobject-detectionObject Detection