中文
相关论文

相关论文: Dual-Foundation Models for Unsupervised Domain Ada…

200 篇论文

Unsupervised domain adaptation (UDA) aims to enhance the generalization capability of a certain model from a source domain to a target domain. Present UDA models focus on alleviating the domain shift by minimizing the feature discrepancy…

计算机视觉与模式识别 · 计算机科学 2022-04-06 Bo Yuan , Danpei Zhao , Shuai Shao , Zehuan Yuan , Changhu Wang

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

Semantic segmentation requires extensive pixel-level annotation, motivating unsupervised domain adaptation (UDA) to transfer knowledge from labelled source domains to unlabelled or weakly labelled target domains. One of the most efficient…

计算机视觉与模式识别 · 计算机科学 2025-04-08 Jongmin Yu , Zhongtian Sun , Chen Bene Chi , Jinhong Yang , Shan Luo

Prior Unsupervised Domain Adaptation (UDA) methods often aim to train a domain-invariant feature extractor, which may hinder the model from learning sufficiently discriminative features. To tackle this, a line of works based on prompt…

机器学习 · 计算机科学 2025-04-02 Hoang Phan , Lam Tran , Quyen Tran , Trung Le

Unsupervised domain adaptation (UDA) plays a crucial role in object detection when adapting a source-trained detector to a target domain without annotated data. In this paper, we propose a novel and effective four-step UDA approach that…

计算机视觉与模式识别 · 计算机科学 2023-08-30 Mohamed L. Mekhalfi , Davide Boscaini , Fabio Poiesi

Unsupervised domain adaptation (UDA) aims to transfer the knowledge from the labeled source domain to the unlabeled target domain. Existing self-training based UDA approaches assign pseudo labels for target data and treat them as ground…

计算机视觉与模式识别 · 计算机科学 2021-03-10 Xiaoqing Guo , Chen Yang , Baopu Li , Yixuan Yuan

Unsupervised Domain Adaptation (UDA) for semantic segmentation has been favorably applied to real-world scenarios in which pixel-level labels are hard to be obtained. In most of the existing UDA methods, all target data are assumed to be…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Joonhyuk Kim , Sahng-Min Yoo , Gyeong-Moon Park , Jong-Hwan Kim

Unsupervised domain adaptation (UDA) is the task of modifying a statistical model trained on labeled data from a source domain to achieve better performance on data from a target domain, with access to only unlabeled data in the target…

计算与语言 · 计算机科学 2023-04-06 Timothy A Miller

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

Though unsupervised domain adaptation (UDA) has achieved very impressive progress recently, it remains a great challenge due to missing target annotations and the rich discrepancy between source and target distributions. We propose Spectral…

计算机视觉与模式识别 · 计算机科学 2022-06-07 Jingyi Zhang , Jiaxing Huang , Zichen Tian , Shijian Lu

Unsupervised Domain Adaptation (UDA) is the task of bridging the domain gap between a labeled source domain, e.g., synthetic data, and an unlabeled target domain. We observe that current UDA methods show inferior results on fine structures…

计算机视觉与模式识别 · 计算机科学 2024-08-30 Linyan Yang , Lukas Hoyer , Mark Weber , Tobias Fischer , Dengxin Dai , Laura Leal-Taixé , Marc Pollefeys , Daniel Cremers , Luc Van Gool

Standard Unsupervised Domain Adaptation (UDA) aims to transfer knowledge from a labeled source domain to an unlabeled target but usually requires simultaneous access to both source and target data. Moreover, UDA approaches commonly assume…

计算机视觉与模式识别 · 计算机科学 2024-04-17 Mattia Litrico , Davide Talon , Sebastiano Battiato , Alessio Del Bue , Mario Valerio Giuffrida , Pietro Morerio

Multi-task dense prediction, which aims to jointly solve tasks like semantic segmentation and depth estimation, is crucial for robotics applications but suffers from domain shift when deploying models in new environments. While unsupervised…

计算机视觉与模式识别 · 计算机科学 2026-03-10 Beomseok Kang , Niluthpol Chowdhury Mithun , Mikhail Sizintsev , Han-Pang Chiu , Supun Samarasekera

Unsupervised domain adaptation (UDA) greatly facilitates the deployment of neural networks across diverse environments. However, most state-of-the-art approaches are overly complex, relying on challenging adversarial training strategies, or…

计算机视觉与模式识别 · 计算机科学 2025-12-01 Shuchen Du , Shuo Lei , Feiran Li , Jiacheng Li , Daisuke Iso

Domain shift is a common problem in clinical applications, where the training images (source domain) and the test images (target domain) are under different distributions. Unsupervised Domain Adaptation (UDA) techniques have been proposed…

图像与视频处理 · 电气工程与系统科学 2023-09-06 Jiajin Zhang , Hanqing Chao , Amit Dhurandhar , Pin-Yu Chen , Ali Tajer , Yangyang Xu , Pingkun Yan

Unsupervised Domain Adaptation for Remote Sensing Semantic Segmentation (UDA-RSSeg) addresses the challenge of adapting a model trained on source domain data to target domain samples, thereby minimizing the need for annotated data across…

计算机视觉与模式识别 · 计算机科学 2024-11-20 Shuchang Lyu , Qi Zhao , Guangliang Cheng , Yiwei He , Zheng Zhou , Guangbiao Wang , Zhenwei Shi

Unsupervised Domain Adaptation (UDA) aims to classify unlabeled target domain by transferring knowledge from labeled source domain with domain shift. Most of the existing UDA methods try to mitigate the adverse impact induced by the shift…

机器学习 · 计算机科学 2022-12-13 Weikai Li , Songcan Chen

In recent years, unsupervised domain adaptation (UDA) for semantic segmentation has brought many researchers'attention. Many of them take an approach to design a complex system so as to better align the gap between source and target domain.…

计算机视觉与模式识别 · 计算机科学 2021-10-15 Junhao Yan , Woonsok Lee

Unsupervised domain adaptation (UDA) for semantic segmentation seeks to transfer models from a labeled source domain to an unlabeled target domain. While auxiliary self-supervised tasks such as contrastive learning have enhanced feature…

计算机视觉与模式识别 · 计算机科学 2026-03-17 Wenlve Zhou , Zhiheng Zhou , Tiantao Xian , Yikui Zhai , Weibin Wu , Biyun Ma

Solving the domain shift problem during inference is essential in medical imaging, as most deep-learning based solutions suffer from it. In practice, domain shifts are tackled by performing Unsupervised Domain Adaptation (UDA), where a…

计算机视觉与模式识别 · 计算机科学 2023-03-14 Vibashan VS , Jeya Maria Jose Valanarasu , Vishal M. Patel