paper-with-me

홈 › Papers

Deep Subdomain Adaptation Network for Image Classification

2021-06-17 · Yongchun Zhu, Fuzhen Zhuang, Jindong Wang, Guolin Ke, Jingwu Chen, Jiang Bian, Hui Xiong, Qing He

For a target task where labeled data is unavailable, domain adaptation can transfer a learner from a different source domain. Previous deep domain adaptation methods mainly learn a global domain shift, i.e., align the global source and target distributions without considering the relationships between two subdomains within the same category of different domains, leading to unsatisfying transfer learning performance without capturing the fine-grained information. Recently, more and more researchers pay attention to Subdomain Adaptation which focuses on accurately aligning the distributions of the relevant subdomains. However, most of them are adversarial methods which contain several loss functions and converge slowly. Based on this, we present Deep Subdomain Adaptation Network (DSAN) which learns a transfer network by aligning the relevant subdomain distributions of domain-specific layer activations across different domains based on a local maximum mean discrepancy (LMMD). Our DSAN is very simple but effective which does not need adversarial training and converges fast. The adaptation can be achieved easily with most feed-forward network models by extending them with LMMD loss, which can be trained efficiently via back-propagation. Experiments demonstrate that DSAN can achieve remarkable results on both object recognition tasks and digit classification tasks. Our code will be available at: https://github.com/easezyc/deep-transfer-learning

📄 PDF Abstract BibTeX arXiv:2106.09388

Code (1)

easezyc/deep-transfer-learning 공식 구현 pytorch

Tasks

ClassificationDomain Adaptationimage-classificationImage ClassificationObject RecognitionSubdomain adaptationTransfer Learning

Similar Papers 제목 키워드 기반

IDPL: Intra-subdomain adaptation adversarial learning segmentation method based on Dynamic Pseudo Labels

2022-10-07 · XueWei Li, Weilun Zhang, Jie Gao, Xuzhou Fu 외

Unsupervised domain adaptation(UDA) has been applied to image semantic segmentation to solve the problem of domain offset. However, in some difficult categories with poor recognition accuracy, the segmentation effects ar…

Domain AdaptationPseudo LabelSegmentationSemantic Segmentation+2

Spatial Graph Convolutional Neural Network via Structured Subdomain Adaptation and Domain Adversarial Learning for Bearing Fault Diagnosis

2021-12-11 · Mohammadreza Ghorvei, Mohammadreza Kavianpour, Mohammad TH Beheshti, Amin Ramezani

Unsupervised domain adaptation (UDA) has shown remarkable results in bearing fault diagnosis under changing working conditions in recent years. However, most UDA methods do not consider the geometric structure of the dat…

Domain AdaptationFault DiagnosisSubdomain adaptationUnsupervised Domain Adaptation

ML-BPM: Multi-teacher Learning with Bidirectional Photometric Mixing for Open Compound Domain Adaptation in Semantic Segmentation

2022-07-19 · Fei Pan, Sungsu Hur, Seokju Lee, Junsik Kim 외

Open compound domain adaptation (OCDA) considers the target domain as the compound of multiple unknown homogeneous subdomains. The goal of OCDA is to minimize the domain gap between the labeled source domain and the unla…

Domain AdaptationSemantic Segmentation

Pixel-level Intra-domain Adaptation for Semantic Segmentation

2021-10-17 · ACM International Conference on Multimedia 2021 10 · Zizheng Yan, Xianggang Yu, Yipeng Qin, Yushuang Wu 외

Recent advances in unsupervised domain adaptation have achieved remarkable performance on semantic segmentation tasks. Despite such progress, existing works mainly focus on bridging the inter-domain gaps between the sour…

Domain AdaptationSegmentationSemantic SegmentationSynthetic-to-Real Translation+1

Divide to Adapt: Mitigating Confirmation Bias for Domain Adaptation of Black-Box Predictors

2022-05-28 · Jianfei Yang, Xiangyu Peng, Kai Wang, Zheng Zhu 외

Domain Adaptation of Black-box Predictors (DABP) aims to learn a model on an unlabeled target domain supervised by a black-box predictor trained on a source domain. It does not require access to both the source-domain da…

Domain AdaptationKnowledge Distillation