Towards Online Domain Adaptive Object Detection
Vibashan VS, Poojan Oza, Vishal M. Patel

TL;DR
This paper introduces MemXformer, a transformer-based memory module for online unsupervised domain adaptation in object detection, enabling models to adapt continuously to new domain shifts during deployment.
Contribution
It proposes a novel online adaptation framework with MemXformer, a cross-attention transformer memory module, and a contrastive loss for improved target domain generalization.
Findings
Achieves state-of-the-art performance in online and offline settings
First to address online and offline adaptation for object detection
Demonstrates effectiveness across diverse detection benchmarks
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Towards Online Domain Adaptive Object Detection· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Advanced Neural Network Applications
