paper-with-me

Papers

MILA: Memory-Based Instance-Level Adaptation for Cross-Domain Object Detection

2023-11-20 · Onkar Krishna; Hiroki Ohashi; Saptarshi Sinha

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 particularly when the target instances have high intra-class variance. To address this issue, we propose a memory-based instance-level domain adaptation framework. Our method aligns a target instance with the most similar source instance of the same category retrieved from a memory storage. Specifically, we introduce a memory module that dynamically stores the pooled features of all labeled source instances, categorized by their labels. Additionally, we introduce a simple yet effective memory retrieval module that retrieves a set of matching memory slots for target instances. Our experiments on various domain shift scenarios demonstrate that our approach outperforms existing non-memory-based methods significantly.

📄 PDF Abstract BibTeX

Code (1)

hitachi-rd-cv/MILA pytorch

Tasks

Domain Adaptationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

MILA: Memory-Based Instance-Level Adaptation for Cross-Domain Object Detection

2023-09-03 · Onkar Krishna, Hiroki Ohashi, Saptarshi Sinha

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-le…

Domain Adaptationobject-detectionObject DetectionUnsupervised Domain Adaptation

MemSAC: Memory Augmented Sample Consistency for Large Scale Unsupervised Domain Adaptation

2022-07-25 · Tarun Kalluri, Astuti Sharma, Manmohan Chandraker

Practical real world datasets with plentiful categories introduce new challenges for unsupervised domain adaptation like small inter-class discriminability, that existing approaches relying on domain invariance alone can…

Domain AdaptationFine-Grained Visual RecognitionUnsupervised Domain Adaptation

Domain Adaptive SAR Wake Detection: Leveraging Similarity Filtering and Memory Guidance

2025-09-14 · He Gao, Baoxiang Huang, Milena Radenkovic, Borui Li 외 arxiv

Synthetic Aperture Radar (SAR), with its all- weather and wide-area observation capabilities, serves as a crucial tool for wake detection. However, due to its complex imaging mechanism, wake features in SAR images often …

Domain AdaptationStyle Transfer

PDAM: A Panoptic-Level Feature Alignment Framework for Unsupervised Domain Adaptive Instance Segmentation in Microscopy Images

2020-09-11 · Dongnan Liu, Donghao Zhang, Yang song, Fan Zhang 외

In this work, we present an unsupervised domain adaptation (UDA) method, named Panoptic Domain Adaptive Mask R-CNN (PDAM), for unsupervised instance segmentation in microscopy images. Since there currently lack methods p…

Domain AdaptationInstance SegmentationSegmentationSemantic Segmentation+2

Anti-Forgetting Adaptation for Unsupervised Person Re-identification

2024-11-22 · Hao Chen, Francois Bremond, Nicu Sebe, Shiliang Zhang

Regular unsupervised domain adaptive person re-identification (ReID) focuses on adapting a model from a source domain to a fixed target domain. However, an adapted ReID model can hardly retain previously-acquired knowled…

Domain Adaptive Person Re-IdentificationPerson Re-IdentificationUnsupervised Person Re-Identification