中文
相关论文

相关论文: Zero-Shot Deep Domain Adaptation

200 篇论文

In recent years, researchers have been paying increasing attention to the threats brought by deep learning models to data security and privacy, especially in the field of domain adaptation. Existing unsupervised domain adaptation (UDA)…

机器学习 · 计算机科学 2021-08-31 Kunhong Wu , Yucheng Shi , Yahong Han , Yunfeng Shao , Bingshuai Li , Qi Tian

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

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

We propose a direct domain adaptation (DDA) approach to enrich the training of supervised neural networks on synthetic data by features from real-world data. The process involves a series of linear operations on the input features to the NN…

机器学习 · 计算机科学 2021-08-18 Tariq Alkhalifah , Oleg Ovcharenko

The primary objective of domain adaptation methods is to transfer knowledge from a source domain to a target domain that has similar but different data distributions. Thus, in order to correctly classify the unlabeled target domain samples,…

机器学习 · 计算机科学 2019-08-12 Rohith AP , Ambedkar Dukkipati , Gaurav Pandey

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

Machine learning models trained in one domain perform poorly in the other domains due to the existence of domain shift. Domain adaptation techniques solve this problem by training transferable models from the label-rich source domain to the…

计算机视觉与模式识别 · 计算机科学 2020-09-14 Jinghua Wang , Jianmin Jiang

Multi-source Domain Adaptation (MDA) aims to transfer predictive models from multiple, fully-labeled source domains to an unlabeled target domain. However, in many applications, relevant labeled source datasets may not be available, and…

计算机视觉与模式识别 · 计算机科学 2021-09-28 Xiangyu Yue , Zangwei Zheng , Colorado Reed , Hari Prasanna Das , Kurt Keutzer , Alberto Sangiovanni Vincentelli

The increasing adaptation of vision models across domains, such as satellite imagery and medical scans, has raised an emerging privacy risk: models may inadvertently retain and leak sensitive source-domain specific information in the target…

计算机视觉与模式识别 · 计算机科学 2026-04-10 Arnav Devalapally , Poornima Jain , Kartik Srinivas , Vineeth N. Balasubramanian

We propose a method to infer domain-specific models such as classifiers for unseen domains, from which no data are given in the training phase, without domain semantic descriptors. When training and test distributions are different,…

机器学习 · 统计学 2018-07-10 Atsutoshi Kumagai , Tomoharu Iwata

Domain adaptation aims to leverage a label-rich domain (the source domain) to help model learning in a label-scarce domain (the target domain). Most domain adaptation methods require the co-existence of source and target domain samples to…

计算机视觉与模式识别 · 计算机科学 2021-03-29 Jiayi Tian , Jing Zhang , Wen Li , Dong Xu

Unsupervised Domain adaptation methods solve the adaptation problem for an unlabeled target set, assuming that the source dataset is available with all labels. However, the availability of actual source samples is not always possible in…

计算机视觉与模式识别 · 计算机科学 2021-02-19 Vinod K Kurmi , Venkatesh K Subramanian , Vinay P Namboodiri

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

In this work, we define and address a novel domain adaptation (DA) problem in semantic scene segmentation, where the target domain not only exhibits a data distribution shift w.r.t. the source domain, but also includes novel classes that do…

计算机视觉与模式识别 · 计算机科学 2021-02-17 Maxime Bucher , Tuan-Hung Vu , Matthieu Cord , Patrick Pérez

Prediction in a new domain without any training sample, called zero-shot domain adaptation (ZSDA), is an important task in domain adaptation. While prediction in a new domain has gained much attention in recent years, in this paper, we…

机器学习 · 计算机科学 2021-01-18 Tomoya Sakai , Naoto Ohsaka

Domain adaptation has been vastly investigated in computer vision but still requires access to target images at train time, which might be intractable in some uncommon conditions. In this paper, we propose the task of `Prompt-driven…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Mohammad Fahes , Tuan-Hung Vu , Andrei Bursuc , Patrick Pérez , Raoul de Charette

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

Multi-source unsupervised domain adaptation~(MSDA) aims at adapting models trained on multiple labeled source domains to an unlabeled target domain. In this paper, we propose a novel multi-source domain adaptation framework based on…

计算机视觉与模式识别 · 计算机科学 2021-06-21 Jianzhong He , Xu Jia , Shuaijun Chen , Jianzhuang Liu

Domain adaptation is the supervised learning setting in which the training and test data are sampled from different distributions: training data is sampled from a source domain, whilst test data is sampled from a target domain. This paper…

机器学习 · 统计学 2016-10-21 Wouter M. Kouw , Jesse H. Krijthe , Marco Loog , Laurens J. P. van der Maaten