中文
相关论文

相关论文: Unsupervised Domain Adaptation via Structurally Re…

200 篇论文

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

Deep learning approaches for semantic segmentation rely primarily on supervised learning approaches and require substantial efforts in producing pixel-level annotations. Further, such approaches may perform poorly when applied to unseen…

计算机视觉与模式识别 · 计算机科学 2021-10-22 Ying Chen , Xu Ouyang , Kaiyue Zhu , Gady Agam

Extensive Unsupervised Domain Adaptation (UDA) studies have shown great success in practice by learning transferable representations across a labeled source domain and an unlabeled target domain with deep models. However, previous works…

机器学习 · 计算机科学 2021-09-03 Muhammad Awais , Fengwei Zhou , Hang Xu , Lanqing Hong , Ping Luo , Sung-Ho Bae , Zhenguo Li

Traditional machine learning assumes that training and test sets are derived from the same distribution; however, this assumption does not always hold in practical applications. This distribution disparity can lead to severe performance…

机器学习 · 计算机科学 2025-02-18 Ahmad Chaddad , Yihang Wu , Yuchen Jiang , Ahmed Bouridane , Christian Desrosiers

Domain Adaptation (DA) is always challenged by the spurious correlation between domain-invariant features (e.g., class identity) and domain-specific features (e.g., environment) that does not generalize to the target domain. Unfortunately,…

机器学习 · 计算机科学 2023-12-05 Zhongqi Yue , Hanwang Zhang , Qianru Sun

In this paper, we make two contributions to unsupervised domain adaptation (UDA) using the convolutional neural network (CNN). First, our approach transfers knowledge in all the convolutional layers through attention alignment. Most…

计算机视觉与模式识别 · 计算机科学 2018-08-14 Guoliang Kang , Liang Zheng , Yan Yan , Yi Yang

Unsupervised domain adaptation (UDA) transfers knowledge from a label-rich source domain to a fully-unlabeled target domain. To tackle this task, recent approaches resort to discriminative domain transfer in virtue of pseudo-labels to…

计算机视觉与模式识别 · 计算机科学 2019-05-21 Chaoqi Chen , Weiping Xie , Wenbing Huang , Yu Rong , Xinghao Ding , Yue Huang , Tingyang Xu , Junzhou Huang

Domain adaptation (DA) aims to transfer the knowledge learned from a source domain to an unlabeled target domain. Some recent works tackle source-free domain adaptation (SFDA) where only a source pre-trained model is available for…

计算机视觉与模式识别 · 计算机科学 2021-10-11 Shiqi Yang , Yaxing Wang , Joost van de Weijer , Luis Herranz , Shangling Jui

Domain adaptation considers the problem of generalising a model learnt using data from a particular source domain to a different target domain. Often it is difficult to find a suitable single source to adapt from, and one must consider…

计算与语言 · 计算机科学 2020-04-20 Xia Cui , Danushka Bollegala

Unsupervised domain adaptation (UDA) aims to align the labelled source distribution with the unlabelled target distribution to obtain domain-invariant predictive models. Since cross-modality medical data exhibit significant intra and…

计算机视觉与模式识别 · 计算机科学 2024-02-26 Fengming Lin , Yan Xia , Michael MacRaild , Yash Deo , Haoran Dou , Qiongyao Liu , Kun Wu , Nishant Ravikumar , Alejandro F. Frangi

Unsupervised domain adaptation (UDA) aims at learning a machine learning model using a labeled source domain that performs well on a similar yet different, unlabeled target domain. UDA is important in many applications such as medicine,…

机器学习 · 计算机科学 2023-02-08 Yilmazcan Ozyurt , Stefan Feuerriegel , Ce Zhang

Current state-of-the-art object detectors can have significant performance drop when deployed in the wild due to domain gaps with training data. Unsupervised Domain Adaptation (UDA) is a promising approach to adapt models for new…

计算机视觉与模式识别 · 计算机科学 2021-08-06 Fuxun Yu , Di Wang , Yinpeng Chen , Nikolaos Karianakis , Tong Shen , Pei Yu , Dimitrios Lymberopoulos , Sidi Lu , Weisong Shi , Xiang Chen

We consider unsupervised domain adaptation (UDA), where labeled data from a source domain (e.g., photographs) and unlabeled data from a target domain (e.g., sketches) are used to learn a classifier for the target domain. Conventional UDA…

机器学习 · 计算机科学 2022-12-05 Kendrick Shen , Robbie Jones , Ananya Kumar , Sang Michael Xie , Jeff Z. HaoChen , Tengyu Ma , Percy Liang

Unsupervised domain adaptation (UDA) for semantic segmentation addresses the cross-domain problem with fine source domain labels. However, the acquisition of semantic labels has always been a difficult step, many scenarios only have weak…

计算机视觉与模式识别 · 计算机科学 2022-10-06 Shengjie Liu , Chuang Zhu , Wenqi Tang

The waive of labels in the target domain makes Unsupervised Domain Adaptation (UDA) an attractive technique in many real-world applications, though it also brings great challenges as model adaptation becomes harder without labeled target…

机器学习 · 计算机科学 2022-07-20 Tao Sun , Cheng Lu , Haibin Ling

Unsupervised domain adaptation (UDA) aims to transfer knowledge from a related but different well-labeled source domain to a new unlabeled target domain. Most existing UDA methods require access to the source data, and thus are not…

计算机视觉与模式识别 · 计算机科学 2021-12-07 Jian Liang , Dapeng Hu , Yunbo Wang , Ran He , Jiashi Feng

Unsupervised Domain Adaptation (UDA) aims to adapt the model trained on the labeled source domain to an unlabeled target domain. In this paper, we present Prototypical Contrast Adaptation (ProCA), a simple and efficient contrastive learning…

计算机视觉与模式识别 · 计算机科学 2022-07-15 Zhengkai Jiang , Yuxi Li , Ceyuan Yang , Peng Gao , Yabiao Wang , Ying Tai , Chengjie Wang

Face Presentation Attack Detection (PAD) has drawn increasing attentions to secure the face recognition systems that are widely used in many applications. Conventional face anti-spoofing methods have been proposed, assuming that testing is…

计算机视觉与模式识别 · 计算机科学 2021-02-16 Yomna Safaa El-Din , Mohamed N. Moustafa , Hani Mahdi

Unsupervised domain adaptation (UDA) via deep learning has attracted appealing attention for tackling domain-shift problems caused by distribution discrepancy across different domains. Existing UDA approaches highly depend on the…

计算机视觉与模式识别 · 计算机科学 2023-01-10 Yuqi Fang , Pew-Thian Yap , Weili Lin , Hongtu Zhu , Mingxia Liu

Deep learning models trained on medical images from a source domain (e.g. imaging modality) often fail when deployed on images from a different target domain, despite imaging common anatomical structures. Deep unsupervised domain adaptation…

图像与视频处理 · 电气工程与系统科学 2019-08-14 Cheng Ouyang , Konstantinos Kamnitsas , Carlo Biffi , Jinming Duan , Daniel Rueckert