中文
相关论文

相关论文: Generation, augmentation, and alignment: A pseudo-…

200 篇论文

Domain Adaptation (DA) targets at adapting a model trained over the well-labeled source domain to the unlabeled target domain lying in different distributions. Existing DA normally assumes the well-labeled source domain is class-wise…

计算机视觉与模式识别 · 计算机科学 2020-11-04 Tongxin Wang , Zhengming Ding , Wei Shao , Haixu Tang , Kun Huang

Unsupervised Domain Adaptation (UDA) refers to the method that utilizes annotated source domain data and unlabeled target domain data to train a model capable of generalizing to the target domain data. Domain discrepancy leads to a…

计算机视觉与模式识别 · 计算机科学 2024-04-26 Ting Li , Jianshu Chao , Deyu An

The domain discrepancy existed between medical images acquired in different situations renders a major hurdle in deploying pre-trained medical image segmentation models for clinical use. Since it is less possible to distribute training data…

计算机视觉与模式识别 · 计算机科学 2022-11-22 Shishuai Hu , Zehui Liao , Yong Xia

Unsupervised domain adaptation (UDA) has been vastly explored to alleviate domain shifts between source and target domains, by applying a well-performed model in an unlabeled target domain via supervision of a labeled source domain. Recent…

计算机视觉与模式识别 · 计算机科学 2022-09-27 Xiaofeng Liu , Fangxu Xing , Nadya Shusharina , Ruth Lim , C-C Jay Kuo , Georges El Fakhri , Jonghye Woo

Multi-source Domain Adaptation (MDA) aims to transfer knowledge from multiple labeled source domains to an unlabeled target domain. Nevertheless, traditional methods primarily focus on achieving inter-domain alignment through sample-level…

计算机视觉与模式识别 · 计算机科学 2025-04-14 Yang Yuxiang , Zeng Xinyi , Zeng Pinxian , Zu Chen , Yan Binyu , Zhou Jiliu , Wang Yan

Unsupervised domain adaptation (UDA) adapts a model trained on one domain (called source) to a novel domain (called target) using only unlabeled data. Due to its high annotation cost, researchers have developed many UDA methods for semantic…

计算机视觉与模式识别 · 计算机科学 2024-01-23 Zhijie Wang , Masanori Suganuma , Takayuki Okatani

Unsupervised domain adaptation leverages rich information from a labeled source domain to model an unlabeled target domain. Existing methods attempt to align the cross-domain distributions. However, the statistical representations of the…

机器学习 · 计算机科学 2021-11-04 Youshan Zhang , Brian D. Davison

Semi-Supervised Domain Adaptation (SSDA) leverages knowledge from a fully labeled source domain to classify data in a partially labeled target domain. Due to the limited number of labeled samples in the target domain, there can be intrinsic…

计算机视觉与模式识别 · 计算机科学 2026-01-28 Yuting Hong , Li Dong , Xiaojie Qiu , Hui Xiao , Baochen Yao , Siming Zheng , Chengbin Peng

Given multiple source datasets with labels, how can we train a target model with no labeled data? Multi-source domain adaptation (MSDA) aims to train a model using multiple source datasets different from a target dataset in the absence of…

机器学习 · 计算机科学 2020-10-01 Seongmin Lee , Hyunsik Jeon , U Kang

Domain adaptation is a critical task in machine learning that aims to improve model performance on a target domain by leveraging knowledge from a related source domain. In this work, we introduce Universal Semi-Supervised Domain Adaptation…

计算机视觉与模式识别 · 计算机科学 2024-03-19 Wenyu Zhang , Qingmu Liu , Felix Ong Wei Cong , Mohamed Ragab , Chuan-Sheng Foo

Unsupervised domain adaptation (UDA) is to make predictions for unlabeled data on a target domain, given labeled data on a source domain whose distribution shifts from the target one. Mainstream UDA methods learn aligned features between…

计算机视觉与模式识别 · 计算机科学 2020-03-20 Hui Tang , Ke Chen , Kui Jia

Semi-supervised domain adaptation (SSDA) aims to bridge source and target domain distributions, with a small number of target labels available, achieving better classification performance than unsupervised domain adaptation (UDA). However,…

计算机视觉与模式识别 · 计算机科学 2024-01-23 Jichang Li , Guanbin Li , Yizhou Yu

Unsupervised domain adaptation (DA) has gained substantial interest in semantic segmentation. However, almost all prior arts assume concurrent access to both labeled source and unlabeled target, making them unsuitable for scenarios…

计算机视觉与模式识别 · 计算机科学 2022-05-13 Jogendra Nath Kundu , Akshay Kulkarni , Amit Singh , Varun Jampani , R. Venkatesh Babu

While Unsupervised Domain Adaptation (UDA) algorithms, i.e., there are only labeled data from source domains, have been actively studied in recent years, most algorithms and theoretical results focus on Single-source Unsupervised Domain…

机器学习 · 计算机科学 2022-01-05 Yongchun Zhu , Fuzhen Zhuang , Deqing Wang

Source-Free Domain Adaptation (SFDA) is emerging as a compelling solution for medical image segmentation under privacy constraints, yet current approaches often ignore sample difficulty and struggle with noisy supervision under domain…

计算机视觉与模式识别 · 计算机科学 2025-10-30 Quang-Khai Bui-Tran , Thanh-Huy Nguyen , Hoang-Thien Nguyen , Ba-Thinh Lam , Nguyen Lan Vi Vu , Phat K. Huynh , Ulas Bagci , Min Xu

The recent prevalence of deep neural networks has lead semantic segmentation networks to achieve human-level performance in the medical field when sufficient training data is provided. Such networks however fail to generalize when tasked…

计算机视觉与模式识别 · 计算机科学 2023-08-01 Serban Stan , Mohammad Rostami

Document Layout Analysis (DLA) is a fundamental task in document understanding. However, existing DLA and adaptation methods often require access to large-scale source data and target labels. This requirements severely limiting their…

计算机视觉与模式识别 · 计算机科学 2025-06-19 Sebastian Tewes , Yufan Chen , Omar Moured , Jiaming Zhang , Rainer Stiefelhagen

In practice, domain shifts are likely to occur between training and test data, necessitating domain adaptation (DA) to adjust the pre-trained source model to the target domain. Recently, universal domain adaptation (UniDA) has gained…

计算机视觉与模式识别 · 计算机科学 2024-11-13 Pascal Schlachter , Simon Wagner , Bin Yang

Domain adaptation (DA) addresses the real-world image classification problem of discrepancy between training (source) and testing (target) data distributions. We propose an unsupervised DA method that considers the presence of only…

计算机视觉与模式识别 · 计算机科学 2018-12-03 Debasmit Das , C. S. George Lee

As a specific case of graph transfer learning, unsupervised domain adaptation on graphs aims for knowledge transfer from label-rich source graphs to unlabeled target graphs. However, graphs with topology and attributes usually have…

机器学习 · 计算机科学 2024-10-01 Ziyue Qiao , Xiao Luo , Meng Xiao , Hao Dong , Yuanchun Zhou , Hui Xiong