paper-with-me

홈 › Papers

LiDAM: Semi-Supervised Learning with Localized Domain Adaptation and Iterative Matching

2020-10-13 · Qun Liu, Matthew Shreve, Raja Bala

Although data is abundant, data labeling is expensive. Semi-supervised learning methods combine a few labeled samples with a large corpus of unlabeled data to effectively train models. This paper introduces our proposed method LiDAM, a semi-supervised learning approach rooted in both domain adaptation and self-paced learning. LiDAM first performs localized domain shifts to extract better domain-invariant features for the model that results in more accurate clusters and pseudo-labels. These pseudo-labels are then aligned with real class labels in a self-paced fashion using a novel iterative matching technique that is based on majority consistency over high-confidence predictions. Simultaneously, a final classifier is trained to predict ground-truth labels until convergence. LiDAM achieves state-of-the-art performance on the CIFAR-100 dataset, outperforming FixMatch (73.50% vs. 71.82%) when using 2500 labels.

📄 PDF Abstract BibTeX arXiv:2010.06668

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSemi-Supervised Image Classification

Methods 이 논문이 사용한 방법론

FixMatch FixMatch is an algorithm that first generates pseudo-labels using the model's predictions on weakly-augmented unlabeled images. For a given image, the pseudo-label is only…

Similar Papers 제목 키워드 기반

Uncertainty-Guided Mixup for Semi-Supervised Domain Adaptation without Source Data

2021-07-14 · Ning Ma, Jiajun Bu, Zhen Zhang, Sheng Zhou

Present domain adaptation methods usually perform explicit representation alignment by simultaneously accessing the source data and target data. However, the source data are not always available due to the privacy preser…

Domain AdaptationPrivacy PreservingSemi-supervised Domain AdaptationSource-Free Domain Adaptation

Cluster-Guided Semi-Supervised Domain Adaptation for Imbalanced Medical Image Classification

2023-03-02 · Shota Harada, Ryoma Bise, Kengo Araki, Akihiko Yoshizawa 외

Semi-supervised domain adaptation is a technique to build a classifier for a target domain by modifying a classifier in another (source) domain using many unlabeled samples and a small number of labeled samples from the …

ClusteringDomain Adaptationimage-classificationImage Classification+3

Multi-Source Domain Adaptation and Semi-Supervised Domain Adaptation with Focus on Visual Domain Adaptation Challenge 2019

2019-10-08 · Yingwei Pan, Yehao Li, Qi Cai, Yang Chen 외

This notebook paper presents an overview and comparative analysis of our systems designed for the following two tasks in Visual Domain Adaptation Challenge (VisDA-2019): multi-source domain adaptation and semi-supervised…

Domain AdaptationSelf-LearningSemi-supervised Domain Adaptation

A Simple Baseline to Semi-Supervised Domain Adaptation for Machine Translation

2020-01-22 · Di Jin, Zhijing Jin, Joey Tianyi Zhou, Peter Szolovits

State-of-the-art neural machine translation (NMT) systems are data-hungry and perform poorly on new domains with no supervised data. As data collection is expensive and infeasible in many cases, domain adaptation methods…

Domain AdaptationLanguage ModelingLanguage ModellingMachine Translation+4

Semi-Supervised Hypothesis Transfer for Source-Free Domain Adaptation

2021-07-14 · Ning Ma, Jiajun Bu, Lixian Lu, Jun Wen 외

Domain Adaptation has been widely used to deal with the distribution shift in vision, language, multimedia etc. Most domain adaptation methods learn domain-invariant features with data from both domains available. Howeve…

Domain AdaptationSource-Free Domain Adaptation