paper-with-me

Papers

Ensemble Multi-Source Domain Adaptation with Pseudolabels

2020-09-29 · Seongmin Lee, Hyunsik Jeon, U Kang

Given multiple source datasets with labels, how can we train a target model with no labeled data? Multi-source domain adaptation (MSDA) aims to train a model using multiple source datasets different from a target dataset in the absence of target data labels. MSDA is a crucial problem applicable to many practical cases where labels for the target data are unavailable due to privacy issues. Existing MSDA frameworks are limited since they align data without considering conditional distributions p(x|y) of each domain. They also miss a lot of target label information by not considering the target label at all and relying on only one feature extractor. In this paper, we propose Ensemble Multi-source Domain Adaptation with Pseudolabels (EnMDAP), a novel method for multi-source domain adaptation. EnMDAP exploits label-wise moment matching to align conditional distributions p(x|y), using pseudolabels for the unavailable target labels, and introduces ensemble learning theme by using multiple feature extractors for accurate domain adaptation. Extensive experiments show that EnMDAP provides the state-of-the-art performance for multi-source domain adaptation tasks in both of image domains and text domains.

📄 PDF Abstract BibTeX arXiv:2009.14248

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationEnsemble Learning

Similar Papers 제목 키워드 기반

Multi-EPL: Accurate Multi-source Domain Adaptation

2021-01-01 · Seongmin Lee, Hyunsik Jeon, U Kang

Given multiple source datasets with labels, how can we train a target model with no labeled data? Multi-source domain adaptation (MSDA) aims to train a model using multiple source datasets different from a target dataset…

Domain Adaptation

Label Calibration in Source Free Domain Adaptation

2025-01-13 · Shivangi Rai, Rini Smita Thakur, Kunal Jangid, Vinod K Kurmi

Source-free domain adaptation (SFDA) utilizes a pre-trained source model with unlabeled target data. Self-supervised SFDA techniques generate pseudolabels from the pre-trained source model, but these pseudolabels often c…

Deep LearningDomain AdaptationLearning with noisy labelsSource-Free Domain Adaptation

Source-Free Domain Adaptation Guided by Vision and Vision-Language Pre-Training

2024-05-05 · Wenyu Zhang, Li Shen, Chuan-Sheng Foo

Source-free domain adaptation (SFDA) aims to adapt a source model trained on a fully-labeled source domain to a related but unlabeled target domain. While the source model is a key avenue for acquiring target pseudolabel…

Domain AdaptationLanguage ModellingRepresentation LearningSource-Free Domain Adaptation+2

Selective Partial Domain Adaptation

2022-10-01 · British Machine Vision Conference 2022 10 · Pengxin Guo, Jinjing Zhu, Yu Zhang

Partial Domain Adaptation (PDA), which assumes that the label space of the target domain is a subset of that in the source domain, has attracted much attention in recent years. Due to the difference in the label space of…

Domain AdaptationPartial Domain Adaptation

Unsupervised Video Domain Adaptation with Masked Pre-Training and Collaborative Self-Training

2023-12-05 · CVPR 2024 1 · Arun Reddy, William Paul, Corban Rivera, Ketul Shah 외

In this work, we tackle the problem of unsupervised domain adaptation (UDA) for video action recognition. Our approach, which we call UNITE, uses an image teacher model to adapt a video student model to the target domain…

Action RecognitionDomain AdaptationTemporal Action LocalizationUnsupervised Domain Adaptation