中文
相关论文

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

200 篇论文

Domain Adaptation aims to transfer the knowledge learned from a labeled source domain to an unlabeled target domain whose data distributions are different. However, the training data in source domain required by most of the existing methods…

计算机视觉与模式识别 · 计算机科学 2023-06-02 Ning Ding , Yixing Xu , Yehui Tang , Chao Xu , Yunhe Wang , Dacheng Tao

Domain adaptation assumes that samples from source and target domains are freely accessible during a training phase. However, such an assumption is rarely plausible in the real-world and possibly causes data-privacy issues, especially when…

计算机视觉与模式识别 · 计算机科学 2021-08-31 Youngeun Kim , Donghyeon Cho , Kyeongtak Han , Priyadarshini Panda , Sungeun Hong

Most unsupervised domain adaptation (UDA) methods assume that labeled source images are available during model adaptation. However, this assumption is often infeasible owing to confidentiality issues or memory constraints on mobile devices.…

计算机视觉与模式识别 · 计算机科学 2023-03-17 JoonHo Lee , Gyemin Lee

Unsupervised Domain Adaptation (UDA) aims to learn a predictor model for an unlabeled domain by transferring knowledge from a separate labeled source domain. However, most of these conventional UDA approaches make the strong assumption of…

机器学习 · 计算机科学 2021-04-06 Sk Miraj Ahmed , Dripta S. Raychaudhuri , Sujoy Paul , Samet Oymak , Amit K. Roy-Chowdhury

Universal domain adaptation (UniDA) aims to transfer the knowledge from a labeled source domain to an unlabeled target domain without any assumptions of the label sets, which requires distinguishing the unknown samples from the known ones…

计算机视觉与模式识别 · 计算机科学 2024-10-02 Yifan Wang , Lin Zhang , Ran Song , Paul L. Rosin , Yibin Li , Wei Zhang

Source-free domain adaptation (SFDA) aims to adapt a source model trained on a fully-labeled source domain to an unlabeled target domain. Large-data pre-trained networks are used to initialize source models during source training, and…

计算机视觉与模式识别 · 计算机科学 2023-08-28 Wenyu Zhang , Li Shen , Chuan-Sheng Foo

Effort in releasing large-scale datasets may be compromised by privacy and intellectual property considerations. A feasible alternative is to release pre-trained models instead. While these models are strong on their original task (source…

计算机视觉与模式识别 · 计算机科学 2021-05-18 Yunzhong Hou , Liang Zheng

Present domain adaptation methods usually perform explicit representation alignment by simultaneously accessing the source data and target data. However, the source data are not always available due to the privacy preserving consideration…

计算机视觉与模式识别 · 计算机科学 2023-03-02 Ning Ma , Jiajun Bu , Zhen Zhang , Sheng Zhou

Conventional unsupervised domain adaptation (UDA) methods need to access both labeled source samples and unlabeled target samples simultaneously to train the model. While in some scenarios, the source samples are not available for the…

机器学习 · 计算机科学 2021-09-10 Yuntao Du , Haiyang Yang , Mingcai Chen , Juan Jiang , Hongtao Luo , Chongjun Wang

Source-free domain adaptation (SFDA) involves adapting a model originally trained using a labeled dataset ({\em source domain}) to perform effectively on an unlabeled dataset ({\em target domain}) without relying on any source data during…

计算机视觉与模式识别 · 计算机科学 2024-12-20 Jing Wang , Wonho Bae , Jiahong Chen , Kuangen Zhang , Leonid Sigal , Clarence W. de Silva

In domain adaptation, there are two popular paradigms: Unsupervised Domain Adaptation (UDA), which aligns distributions using source data, and Source-Free Domain Adaptation (SFDA), which leverages pre-trained source models without accessing…

机器学习 · 计算机科学 2024-11-26 Fan Wang , Zhongyi Han , Xingbo Liu , Xin Gao , Yilong Yin

We address the source-free domain adaptation (SFDA) problem, where only the source model is available during adaptation to the target domain. We consider two settings: the offline setting where all target data can be visited multiple times…

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

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

Source-free domain adaptation (SFDA) aims to adapt a well-trained source model to an unlabelled target domain without accessing the source dataset, making it applicable in a variety of real-world scenarios. Existing SFDA methods ONLY assess…

计算机视觉与模式识别 · 计算机科学 2023-10-10 Longxiang Tang , Kai Li , Chunming He , Yulun Zhang , Xiu Li

In the face of the deep learning model's vulnerability to domain shift, source-free domain adaptation (SFDA) methods have been proposed to adapt models to new, unseen target domains without requiring access to source domain data. Although…

计算机视觉与模式识别 · 计算机科学 2024-03-19 Uiwon Hwang , Jonghyun Lee , Juhyeon Shin , Sungroh Yoon

Standard Unsupervised Domain Adaptation (UDA) methods assume the availability of both source and target data during the adaptation. In this work, we investigate Source-free Unsupervised Domain Adaptation (SF-UDA), a specific case of UDA…

计算机视觉与模式识别 · 计算机科学 2023-03-20 Mattia Litrico , Alessio Del Bue , Pietro Morerio

Over the past decade, domain adaptation has become a widely studied branch of transfer learning that aims to improve performance on target domains by leveraging knowledge from the source domain. Conventional domain adaptation methods often…

机器学习 · 计算机科学 2023-02-24 Zhiqi Yu , Jingjing Li , Zhekai Du , Lei Zhu , Heng Tao Shen

Current unsupervised domain adaptation methods can address many types of distribution shift, but they assume data from the source domain is freely available. As the use of pre-trained models becomes more prevalent, it is reasonable to…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Roshni Sahoo , Divya Shanmugam , John Guttag

Due to privacy, storage, and other constraints, there is a growing need for unsupervised domain adaptation techniques in machine learning that do not require access to the data used to train a collection of source models. Existing methods…

机器学习 · 计算机科学 2023-06-01 Maohao Shen , Yuheng Bu , Gregory Wornell

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
‹ 上一页 1 2 3 10 下一页 ›