paper-with-me

홈 › Papers

XMixup: Efficient Transfer Learning with Auxiliary Samples by Cross-domain Mixup

2020-07-20 · Xingjian Li, Haoyi Xiong, Haozhe An, Cheng-Zhong Xu, Dejing Dou

Transferring knowledge from large source datasets is an effective way to fine-tune the deep neural networks of the target task with a small sample size. A great number of algorithms have been proposed to facilitate deep transfer learning, and these techniques could be generally categorized into two groups - Regularized Learning of the target task using models that have been pre-trained from source datasets, and Multitask Learning with both source and target datasets to train a shared backbone neural network. In this work, we aim to improve the multitask paradigm for deep transfer learning via Cross-domain Mixup (XMixup). While the existing multitask learning algorithms need to run backpropagation over both the source and target datasets and usually consume a higher gradient complexity, XMixup transfers the knowledge from source to target tasks more efficiently: for every class of the target task, XMixup selects the auxiliary samples from the source dataset and augments training samples via the simple mixup strategy. We evaluate XMixup over six real world transfer learning datasets. Experiment results show that XMixup improves the accuracy by 1.9% on average. Compared with other state-of-the-art transfer learning approaches, XMixup costs much less training time while still obtains higher accuracy.

📄 PDF Abstract BibTeX arXiv:2007.10252

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Cross-Domain Open-Set Machinery Fault Diagnosis Based on Adversarial Network With Multiple Auxiliary Classifiers

2021-12-28 · TRANSACTIONS ON INDUSTRIAL INFORMA TICS 2021 12 · un Zhu, Cheng-Geng Huang

Cross-domain fault diagnosis methods based on transfer learning attempt to leverage knowledge from a domain with sufficient labeled samples to a different but related domain with few or even nonlabeled samples. These …

Domain AdaptationFault DiagnosisTransfer Learning

Transfer Learning for High-dimensional Linear Regression: Prediction, Estimation, and Minimax Optimality

2020-06-18 · Sai Li, T. Tony Cai, Hongzhe Li

This paper considers the estimation and prediction of a high-dimensional linear regression in the setting of transfer learning, using samples from the target model as well as auxiliary samples from different but possibly…

PredictionregressionTransfer Learning

Domain Transfer Structured Output Learning

2014-09-03 · Jim Jing-Yan Wang

In this paper, we propose the problem of domain transfer structured output learn- ing and the first solution to solve it. The problem is defined on two different data domains sharing the same input and output spaces, nam…

Cross-Domain Review Helpfulness Prediction Based on Convolutional Neural Networks with Auxiliary Domain Discriminators

2018-06-01 · NAACL 2018 6 · Cen Chen, Yinfei Yang, Jun Zhou, Xiaolong Li 외

With the growing amount of reviews in e-commerce websites, it is critical to assess the helpfulness of reviews and recommend them accordingly to consumers. Recent studies on review helpfulness require plenty of labeled s…

Machine TranslationText ClassificationTransfer Learning

Memory Efficient Class-Incremental Learning for Image Classification

2020-08-04 · Hanbin Zhao, Hui Wang, Yongjian Fu, Fei Wu 외

With the memory-resource-limited constraints, class-incremental learning (CIL) usually suffers from the "catastrophic forgetting" problem when updating the joint classification model on the arrival of newly added classes…

Classificationclass-incremental learningClass Incremental LearningGeneral Classification+4