中文
相关论文

相关论文: Partial Adversarial Domain Adaptation

200 篇论文

Unsupervised domain adaptation seeks to learn an invariant and discriminative representation for an unlabeled target domain by leveraging the information of a labeled source dataset. We propose to improve the discriminative ability of the…

机器学习 · 计算机科学 2019-06-03 Rui Wang , Guoyin Wang , Ricardo Henao

Many text classification tasks are domain-dependent, and various domain adaptation approaches have been proposed to predict unlabeled data in a new domain. Domain-adversarial neural networks (DANN) and their variants have been used widely…

计算与语言 · 计算机科学 2020-03-27 Zhuohao Chen , Singla Karan , David C. Atkins , Zac E Imel , Shrikanth Narayanan

Semi-Supervised Domain Adaptation (SSDA) is a recently emerging research topic that extends from the widely-investigated Unsupervised Domain Adaptation (UDA) by further having a few target samples labeled, i.e., the model is trained with…

计算机视觉与模式识别 · 计算机科学 2023-04-24 mengqun Jin , Kai Li , Shuyan Li , Chunming He , Xiu Li

Domain adaptation (DA) is the topical problem of adapting models from labelled source datasets so that they perform well on target datasets where only unlabelled or partially labelled data is available. Many methods have been proposed to…

计算机视觉与模式识别 · 计算机科学 2020-07-28 Da Li , Timothy Hospedales

Unsupervised domain adaptation is critical to many real-world applications where label information is unavailable in the target domain. In general, without further assumptions, the joint distribution of the features and the label is not…

机器学习 · 计算机科学 2025-01-07 Lingjing Kong , Shaoan Xie , Weiran Yao , Yujia Zheng , Guangyi Chen , Petar Stojanov , Victor Akinwande , Kun Zhang

The diversity of retinal imaging devices poses a significant challenge: domain shift, which leads to performance degradation when applying the deep learning models trained on one domain to new testing domains. In this paper, we propose a…

图像与视频处理 · 电气工程与系统科学 2021-10-07 Peng Liu , Charlie T. Tran , Bin Kong , Ruogu Fang

Unsupervised domain adaption (UDA) aims to adapt models learned from a well-annotated source domain to a target domain, where only unlabeled samples are given. Current UDA approaches learn domain-invariant features by aligning source and…

计算机视觉与模式识别 · 计算机科学 2022-02-15 Chunjiang Ge , Rui Huang , Mixue Xie , Zihang Lai , Shiji Song , Shuang Li , Gao Huang

Numerous algorithms have been proposed for transferring knowledge from a label-rich domain (source) to a label-scarce domain (target). Almost all of them are proposed for a closed-set scenario, where the source and the target domain…

计算机视觉与模式识别 · 计算机科学 2018-07-09 Kuniaki Saito , Shohei Yamamoto , Yoshitaka Ushiku , Tatsuya Harada

Active domain adaptation (ADA) studies have mainly addressed query selection while following existing domain adaptation strategies. However, we argue that it is critical to consider not only query selection criteria but also domain…

计算机视觉与模式识别 · 计算机科学 2022-04-26 Kyeongtak Han , Youngeun Kim , Dongyoon Han , Sungeun Hong

Recently, anatomical landmark detection has achieved great progresses on single-domain data, which usually assumes training and test sets are from the same domain. However, such an assumption is not always true in practice, which can cause…

计算机视觉与模式识别 · 计算机科学 2023-08-28 Haibo Jin , Haoxuan Che , Hao Chen

Heterogeneous domain adaptation (HDA) tackles the learning of cross-domain samples with both different probability distributions and feature representations. Most of the existing HDA studies focus on the single-source scenario. In reality,…

机器学习 · 计算机科学 2021-09-14 Yuan Yao , Xutao Li , Yu Zhang , Yunming Ye

Temporal Action Localization (TAL) is a complex task that poses relevant challenges, particularly when attempting to generalize on new -- unseen -- domains in real-world applications. These scenarios, despite realistic, are often neglected…

计算机视觉与模式识别 · 计算机科学 2025-02-25 David Pujol-Perich , Albert Clapés , Sergio Escalera

Unsupervised domain adaptation, which involves transferring knowledge from a label-rich source domain to an unlabeled target domain, can be used to substantially reduce annotation costs in the field of object detection. In this study, we…

计算机视觉与模式识别 · 计算机科学 2024-10-28 Kazuma Fujii , Hiroshi Kera , Kazuhiko Kawamoto

Semi-supervised domain adaptation (SSDA) adapts a learner to a new domain by effectively utilizing source domain data and a few labeled target samples. It is a practical yet under-investigated research topic. In this paper, we analyze the…

计算机视觉与模式识别 · 计算机科学 2023-03-31 Wenqiao Zhang , Changshuo Liu , Can Cui , Beng Chin Ooi

We focus on Unsupervised Domain Adaptation (UDA) for the task of semantic segmentation. Recently, adversarial alignment has been widely adopted to match the marginal distribution of feature representations across two domains globally.…

计算机视觉与模式识别 · 计算机科学 2019-12-20 Jihan Yang , Ruijia Xu , Ruiyu Li , Xiaojuan Qi , Xiaoyong Shen , Guanbin Li , Liang Lin

Transfer learning aims to leverage models pre-trained on source data to efficiently adapt to target setting, where only limited data are available for model fine-tuning. Recent works empirically demonstrate that adversarial training in the…

机器学习 · 计算机科学 2021-06-21 Zhun Deng , Linjun Zhang , Kailas Vodrahalli , Kenji Kawaguchi , James Zou

In this paper, we solve the problem of adapting classifiers across domains. We consider the problem of domain adaptation for multi-class classification where we are provided a labeled set of examples in a source dataset and we are provided…

机器学习 · 计算机科学 2019-04-03 Vinod Kumar Kurmi , Vinay P. Namboodiri

Deep neural networks suffer from performance decay when there is domain shift between the labeled source domain and unlabeled target domain, which motivates the research on domain adaptation (DA). Conventional DA methods usually assume that…

机器学习 · 计算机科学 2020-02-10 Sicheng Zhao , Guangzhi Wang , Shanghang Zhang , Yang Gu , Yaxian Li , Zhichao Song , Pengfei Xu , Runbo Hu , Hua Chai , Kurt Keutzer

In recent years, researchers have been paying increasing attention to the threats brought by deep learning models to data security and privacy, especially in the field of domain adaptation. Existing unsupervised domain adaptation (UDA)…

机器学习 · 计算机科学 2021-08-31 Kunhong Wu , Yucheng Shi , Yahong Han , Yunfeng Shao , Bingshuai Li , Qi Tian

Unsupervised domain adaptation aims to learn a task classifier that performs well on the unlabeled target domain, by utilizing the labeled source domain. Inspiring results have been acquired by learning domain-invariant deep features via…

计算机视觉与模式识别 · 计算机科学 2021-03-08 Hui Tang , Kui Jia