中文
相关论文

相关论文: Unsupervised Domain Adaptation Using Compact Inter…

200 篇论文

We develop an algorithm for adapting a semantic segmentation model that is trained using a labeled source domain to generalize well in an unlabeled target domain. A similar problem has been studied extensively in the unsupervised domain…

机器学习 · 计算机科学 2021-01-12 Serban Stan , Mohammad Rostami

Unsupervised Domain Adaptation (UDA) aims at improving the generalization capability of a model trained on a source domain to perform well on a target domain for which no labeled data is available. In this paper, we consider the semantic…

计算机视觉与模式识别 · 计算机科学 2020-04-28 Teo Spadotto , Marco Toldo , Umberto Michieli , Pietro Zanuttigh

Unsupervised domain adaptation (UDA) aims to learn the unlabeled target domain by transferring the knowledge of the labeled source domain. To date, most of the existing works focus on the scenario of one source domain and one target domain…

机器学习 · 计算机科学 2018-09-18 Huanhuan Yu , Menglei Hu , Songcan Chen

Unsupervised domain adaptation (UDA) generally aligns the unlabeled target domain data to the distribution of the source domain to mitigate the distribution shift problem. The standard UDA requires sharing the source data with the target,…

计算与语言 · 计算机科学 2022-01-20 Qiyuan An , Ruijiang Li , Lin Gu , Hao Zhang , Qingyu Chen , Zhiyong Lu , Fei Wang , Yingying Zhu

Unsupervised Domain Adaptation (UDA) addresses the problem of performance degradation due to domain shift between training and testing sets, which is common in computer vision applications. Most existing UDA approaches are based on…

计算机视觉与模式识别 · 计算机科学 2019-05-14 Songsong Wu , Yan Yan , Hao Tang , Jianjun Qian , Jian Zhang , Xiao-Yuan Jing

We consider unsupervised domain adaptation (UDA) for classification problems in the presence of missing data in the unlabelled target domain. More precisely, motivated by practical applications, we analyze situations where distribution…

机器学习 · 计算机科学 2021-09-21 Matthieu Kirchmeyer , Patrick Gallinari , Alain Rakotomamonjy , Amin Mantrach

Deep learning models are sensitive to domain shift phenomena. A model trained on images from one domain cannot generalise well when tested on images from a different domain, despite capturing similar anatomical structures. It is mainly…

计算机视觉与模式识别 · 计算机科学 2021-03-16 Sulaiman Vesal , Mingxuan Gu , Ronak Kosti , Andreas Maier , Nishant Ravikumar

Convolutional neural networks trained on publicly available medical imaging datasets (source domain) rarely generalise to different scanners or acquisition protocols (target domain). This motivates the active field of domain adaptation.…

图像与视频处理 · 电气工程与系统科学 2020-10-06 Thomas Varsavsky , Mauricio Orbes-Arteaga , Carole H. Sudre , Mark S. Graham , Parashkev Nachev , M. Jorge Cardoso

Unsupervised domain adaptation (UDA) is a statistical learning problem when the distribution of training (source) data is different from that of test (target) data. In this setting, one has access to labeled data only from the source domain…

机器学习 · 计算机科学 2026-02-24 Seonghwi Kim , Sung Ho Jo , Wooseok Ha , Minwoo Chae

Unsupervised domain adaptation (UDA) is to learn classification models that make predictions for unlabeled data on a target domain, given labeled data on a source domain whose distribution diverges from the target one. Mainstream UDA…

计算机视觉与模式识别 · 计算机科学 2021-04-09 Hui Tang , Xiatian Zhu , Ke Chen , Kui Jia , C. L. Philip Chen

Unsupervised domain adaptation studies the problem of utilizing a relevant source domain with abundant labels to build predictive modeling for an unannotated target domain. Recent work observe that the popular adversarial approach of…

机器学习 · 统计学 2020-01-06 Shen Yan , Huan Song , Nanxiang Li , Lincan Zou , Liu Ren

Unsupervised Domain Adaptation (UDA) aims to transfer the knowledge from the labeled source domain to the unlabeled target domain in the presence of dataset shift. Most existing methods cannot address the domain alignment and class…

机器学习 · 计算机科学 2021-12-22 You-Wei Luo , Chuan-Xian Ren , Zi-Ying Chen

In theory, the success of unsupervised domain adaptation (UDA) largely relies on domain gap estimation. However, for source free UDA, the source domain data can not be accessed during adaptation, which poses great challenge of measuring the…

计算机视觉与模式识别 · 计算机科学 2022-10-04 Ziyang Zong , Jun He , Lei Zhang , Hai Huan

Recent developments in the unsupervised domain adaptation (UDA) enable the unsupervised machine learning (ML) prediction for target data, thus this will accelerate real world applications with ML models such as image recognition tasks in…

机器学习 · 计算机科学 2025-02-18 Hisashi Oshima , Tsuyoshi Ishizone , Tomoyuki Higuchi

Unsupervised domain adaption aims to learn a powerful classifier for the target domain given a labeled source data set and an unlabeled target data set. To alleviate the effect of `domain shift', the major challenge in domain adaptation,…

计算机视觉与模式识别 · 计算机科学 2018-12-03 Yexun Zhang , Ya Zhang , Yanfeng Wang , Qi Tian

Unsupervised Domain Adaptation (UDA) aims to learn a predictor model for an unlabeled domain by transferring knowledge from a separate labeled source domain. However, most of these conventional UDA approaches make the strong assumption of…

机器学习 · 计算机科学 2021-04-06 Sk Miraj Ahmed , Dripta S. Raychaudhuri , Sujoy Paul , Samet Oymak , Amit K. Roy-Chowdhury

Unsupervised Domain Adaptation (UDA) endeavors to adjust models trained on a source domain to perform well on a target domain without requiring additional annotations. In the context of domain adaptive semantic segmentation, which tackles…

计算机视觉与模式识别 · 计算机科学 2024-03-25 Wenlve Zhou , Zhiheng Zhou , Tianlei Wang , Delu Zeng

Unsupervised Domain Adaptation (UDA) refers to the problem of learning a model in a target domain where labeled data are not available by leveraging information from annotated data in a source domain. Most deep UDA approaches operate in a…

计算机视觉与模式识别 · 计算机科学 2021-03-26 Massimiliano Mancini , Lorenzo Porzi , Samuel Rota Bulò , Barbara Caputo , Elisa Ricci

Unsupervised domain adaptation (UDA) transfers knowledge from a label-rich source domain to a different but related fully-unlabeled target domain. To address the problem of domain shift, more and more UDA methods adopt pseudo labels of the…

计算机视觉与模式识别 · 计算机科学 2022-07-26 Jie Wang , Xiao-Lei Zhang

Unsupervised domain adaptation (UDA) with pre-trained language models (PrLM) has achieved promising results since these pre-trained models embed generic knowledge learned from various domains. However, fine-tuning all the parameters of the…

计算与语言 · 计算机科学 2021-11-02 Rongsheng Zhang , Yinhe Zheng , Xiaoxi Mao , Minlie Huang