paper-with-me

Papers

Improved Knowledge Transfer for Semi-Supervised Domain Adaptation via Trico Training Strategy

2023-01-01 · ICCV 2023 1 · Ba Hung Ngo, Yeon Jeong Chae, Jung Eun Kwon, Jae Hyeon Park, Sung In Cho

The motivation of the semi-supervised domain adaptation (SSDA) is to train a model by leveraging knowledge acquired from the plentiful labeled source combined with extremely scarce labeled target data to achieve the lowest error on the unlabeled target data at the testing time. However, due to inter-domain and intra-domain discrepancies, the improvement of classification accuracy is limited. To solve these, we propose the Trico-training method that utilizes a multilayer perceptron (MLP) classifier and two graph convolutional network (GCN) classifiers called inter-view GCN and intra-view GCN classifiers. The first co-training strategy exploits a correlation between MLP and inter-view GCN classifiers to minimize the inter-domain discrepancy, in which the inter-view GCN classifier provides its pseudo labels to teach the MLP classifier, which encourages class representation alignment across domains. In contrast, the MLP classifier gives feedback to the inter-view GCN classifier by using a new concept, 'pseudo-edge', for neighbor's feature aggregation. Doing this increases the data structure mining ability of the inter-view GCN classifier; thus, the quality of generated pseudo labels is improved. The second co-training strategy between MLP and intra-view GCN is conducted in a similar way to reduce the intra-domain discrepancy by enhancing the correlation between labeled and unlabeled target data. Due to an imbalance in classification accuracy between inter-view and intra-view GCN classifiers, we propose the third co-training strategy that encourages them to cooperate to address this problem. We verify the effectiveness of the proposed method on three standard SSDA benchmark datasets: Office-31, Office-Home, and DomainNet. The extended experimental results show that our method surpasses the prior state-of-the-art approaches in SSDA.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSemi-supervised Domain AdaptationTransfer Learning

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Semi-Supervised Noise Adaptation: Transferring Knowledge from Noise Domain

2026-05-30 · Yuan Yao, Jin Song, Huixia Li, Tongtong Yuan 외 arxiv

Transfer learning aims to facilitate the learning of a target domain by transferring knowledge from a source domain. The source domain typically contains semantically meaningful samples (*e.g.*, images) to facilitate eff…

Transfer Learning

Dual-Teacher++: Exploiting Intra-domain and Inter-domain Knowledge with Reliable Transfer for Cardiac Segmentation

2021-01-07 · Kang Li, Shujun Wang, Lequan Yu, Pheng-Ann Heng

Annotation scarcity is a long-standing problem in medical image analysis area. To efficiently leverage limited annotations, abundant unlabeled data are additionally exploited in semi-supervised learning, while well-estab…

Cardiac SegmentationDomain AdaptationMedical Image AnalysisSemi-supervised Domain Adaptation+1

Federated Semi-Supervised Domain Adaptation via Knowledge Transfer

2022-07-21 · Madhureeta Das, Xianhao Chen, Xiaoyong Yuan, Lan Zhang

Given the rapidly changing machine learning environments and expensive data labeling, semi-supervised domain adaptation (SSDA) is imperative when the labeled data from the source domain is statistically different from th…

Domain AdaptationFederated LearningKnowledge DistillationSemi-supervised Domain Adaptation+1

Deep Variational Transfer: Transfer Learning through Semi-supervised Deep Generative Models

2018-12-07 · Marouan Belhaj, Pavlos Protopapas, Weiwei Pan

In real-world applications, it is often expensive and time-consuming to obtain labeled examples. In such cases, knowledge transfer from related domains, where labels are abundant, could greatly reduce the need for extens…

General ClassificationTransfer Learning

Domain Specific, Semi-Supervised Transfer Learning for Medical Imaging

2020-05-24 · Jitender Singh Virk, Deepti. R. Bathula

Limited availability of annotated medical imaging data poses a challenge for deep learning algorithms. Although transfer learning minimizes this hurdle in general, knowledge transfer across disparate domains is shown to …

General KnowledgeTransfer Learning