paper-with-me

홈 › Papers

Pick up the PACE: Fast and Simple Domain Adaptation via Ensemble Pseudo-Labeling

2022-05-26 · Christopher Liao, Theodoros Tsiligkaridis, Brian Kulis

Domain Adaptation (DA) has received widespread attention from deep learning researchers in recent years because of its potential to improve test accuracy with out-of-distribution labeled data. Most state-of-the-art DA algorithms require an extensive amount of hyperparameter tuning and are computationally intensive due to the large batch sizes required. In this work, we propose a fast and simple DA method consisting of three stages: (1) domain alignment by covariance matching, (2) pseudo-labeling, and (3) ensembling. We call this method $\textbf{PACE}$, for $\textbf{P}$seudo-labels, $\textbf{A}$lignment of $\textbf{C}$ovariances, and $\textbf{E}$nsembles. PACE is trained on top of fixed features extracted from an ensemble of modern pretrained backbones. PACE exceeds previous state-of-the-art by $\textbf{5 - 10 \%}$ on most benchmark adaptation tasks without training a neural network. PACE reduces training time and hyperparameter tuning time by $82\%$ and $97\%$, respectively, when compared to state-of-the-art DA methods. Code is released here: https://github.com/Chris210634/PACE-Domain-Adaptation

📄 PDF Abstract BibTeX arXiv:2205.13508

Code (1)

chris210634/pace-domain-adaptation 공식 구현 pytorch

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

PlaNet-ClothPick: Effective Fabric Flattening Based on Latent Dynamic Planning

2023-03-02 · Halid Abdulrahim Kadi, Kasim Terzic

Why do Recurrent State Space Models such as PlaNet fail at cloth manipulation tasks? Recent work has attributed this to the blurry prediction of the observation, which makes it difficult to plan directly in the latent sp…

State Space Models

Learning to Manipulate Deformable Objects without Demonstrations

2019-10-29 · Yilin Wu, Wilson Yan, Thanard Kurutach, Lerrel Pinto 외

In this paper we tackle the problem of deformable object manipulation through model-free visual reinforcement learning (RL). In order to circumvent the sample inefficiency of RL, we propose two key ideas that accelerate …

Deformable Object ManipulationObjectReinforcement LearningReinforcement Learning (RL)

FLORS: Fast and Simple Domain Adaptation for Part-of-Speech Tagging

2014-01-01 · TACL 2014 1 · Tobias Schnabel, Hinrich Sch{\"u}tze

We present FLORS, a new part-of-speech tagger for domain adaptation. FLORS uses robust representations that work especially well for unknown words and for known words with unseen tags. FLORS is simpler and faster than pr…

Domain AdaptationPart-Of-Speech TaggingUnsupervised Domain Adaptation

Subspace Alignment For Domain Adaptation

2014-09-18 · Basura Fernando, Amaury Habrard, Marc Sebban, Tinne Tuytelaars

In this paper, we introduce a new domain adaptation (DA) algorithm where the source and target domains are represented by subspaces spanned by eigenvectors. Our method seeks a domain invariant feature space by learning a…

Domain Adaptation

Scatter Component Analysis: A Unified Framework for Domain Adaptation and Domain Generalization

2015-10-15 · Muhammad Ghifary, David Balduzzi, W. Bastiaan Kleijn, Mengjie Zhang

This paper addresses classification tasks on a particular target domain in which labeled training data are only available from source domains different from (but related to) the target. Two closely related frameworks, do…

Domain AdaptationDomain GeneralizationGeneral ClassificationObject Recognition+1