中文
相关论文

相关论文: Uncertainty-guided Source-free Domain Adaptation

200 篇论文

Domain adaptation (DA) aims to alleviate the domain shift between source domain and target domain. Most DA methods require access to the source data, but often that is not possible (e.g. due to data privacy or intellectual property). In…

计算机视觉与模式识别 · 计算机科学 2023-09-04 Shiqi Yang , Yaxing Wang , Joost van de Weijer , Luis Herranz , Shangling Jui , Jian Yang

Domain adaptation (DA) aims to alleviate the domain shift between source domain and target domain. Most DA methods require access to the source data, but often that is not possible (e.g. due to data privacy or intellectual property). In…

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

Source-Free Domain Adaptation (SFDA) is an emerging area of research that aims to adapt a model trained on a labeled source domain to an unlabeled target domain without accessing the source data. Most of the successful methods in this area…

计算机视觉与模式识别 · 计算机科学 2026-01-27 Harsharaj Pathak , Vineeth N Balasubramanian

In this paper, we investigate a challenging unsupervised domain adaptation setting -- unsupervised model adaptation. We aim to explore how to rely only on unlabeled target data to improve performance of an existing source prediction model…

计算机视觉与模式识别 · 计算机科学 2025-02-27 Rui Li , Qianfen Jiao , Wenming Cao , Hau-San Wong , Si Wu

Domain Adaptation (DA) is a method for enhancing a model's performance on a target domain with inadequate annotated data by applying the information the model has acquired from a related source domain with sufficient labeled data. The…

计算机视觉与模式识别 · 计算机科学 2024-02-08 Shivang Chopra , Suraj Kothawade , Houda Aynaou , Aman Chadha

We propose a simple but effective source-free domain adaptation (SFDA) method. Treating SFDA as an unsupervised clustering problem and following the intuition that local neighbors in feature space should have more similar predictions than…

计算机视觉与模式识别 · 计算机科学 2022-10-05 Shiqi Yang , Yaxing Wang , Kai Wang , Shangling Jui , Joost van de Weijer

We consider the novel problem of unsupervised domain adaptation of source models, without access to the source data for semantic segmentation. Unsupervised domain adaptation aims to adapt a model learned on the labeled source data, to a new…

计算机视觉与模式识别 · 计算机科学 2021-12-07 Sujoy Paul , Ansh Khurana , Gaurav Aggarwal

In this paper, we investigate Source-free Open-partial Domain Adaptation (SF-OPDA), which addresses the situation where there exist both domain and category shifts between source and target domains. Under the SF-OPDA setting, which aims to…

计算机视觉与模式识别 · 计算机科学 2023-01-12 Shiqi Yang , Yaxing Wang , Kai Wang , Shangling Jui , Joost van de Weijer

Domain adaptation addresses the challenge of model performance degradation caused by domain gaps. In the typical setup for unsupervised domain adaptation, labeled data from a source domain and unlabeled data from a target domain are used to…

计算机视觉与模式识别 · 计算机科学 2025-05-16 Siqi Yin , Shaolei Liu , Manning Wang

Unsupervised domain adaptation (UDA) deals with the problem of classifying unlabeled target domain data while labeled data is only available for a different source domain. Unfortunately, commonly used classification methods cannot fulfill…

计算机视觉与模式识别 · 计算机科学 2021-11-05 Tobias Ringwald , Rainer Stiefelhagen

In this paper, we study the task of source-free domain adaptation (SFDA), where the source data are not available during target adaptation. Previous works on SFDA mainly focus on aligning the cross-domain distributions. However, they ignore…

计算机视觉与模式识别 · 计算机科学 2021-06-01 Guanglei Yang , Hao Tang , Zhun Zhong , Mingli Ding , Ling Shao , Nicu Sebe , Elisa Ricci

Source-free Unsupervised Domain Adaptation (SFDA) aims to classify target samples by only accessing a pre-trained source model and unlabelled target samples. Since no source data is available, transferring the knowledge from the source…

计算机视觉与模式识别 · 计算机科学 2024-05-14 Jinkun Jiang , Qingxuan Lv , Yuezun Li , Yong Du , Sheng Chen , Hui Yu , Junyu Dong

Source-free domain adaptation (SFDA) aims to adapt a source model trained on a fully-labeled source domain to a related but unlabeled target domain. While the source model is a key avenue for acquiring target pseudolabels, the generated…

计算机视觉与模式识别 · 计算机科学 2024-10-04 Wenyu Zhang , Li Shen , Chuan-Sheng Foo

Source-free domain adaptation (SFDA) has been exploited for cross-domain bearing fault diagnosis without access to source data. Current methods select partial target samples with reliable pseudo-labels for model adaptation, which is…

机器学习 · 计算机科学 2025-03-13 Wenyi Wu , Hao Zhang , Zhisen Wei , Xiao-Yuan Jing , Qinghua Zhang , Songsong Wu

Domain Adaptation (DA) is important for deep learning-based medical image segmentation models to deal with testing images from a new target domain. As the source-domain data are usually unavailable when a trained model is deployed at a new…

计算机视觉与模式识别 · 计算机科学 2023-11-22 Jianghao Wu , Guotai Wang , Ran Gu , Tao Lu , Yinan Chen , Wentao Zhu , Tom Vercauteren , Sébastien Ourselin , Shaoting Zhang

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

Source-free domain adaptation (SFDA) is compelling because it allows adapting an off-the-shelf model to a new domain using only unlabelled data. In this work, we apply existing SFDA techniques to a challenging set of naturally-occurring…

机器学习 · 计算机科学 2023-06-27 Malik Boudiaf , Tom Denton , Bart van Merriënboer , Vincent Dumoulin , Eleni Triantafillou

Source-Free Domain Adaptation (SFDA) addresses the challenge of adapting a model to a target domain without access to the data of the source domain. Prevailing methods typically start with a source model pre-trained with full supervision…

计算机视觉与模式识别 · 计算机科学 2025-09-15 Chirayu Agrawal , Snehasis Mukherjee

Unsupervised Domain Adaptation (UDA) is an effective approach to tackle the issue of domain shift. Specifically, UDA methods try to align the source and target representations to improve the generalization on the target domain. Further, UDA…

计算机视觉与模式识别 · 计算机科学 2023-03-22 Vibashan VS , Poojan Oza , Vishal M. Patel

Source-Free Unsupervised Domain Adaptation (SFUDA) is a challenging task where a model needs to be adapted to a new domain without access to target domain labels or source domain data. The primary difficulty in this task is that the model's…

计算机视觉与模式识别 · 计算机科学 2024-02-05 Yangyang Shu , Xiaofeng Cao , Qi Chen , Bowen Zhang , Ziqin Zhou , Anton van den Hengel , Lingqiao Liu