MILA: Memory-Based Instance-Level Adaptation for Cross-Domain Object Detection
Onkar Krishna, Hiroki Ohashi, Saptarshi Sinha

TL;DR
This paper introduces a memory-based framework for cross-domain object detection that improves instance-level feature alignment by retrieving the most similar source instances from a dynamic memory, addressing mini-batch diversity issues.
Contribution
The proposed method uses a memory module to store source features and a retrieval mechanism to enhance instance alignment across domains, outperforming existing methods.
Findings
Outperforms existing non-memory-based methods in various domain shift scenarios.
Addresses mini-batch diversity limitations in instance-level alignment.
Enhances cross-domain object detection accuracy.
Abstract
Cross-domain object detection is challenging, and it involves aligning labeled source and unlabeled target domains. Previous approaches have used adversarial training to align features at both image-level and instance-level. At the instance level, finding a suitable source sample that aligns with a target sample is crucial. A source sample is considered suitable if it differs from the target sample only in domain, without differences in unimportant characteristics such as orientation and color, which can hinder the model's focus on aligning the domain difference. However, existing instance-level feature alignment methods struggle to find suitable source instances because their search scope is limited to mini-batches. Mini-batches are often so small in size that they do not always contain suitable source instances. The insufficient diversity of mini-batches becomes problematic…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Neural Network Applications
MethodsFocus · ALIGN
