All Projects → zxlzr → Deep Transfer Learning

zxlzr / Deep Transfer Learning

Deep Transfer Learning Papers

Projects that are alternatives of or similar to Deep Transfer Learning

Transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
Stars: ✭ 8,481 (+12372.06%)
Mutual labels:  papers, transfer-learning, domain-adaptation
meta-learning-progress
Repository to track the progress in Meta-Learning (MtL), including the datasets and the current state-of-the-art for the most common MtL problems.
Stars: ✭ 26 (-61.76%)
Mutual labels:  transfer-learning, domain-adaptation
Transformers-Domain-Adaptation
Adapt Transformer-based language models to new text domains
Stars: ✭ 67 (-1.47%)
Mutual labels:  transfer-learning, domain-adaptation
Cross Domain ner
Cross-domain NER using cross-domain language modeling, code for ACL 2019 paper
Stars: ✭ 67 (-1.47%)
Mutual labels:  transfer-learning, domain-adaptation
pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary research, part of the 🔥PyTorch ecosystem
Stars: ✭ 381 (+460.29%)
Mutual labels:  transfer-learning, domain-adaptation
Transfer-learning-materials
resource collection for transfer learning!
Stars: ✭ 213 (+213.24%)
Mutual labels:  transfer-learning, domain-adaptation
awesome-list-of-awesomes
A curated list of all the Awesome --Topic Name-- lists I've found till date relevant to Data lifecycle, ML and DL.
Stars: ✭ 259 (+280.88%)
Mutual labels:  transfer-learning, papers
Awesome Domain Adaptation
A collection of AWESOME things about domian adaptation
Stars: ✭ 3,357 (+4836.76%)
Mutual labels:  transfer-learning, domain-adaptation
KD3A
Here is the official implementation of the model KD3A in paper "KD3A: Unsupervised Multi-Source Decentralized Domain Adaptation via Knowledge Distillation".
Stars: ✭ 63 (-7.35%)
Mutual labels:  transfer-learning, domain-adaptation
SHOT-plus
code for our TPAMI 2021 paper "Source Data-absent Unsupervised Domain Adaptation through Hypothesis Transfer and Labeling Transfer"
Stars: ✭ 46 (-32.35%)
Mutual labels:  transfer-learning, domain-adaptation
adapt
Awesome Domain Adaptation Python Toolbox
Stars: ✭ 46 (-32.35%)
Mutual labels:  transfer-learning, domain-adaptation
transfertools
Python toolbox for transfer learning.
Stars: ✭ 22 (-67.65%)
Mutual labels:  transfer-learning, domain-adaptation
TA3N
[ICCV 2019 Oral] TA3N: https://github.com/cmhungsteve/TA3N (Most updated repo)
Stars: ✭ 45 (-33.82%)
Mutual labels:  transfer-learning, domain-adaptation
BA3US
code for our ECCV 2020 paper "A Balanced and Uncertainty-aware Approach for Partial Domain Adaptation"
Stars: ✭ 31 (-54.41%)
Mutual labels:  transfer-learning, domain-adaptation
Clan
( CVPR2019 Oral ) Taking A Closer Look at Domain Shift: Category-level Adversaries for Semantics Consistent Domain Adaptation
Stars: ✭ 248 (+264.71%)
Mutual labels:  transfer-learning, domain-adaptation
transfer-learning-algorithms
Implementation of many transfer learning algorithms in Python with Jupyter notebooks
Stars: ✭ 42 (-38.24%)
Mutual labels:  transfer-learning, domain-adaptation
Transferlearning Tutorial
《迁移学习简明手册》LaTex源码
Stars: ✭ 2,122 (+3020.59%)
Mutual labels:  transfer-learning, domain-adaptation
Seg Uncertainty
IJCAI2020 & IJCV 2020 🌇 Unsupervised Scene Adaptation with Memory Regularization in vivo
Stars: ✭ 202 (+197.06%)
Mutual labels:  transfer-learning, domain-adaptation
cmd
Central Moment Discrepancy for Domain-Invariant Representation Learning (ICLR 2017, keras)
Stars: ✭ 53 (-22.06%)
Mutual labels:  transfer-learning, domain-adaptation
Multitask Learning
Awesome Multitask Learning Resources
Stars: ✭ 361 (+430.88%)
Mutual labels:  transfer-learning, domain-adaptation

Deep Transfer Learning

Contributed by Ningyu Zhang.


When Transfer Learning Meets Deep Learning

Survey


New Trends

  • GLoMo: Unsupervisedly Learned Relational Graphs as Transferable Representations

  • Learning to Transfer (ICML-18)

  • Label Efficient Learning of Transferable Representations across Domains and Tasks (NIPS-17)

Unbalanced Transfer

  • Re-weighted Adversarial Adaptation Network for Unsupervised Domain Adaptation (CVPR-18)

  • Deep Asymmetric Transfer Network for Unbalanced Domain Adaptation (AAAI-18)

  • Importance Weighted Adversarial Nets for Partial Domain Adaptation (CVPR-18)

  • Partial Transfer Learning with Selective Adversarial Networks (CVPR-18)

  • Partial Adversarial Domain Adaptation (ECCV-18)


Distilling Aproach

  • Distilling the Knowledge in a Neural Network (NIPS-14)

  • Born Again Neural Networks (ICML-18)

  • NITE : A Neural Inductive Teaching Framework for Domain-Specific NER (EMNLP-17)


Target Data: labelled, Source Data: labelled

  • DAN/JAN (Deep Adaptation Network/Joint Adaptation Network, ICML-15,17)
  • Learning Multiple Tasks with Multilinear Relationship Networks (NIPS-17)
  • Multi-Adversarial Domain Adaptation (AAAI-18)
  • Partial Transfer Learning with Selective Adversarial Networks (arXiv-17)
  • Gradient Episodic Memory for Continual Learning (NIPS-17)
  • Unified deep supervised domain adaptation and generalization (ICCV-17)
  • Semi-supervised learning knowledge transfer for deep learning from private training data (ICLR-17)
  • Net2Net: Accelerating Learning via Knowledge Transfer(ICLR-16)

Evolution based

  • Overcoming Catastrophic Forgetting in Neural Networks (PNAS-17)
  • Progressive Neural Networks (arXiv-16)
  • Evolution Channels Gradient Descent in Super Neural Networks (arXiv-17)
  • PathNet: Evolution Channels Gradient Descent in Super Neural Networks (arxiv-17)

One-shot learning

  • One-shot Learning with Memory-Augmented Neural Networks (arXiv-16)
  • Siamese Neural Networks for One-Shot Image Recognition (ICML-15)
  • Learning to Compare: Relation Network for Few-Shot Learning (arXiv-17)

Target Data: labelled, Source Data: unlabelled

Self Taught Learning


Target Data: unlabelled, Source Data: labelled

  • RTN (Unsupervised Domain Adaptation with Residual Transfer Networks, NIPS-16)
  • Associative Domain Adaptation (ICCV-17)
  • Deep CORAL: Correlation Alignment for Deep Domain Adaptation (ECCV-16)
  • Domain Separation Networks (NIPS-16)
  • Deep Hashing Network for Unsupervised Domain Adaptation (CVPR-17)
  • Deep Transfer Network: Unsupervised Domain Adaptation (arXiv-16)
  • Joint distribution optimal transportation for domain adaptation (NIPS-17)
  • When Unsupervised Domain Adaptation Meets Tensor Representations (ICCV-17)
  • Self-ensembling for visual domain adaptation (ICLR-18)
  • AutoDIAL: Automatic DomaIn Alignment Layers (ICCV-17)
  • Minimal-Entropy Correlation Alignment for Unsupervised Deep Domain Adaptation (ICLR-18)
  • Asymmetric Tri-training for Unsupervised Domain Adaptation (arXiv-17)
GAN based
  • Learning Semantic Representations for Unsupervised Domain Adaptation (ICML-18)

  • Unsupervised Domain Adaptation by Backpropagation (ICML-15)

  • Domain-Adversarial Training of Neural Networks (JMLR-16)

  • Unsupervised Pixel-Level Domain Adaptation with Generative Adversarial Networks (CVPR-17)

  • ADDA (Adversarial Discriminative Domain Adaptation, arXiv-17)

  • Coupled Generative Adversarial Networks (NIPS-16)

  • Wasserstein Distance Guided Representation Learning for Domain Adaptation (AAAI-18)

  • Cross-Domain Self-supervised Multi-task Feature Learning using Synthetic Imagery (CVPR-18)

RNN based
  • Transfer Learning for Sequence Tagging with Hierarchical Recurrent Networks (ICLR-17)

Zero-shot learning

Target Data: unlabelled, Source Data: unlabelled

Self Taught Clustering

  • Self-Taught Convolutional Neural Networks for Short Text Clustering (Neural Networks-17)

Concept Drift

  • Dynamic Weighted Majority for Incremental Learning of Imbalanced Data Streams with Concept Drift (IJCAI-17)

Transferability Analysis

  • How transferable are features in deep neural networks?

Transfer Learning for NLP

  • Adversarial Multi-task Learning for Text Classification (ACL-17)

  • Same Representation, Different Attentions: Shareable Sentence Representation Learning from Multiple Tasks (IJCAI-18)

  • Cross-Domain Sentiment Classification with Target Domain Specific Information (ACL-18)

  • Transfer Learning for Context-Aware Question Matching in Information-seeking Conversations in E-commerce (ACL-18)

  • Universal Language Model Fine-tuning for Text Classificatione (ACL-18)

  • Improving Language Understanding by Generative Pre-Training

  • Universal Sentence Encoder


Appliactions

  • TransNets: Learning to Transform for Recommendation (RecSys-17)
  • Empower Sequence Labeling with Task-Aware Neural Language Model (AAAI-18)
  • Adversarial Learning For Semi-Supervised Semantic Segmentation (ICLR 2018)
  • Cross-Domain Sentiment Classification via Topic-Related TrAdaBoost (AAAI-17)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].