paper-with-me

Papers

Multi-Source Domain Adaptation for Object Detection with Prototype-based Mean-teacher

2023-09-26 · Atif Belal, Akhil Meethal, Francisco Perdigon Romero, Marco Pedersoli, Eric Granger

Adapting visual object detectors to operational target domains is a challenging task, commonly achieved using unsupervised domain adaptation (UDA) methods. Recent studies have shown that when the labeled dataset comes from multiple source domains, treating them as separate domains and performing a multi-source domain adaptation (MSDA) improves the accuracy and robustness over blending these source domains and performing a UDA. For adaptation, existing MSDA methods learn domain-invariant and domain-specific parameters (for each source domain). However, unlike single-source UDA methods, learning domain-specific parameters makes them grow significantly in proportion to the number of source domains. This paper proposes a novel MSDA method called Prototype-based Mean Teacher (PMT), which uses class prototypes instead of domain-specific subnets to encode domain-specific information. These prototypes are learned using a contrastive loss, aligning the same categories across domains and separating different categories far apart. Given the use of prototypes, the number of parameters required for our PMT method does not increase significantly with the number of source domains, thus reducing memory issues and possible overfitting. Empirical studies indicate that PMT outperforms state-of-the-art MSDA methods on several challenging object detection datasets. Our code is available at https://github.com/imatif17/Prototype-Mean-Teacher.

📄 PDF Abstract BibTeX arXiv:2309.14950

Code (1)

imatif17/Prototype-Mean-Teacher 공식 구현 pytorch

Tasks

Domain AdaptationMulti-Source Unsupervised Domain Adaptationobject-detectionObject DetectionUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Multi-Modal Guided Multi-Source Domain Adaptation for Object Detection

2026-05-13 · Sangin Lee, Seokjun Kwon, Jeongmin Shin, Namil Kim 외 arxiv

General object detection (OD) struggles to detect objects in the target domain that differ from the training distribution. To address this, recent studies demonstrate that training from multiple source domains and explic…

Unsupervised Domain AdaptationObject Detection

Subspace Alignment Based Domain Adaptation for RCNN Detector

2015-07-20 · Anant Raj, Vinay P. Namboodiri, Tinne Tuytelaars

In this paper, we propose subspace alignment based domain adaptation of the state of the art RCNN based object detector. The aim is to be able to achieve high quality object detection in novel, real world target scenario…

Domain AdaptationObjectobject-detectionObject Detection+1

MUSDA: Multi-source Multi-modality Unsupervised Domain Adaptive 3D Object Detection for Autonomous Driving

2026-05-11 · Xiaohu Lu, Hamed Khatounabadi, Hayder Radha arxiv

With the advancement of autonomous driving, numerous annotated multi-modality datasets have become available. This presents an opportunity to develop domain-adaptive 3D object detectors for new environments without relyi…

Unsupervised Domain Adaptation3D Object DetectionAutonomous Driving

Attention-based Class-Conditioned Alignment for Multi-Source Domain Adaptation of Object Detectors

2024-03-14 · Atif Belal, Akhil Meethal, Francisco Perdigon Romero, Marco Pedersoli 외

Domain adaptation methods for object detection (OD) strive to mitigate the impact of distribution shifts by promoting feature alignment across source and target domains. Multi-source domain adaptation (MSDA) allows lever…

BenchmarkingDomain AdaptationObjectobject-detection+1

Leveraging Confident Image Regions for Source-Free Domain-Adaptive Object Detection

2025-01-17 · Mohamed Lamine Mekhalfi, Davide Boscaini, Fabio Poiesi

Source-free domain-adaptive object detection is an interesting but scarcely addressed topic. It aims at adapting a source-pretrained detector to a distinct target domain without resorting to source data during adaptation…

Data Augmentationobject-detectionObject Detection