中文
相关论文

相关论文: Polycentric Clustering and Structural Regularizati…

200 篇论文

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

Source-free Domain Adaptation (SFDA) aims to adapt a pre-trained source model to the unlabeled target domain without accessing the well-labeled source data, which is a much more practical setting due to the data privacy, security, and…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Sanqing Qu , Guang Chen , Jing Zhang , Zhijun Li , Wei He , Dacheng Tao

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 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

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

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

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

Domain shift occurs when training (source) and test (target) data diverge in their distribution. Source-Free Domain Adaptation (SFDA) addresses this domain shift problem, aiming to adopt a trained model on the source domain to the target…

计算机视觉与模式识别 · 计算机科学 2024-10-16 Hyeonwoo Cho , Chanmin Park , Dong-Hee Kim , Jinyoung Kim , Won Hwa Kim

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

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

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

Domain adaptation has become a widely adopted approach in machine learning due to the high costs associated with labeling data. It is typically applied when access to a labeled source domain is available. However, in real-world scenarios,…

计算机视觉与模式识别 · 计算机科学 2025-07-08 Amirfarhad Farhadi , Naser Mozayani , Azadeh Zamanifar

Source-Free Domain Adaptation (SFDA) enables domain adaptation for semantic segmentation of Remote Sensing Images (RSIs) using only a well-trained source model and unlabeled target domain data. However, the lack of ground-truth labels in…

计算机视觉与模式识别 · 计算机科学 2025-09-23 Bin Wang , Fei Deng , Zeyu Chen , Zhicheng Yu , Yiguang Liu

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

Unsupervised domain adaptation addresses the problem of classifying data in an unlabeled target domain, given labeled source domain data that share a common label space but follow a different distribution. Most of the recent methods take…

计算机视觉与模式识别 · 计算机科学 2023-02-24 Hui Tang , Yaowei Wang , Kui Jia

Unsupervised domain adaptation (UDA) is to learn classification models that make predictions for unlabeled data on a target domain, given labeled data on a source domain whose distribution diverges from the target one. Mainstream UDA…

计算机视觉与模式识别 · 计算机科学 2021-04-09 Hui Tang , Xiatian Zhu , Ke Chen , Kui Jia , C. L. Philip Chen

Semi-Supervised Domain Adaptation (SSDA) involves learning to classify unseen target data with a few labeled and lots of unlabeled target data, along with many labeled source data from a related domain. Current SSDA approaches usually aim…

计算机视觉与模式识别 · 计算机科学 2023-03-28 Yu-Chu Yu , Hsuan-Tien Lin

Source-free domain adaptation (SFDA) aims to transfer knowledge learned from a source domain to an unlabeled target domain, where the source data is unavailable during adaptation. Existing approaches for SFDA focus on self-training usually…

计算机视觉与模式识别 · 计算机科学 2022-12-08 Idit Diamant , Roy H. Jennings , Oranit Dror , Hai Victor Habi , Arnon Netzer

Multi-source domain adaptation (MSDA) plays an important role in industrial model generalization. Recent efforts on MSDA focus on enhancing multi-domain distributional alignment while omitting three issues, e.g., the class-level discrepancy…

机器学习 · 计算机科学 2024-12-24 Min Huang , Zifeng Xie , Bo Sun , Ning Wang

Source-free Unsupervised Domain Adaptation (SF-UDA) aims to adapt a well-trained source model to an unlabeled target domain without access to the source data. One key challenge is the lack of source data during domain adaptation. To handle…

计算机视觉与模式识别 · 计算机科学 2023-05-23 Hongbin Lin , Mingkui Tan , Yifan Zhang , Zhen Qiu , Shuaicheng Niu , Dong Liu , Qing Du , Yanxia Liu
‹ 上一页 1 2 3 10 下一页 ›