paper-with-me

홈 › Papers

KL Guided Domain Adaptation

2021-06-14 · ICLR 2022 4 · A. Tuan Nguyen, Toan Tran, Yarin Gal, Philip H. S. Torr, Atılım Güneş Baydin

Domain adaptation is an important problem and often needed for real-world applications. In this problem, instead of i.i.d. training and testing datapoints, we assume that the source (training) data and the target (testing) data have different distributions. With that setting, the empirical risk minimization training procedure often does not perform well, since it does not account for the change in the distribution. A common approach in the domain adaptation literature is to learn a representation of the input that has the same (marginal) distribution over the source and the target domain. However, these approaches often require additional networks and/or optimizing an adversarial (minimax) objective, which can be very expensive or unstable in practice. To improve upon these marginal alignment techniques, in this paper, we first derive a generalization bound for the target loss based on the training loss and the reverse Kullback-Leibler (KL) divergence between the source and the target representation distributions. Based on this bound, we derive an algorithm that minimizes the KL term to obtain a better generalization to the target domain. We show that with a probabilistic representation network, the KL term can be estimated efficiently via minibatch samples without any additional network or a minimax objective. This leads to a theoretically sound alignment method which is also very efficient and stable in practice. Experimental results also suggest that our method outperforms other representation-alignment approaches.

📄 PDF Abstract BibTeX arXiv:2106.07780

Code (1)

atuannguyen/kl 공식 구현 pytorch

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

DATID-3D: Diversity-Preserved Domain Adaptation Using Text-to-Image Diffusion for 3D Generative Model

2022-11-29 · CVPR 2023 1 · Gwanghyun Kim, Se Young Chun

Recent 3D generative models have achieved remarkable performance in synthesizing high resolution photorealistic images with view consistency and detailed 3D shapes, but training them for diverse domains is challenging si…

3D ReconstructionDiversityDomain Adaptation

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

DiffusionGAN3D: Boosting Text-guided 3D Generation and Domain Adaptation by Combining 3D GANs and Diffusion Priors

2023-12-28 · CVPR 2024 1 · Biwen Lei, Kai Yu, Mengyang Feng, Miaomiao Cui 외

Text-guided domain adaptation and generation of 3D-aware portraits find many applications in various fields. However, due to the lack of training data and the challenges in handling the high variety of geometry and appea…

3D GenerationDomain Adaptation

Uncertainty-Guided Mixup for Semi-Supervised Domain Adaptation without Source Data

2021-07-14 · Ning Ma, Jiajun Bu, Zhen Zhang, Sheng Zhou

Present domain adaptation methods usually perform explicit representation alignment by simultaneously accessing the source data and target data. However, the source data are not always available due to the privacy preser…

Domain AdaptationPrivacy PreservingSemi-supervised Domain AdaptationSource-Free Domain Adaptation

Hardness-guided domain adaptation to recognise biomedical named entities under low-resource scenarios

2022-11-11 · Ngoc Dang Nguyen, Lan Du, Wray Buntine, Changyou Chen 외

Domain adaptation is an effective solution to data scarcity in low-resource scenarios. However, when applied to token-level tasks such as bioNER, domain adaptation methods often suffer from the challenging linguistic cha…

Domain Adaptation