paper-with-me

Papers

Augmented Cyclic Adversarial Learning for Low Resource Domain Adaptation

2018-07-01 · ICLR 2019 5 · Ehsan Hosseini-Asl, Yingbo Zhou, Caiming Xiong, Richard Socher

Training a model to perform a task typically requires a large amount of data from the domains in which the task will be applied. However, it is often the case that data are abundant in some domains but scarce in others. Domain adaptation deals with the challenge of adapting a model trained from a data-rich source domain to perform well in a data-poor target domain. In general, this requires learning plausible mappings between domains. CycleGAN is a powerful framework that efficiently learns to map inputs from one domain to another using adversarial training and a cycle-consistency constraint. However, the conventional approach of enforcing cycle-consistency via reconstruction may be overly restrictive in cases where one or more domains have limited training data. In this paper, we propose an augmented cyclic adversarial learning model that enforces the cycle-consistency constraint via an external task specific model, which encourages the preservation of task-relevant content as opposed to exact reconstruction. We explore digit classification in a low-resource setting in supervised, semi and unsupervised situation, as well as high resource unsupervised. In low-resource supervised setting, the results show that our approach improves absolute performance by 14% and 4% when adapting SVHN to MNIST and vice versa, respectively, which outperforms unsupervised domain adaptation methods that require high-resource unlabeled target domain. Moreover, using only few unsupervised target data, our approach can still outperforms many high-resource unsupervised models. In speech domains, we similarly adopt a speech recognition model from each domain as the task specific model. Our approach improves absolute performance of speech recognition by 2% for female speakers in the TIMIT dataset, where the majority of training samples are from male voices.

📄 PDF Abstract BibTeX arXiv:1807.00374

Code (2)

kiniavinash/ACAL pytorch
ms903-github/ACAL-pytorch pytorch

Tasks

Domain Adaptationspeech-recognitionSpeech RecognitionUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Residual Connection 설명 없음
PatchGAN 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Tanh Activation 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Robust Domain Adaptation By Augmented Cyclic Adversarial Learning

2018-10-22 · NIPS Workshop IRASL 2018 · Anonymous

Training a model to perform a task typically requires a large amount of data from the domains in which the task will be applied. However, it is often the case that data are abundant in some domains but scarce in others. …

Domain Adaptationspeech-recognitionSpeech RecognitionUnsupervised Domain Adaptation

Connecting adversarial attacks and optimal transport for domain adaptation

2022-05-30 · Arip Asadulaev, Vitaly Shutov, Alexander Korotin, Alexander Panfilov 외

We present a novel algorithm for domain adaptation using optimal transport. In domain adaptation, the goal is to adapt a classifier trained on the source domain samples to the target domain. In our method, we use optimal…

Domain Adaptation

Towards Subject Agnostic Affective Emotion Recognition

2023-10-20 · Amit Kumar Jaiswal, Haiming Liu, Prayag Tiwari

This paper focuses on affective emotion recognition, aiming to perform in the subject-agnostic paradigm based on EEG signals. However, EEG signals manifest subject instability in subject-agnostic affective Brain-computer…

Domain AdaptationEEGEmotion RecognitionMeta-Learning

Cross Domain Adaptation using Adversarial networks with Cyclic loss

2024-12-02 · Manpreet Kaur, Ankur Tomar, Srijan Mishra, Shashwat Verma

Deep Learning methods are highly local and sensitive to the domain of data they are trained with. Even a slight deviation from the domain distribution affects prediction accuracy of deep networks significantly. In this w…

DecoderDeep LearningDomain AdaptationTranslation

Unsupervised Domain Adaptive Object Detection using Forward-Backward Cyclic Adaptation

2020-02-03 · Siqi Yang, Lin Wu, Arnold Wiliem, Brian C. Lovell

We present a novel approach to perform the unsupervised domain adaptation for object detection through forward-backward cyclic (FBC) training. Recent adversarial training based domain adaptation methods have shown their …

Domain Adaptationimage-classificationImage Classificationobject-detection+2