paper-with-me

Papers

Towards Online Domain Adaptive Object Detection

2022-04-11 · Vibashan VS, Poojan Oza, Vishal M. Patel

Existing object detection models assume both the training and test data are sampled from the same source domain. This assumption does not hold true when these detectors are deployed in real-world applications, where they encounter new visual domain. Unsupervised Domain Adaptation (UDA) methods are generally employed to mitigate the adverse effects caused by domain shift. Existing UDA methods operate in an offline manner where the model is first adapted towards the target domain and then deployed in real-world applications. However, this offline adaptation strategy is not suitable for real-world applications as the model frequently encounters new domain shifts. Hence, it becomes critical to develop a feasible UDA method that generalizes to these domain shifts encountered during deployment time in a continuous online manner. To this end, we propose a novel unified adaptation framework that adapts and improves generalization on the target domain in online settings. In particular, we introduce MemXformer - a cross-attention transformer-based memory module where items in the memory take advantage of domain shifts and record prototypical patterns of the target distribution. Further, MemXformer produces strong positive and negative pairs to guide a novel contrastive loss, which enhances target specific representation learning. Experiments on diverse detection benchmarks show that the proposed strategy can produce state-of-the-art performance in both online and offline settings. To the best of our knowledge, this is the first work to address online and offline adaptation settings for object detection. Code at https://github.com/Vibashan/memXformer-online-da

📄 PDF Abstract BibTeX arXiv:2204.05289

Code (2)

vibashan/memxformer-online-da 공식 구현 pytorch
vibashan/online-od 공식 구현 pytorch

Tasks

Domain AdaptationObjectobject-detectionObject DetectionRepresentation LearningUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Improving Online Source-free Domain Adaptation for Object Detection by Unsupervised Data Acquisition

2023-10-30 · Xiangyu Shi, Yanyuan Qiao, Qi Wu, Lingqiao Liu 외

Effective object detection in autonomous vehicles is challenged by deployment in diverse and unfamiliar environments. Online Source-Free Domain Adaptation (O-SFDA) offers model adaptation using a stream of unlabeled data…

Autonomous VehiclesDomain AdaptationObjectobject-detection+2

Deep Domain Adaptive Object Detection: a Survey

2020-02-17 · Wanyi Li, Fuyu Li, Yongkang Luo, Peng Wang 외

Deep learning (DL) based object detection has achieved great progress. These methods typically assume that large amount of labeled training data is available, and training and test data are drawn from an identical distri…

Domain AdaptationObjectobject-detectionObject Detection+1

Traffic Context Aware Data Augmentation for Rare Object Detection in Autonomous Driving

2022-05-01 · Naifan Li, Fan Song, Ying Zhang, Pengpeng Liang 외

Detection of rare objects (e.g., traffic cones, traffic barrels and traffic warning triangles) is an important perception task to improve the safety of autonomous driving. Training of such models typically requires a lar…

4kAutonomous DrivingData AugmentationObject+2

Learning Domain-Aware Detection Head with Prompt Tuning

2023-09-21 · NeurIPS 2023 11

Domain adaptive object detection (DAOD) aims to generalize detectors trained on an annotated source domain to an unlabelled target domain. However, existing methods focus on reducing the domain bias of the detection ba…

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