paper-with-me

Papers

Cross-Domain Adaptive Clustering for Semi-Supervised Domain Adaptation

2021-04-19 · CVPR 2021 1 · Jichang Li, Guanbin Li, Yemin Shi, Yizhou Yu

In semi-supervised domain adaptation, a few labeled samples per class in the target domain guide features of the remaining target samples to aggregate around them. However, the trained model cannot produce a highly discriminative feature representation for the target domain because the training data is dominated by labeled samples from the source domain. This could lead to disconnection between the labeled and unlabeled target samples as well as misalignment between unlabeled target samples and the source domain. In this paper, we propose a novel approach called Cross-domain Adaptive Clustering to address this problem. To achieve both inter-domain and intra-domain adaptation, we first introduce an adversarial adaptive clustering loss to group features of unlabeled target data into clusters and perform cluster-wise feature alignment across the source and target domains. We further apply pseudo labeling to unlabeled samples in the target domain and retain pseudo-labels with high confidence. Pseudo labeling expands the number of ``labeled" samples in each class in the target domain, and thus produces a more robust and powerful cluster core for each class to facilitate adversarial learning. Extensive experiments on benchmark datasets, including DomainNet, Office-Home and Office, demonstrate that our proposed approach achieves the state-of-the-art performance in semi-supervised domain adaptation.

📄 PDF Abstract BibTeX arXiv:2104.09415

Code (3)

lijichang/CVPR2021-SSDA 공식 구현 pytorch
KaiyangZhou/Dassl.pytorch pytorch
zwenyu/UniSSDA pytorch

Tasks

ClusteringDomain AdaptationSemi-supervised Domain Adaptation

Similar Papers 제목 키워드 기반

Adaptive Betweenness Clustering for Semi-Supervised Domain Adaptation

2024-01-21 · Jichang Li, Guanbin Li, Yizhou Yu

Compared to unsupervised domain adaptation, semi-supervised domain adaptation (SSDA) aims to significantly improve the classification performance and generalization capability of the model by leveraging the presence of a…

ClusteringDomain AdaptationSemi-supervised Domain AdaptationUnsupervised Domain Adaptation

Semi-supervised Clustering of Medical Text

2016-12-01 · WS 2016 12 · Pracheta Sahoo, Asif Ekbal, Sriparna Saha, Diego Moll{\'a} 외

Semi-supervised clustering is an attractive alternative for traditional (unsupervised) clustering in targeted applications. By using the information of a small annotated dataset, semi-supervised clustering can produce cl…

Clustering

Semi-supervised Domain Adaptive Structure Learning

2021-12-12 · Can Qin, Lichen Wang, Qianqian Ma, Yu Yin 외

Semi-supervised domain adaptation (SSDA) is quite a challenging problem requiring methods to overcome both 1) overfitting towards poorly annotated data and 2) distribution shift across domains. Unfortunately, a simple co…

Domain AdaptationRepresentation LearningSemi-supervised Domain Adaptation

Task-Adaptive Clustering for Semi-Supervised Few-Shot Classification

2020-03-18 · Jun Seo, Sung Whan Yoon, Jaekyun Moon

Few-shot learning aims to handle previously unseen tasks using only a small amount of new training data. In preparing (or meta-training) a few-shot learner, however, massive labeled data are necessary. In the real world,…

ClassificationClusteringFew-Shot LearningGeneral Classification+1

A Semi-Supervised Self-Organizing Map with Adaptive Local Thresholds

2019-07-01 · Pedro H. M. Braga, Hansenclever F. Bassani

In the recent years, there is a growing interest in semi-supervised learning, since, in many learning tasks, there is a plentiful supply of unlabeled data, but insufficient labeled ones. Hence, Semi-Supervised learning m…

ClusteringGeneral Classification