paper-with-me

Papers

Instance-based Deep Transfer Learning

2018-09-08 · Tianyang Wang, Jun Huan, Michelle Zhu

Deep transfer learning recently has acquired significant research interest. It makes use of pre-trained models that are learned from a source domain, and utilizes these models for the tasks in a target domain. Model-based deep transfer learning is probably the most frequently used method. However, very little research work has been devoted to enhancing deep transfer learning by focusing on the influence of data. In this paper, we propose an instance-based approach to improve deep transfer learning in a target domain. Specifically, we choose a pre-trained model from a source domain and apply this model to estimate the influence of training samples in a target domain. Then we optimize the training data of the target domain by removing the training samples that will lower the performance of the pre-trained model. We later either fine-tune the pre-trained model with the optimized training data in the target domain, or build a new model which is initialized partially based on the pre-trained model, and fine-tune it with the optimized training data in the target domain. Using this approach, transfer learning can help deep learning models to capture more useful features. Extensive experiments demonstrate the effectiveness of our approach on boosting the quality of deep learning models for some common computer vision tasks, such as image classification.

📄 PDF Abstract BibTeX arXiv:1809.02776

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

A Method for Arbitrary Instance Style Transfer

2019-12-13 · Zhifeng Yu, Yusheng Wu, Tianyou Wang

The ability to synthesize style and content of different images to form a visually coherent image holds great promise in various applications such as stylistic painting, design prototyping, image editing, and augmented r…

Style Transfer

What makes instance discrimination good for transfer learning?

2020-06-11 · ICLR 2021 1 · Nanxuan Zhao, Zhirong Wu, Rynson W. H. Lau, Stephen Lin

Contrastive visual pretraining based on the instance discrimination pretext task has made significant progress. Notably, recent work on unsupervised pretraining has shown to surpass the supervised counterpart for finetun…

object-detectionObject DetectionTransfer Learning

Domain Transfer Multi-Instance Dictionary Learning

2016-05-26 · Ke Wang, Jiayong Liu, Daniel González

In this paper, we invest the domain transfer learning problem with multi-instance data. We assume we already have a well-trained multi-instance dictionary and its corresponding classifier from the source domain, which ca…

Dictionary LearningTransfer Learning

Transfer of Deep Reactive Policies for MDP Planning

2018-10-26 · NeurIPS 2018 12 · Aniket Bajpai, Sankalp Garg, Mausam

Domain-independent probabilistic planners input an MDP description in a factored representation language such as PPDDL or RDDL, and exploit the specifics of the representation for faster planning. Traditional algorithms …

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Arbitrary Style Transfer using Graph Instance Normalization

2020-10-06 · Dongki Jung, Seunghan Yang, Jaehoon Choi, Changick Kim

Style transfer is the image synthesis task, which applies a style of one image to another while preserving the content. In statistical methods, the adaptive instance normalization (AdaIN) whitens the source images and ap…

Domain AdaptationImage GenerationImage-to-Image TranslationStyle Transfer+1