Everything about Transfer Learning (Probably the most complete repository?). Your contribution is highly valued! If you find this repo helpful, please cite it as follows:
关于迁移学习的所有资料,包括:介绍、综述文章、最新文章、代表工作及其代码、常用数据集、硕博士论文、比赛等等。(可能是目前最全的迁移学习资料库?) 欢迎一起贡献! 如果认为本仓库有用,请在你的论文和其他出版物中进行引用!
@Misc{transferlearning.xyz,
howpublished = {\url{http://transferlearning.xyz}},
title = {Everything about Transfer Learning and Domain Adapation},
author = {Wang, Jindong and others}
}
NOTE: You can directly open the code in Gihub Codespaces on the web to run them without downloading!
A good website to see the latest arXiv preprints by search: Transfer learning, Domain adaptation
一个很好的网站,可以直接看到最新的arXiv文章: Transfer learning, Domain adaptation
迁移学习文章汇总 Awesome transfer learning papers
- Papers
Latest: 所有 all papers...
-
20210625 ICML-21 f-Domain-Adversarial Learning: Theory and Algorithms
- New theory based on f-divergence
- 基于f-divergence给出新的DA理论和算法
-
20210625 CVPR-21 Generalized Domain Adaptation
- Generalized domain adaptation
- 更通用更一般的domain adaptation
-
20210625 CVPR-21 A Fourier-based Framework for Domain Generalization
- Fourier based domain generalization
- 基于傅里叶特征的DG
-
- Federated transfer learning framework 2
- FedHealth联邦迁移学习框架第二代
-
20210607 Interspeech-21 Cross-domain Speech Recognition with Unsupervised Character-level Distribution Matching 知乎
- Domain adaptation for speech recognition
- 用domain adaptation进行跨领域的语音识别
-
20210607 ICML-21 Sequential Domain Adaptation by Synthesizing Distributionally Robust Experts
- Sequential DA using distributionally robust experts
- 用鲁棒专家模型进行连续式领域自适应
-
20210607 Bilingual Alignment Pre-training for Zero-shot Cross-lingual Transfer
- Zero-shot cross-lingual transfer using bilingual alignment pretraining
- 通过双语言进行对齐预训练进行零资源的跨语言迁移
-
20210607 Pre-training Universal Language Representation
- Pretraining for universal language representation
- 用统一的预训练进行语言表征建模
-
20210526 Exploiting Adapters for Cross-lingual Low-resource Speech Recognition
- Investigate cross-lingual speech recognition for low-resource languages using Adapter and its variants.
- 探究使用Adapter及其变体进行对低资源语言进行跨语言语音识别
Want to quickly learn transfer learning?想尽快入门迁移学习?看下面的教程。
-
The transfer learning tutorial 入门教程
-
Video tutorials 视频教程
-
Brief introduction and slides 简介与ppt资料
- Recent advance of transfer learning
- Brief introduction in Chinese
- PPT (English) | PPT (中文)
- 迁移学习中的领域自适应方法 Domain adaptation: PDF | Video on Bilibili | Video on Youtube
- Tutorial on transfer learning by Qiang Yang: IJCAI'13 | 2016 version
- Recent advance of transfer learning
-
Talk is cheap, show me the code 动手教程、代码、数据
-
Transfer Learning Scholars and Labs - 迁移学习领域的著名学者、代表工作及实验室介绍
Related articles by research areas:
- General Transfer Learning (普通迁移学习)
- Domain Adaptation (领域自适应)
- Domain Generalization
- Multi-source Transfer Learning (多源迁移学习)
- Heterogeneous Transfer Learning (异构迁移学习)
- Online Transfer Learning (在线迁移学习)
- Zero-shot / Few-shot Learning
- Deep Transfer Learning (深度迁移学习)
- Multi-task Learning (多任务学习)
- Transfer Reinforcement Learning (强化迁移学习)
- Transfer Metric Learning (迁移度量学习)
- Transitive Transfer Learning (传递迁移学习)
- Lifelong Learning (终身迁移学习)
- Negative Transfer (负迁移)
- Transfer Learning Applications (应用)
Paperweekly: 一个推荐、分享论文的网站比较好,上面会持续整理相关的文章并分享阅读笔记。
Here are some articles on transfer learning theory and survey.
Survey (综述文章):
-
The most influential survey on transfer learning (最权威和经典的综述): A survey on transfer learning.
-
Latest survey - 较新的综述:
- 2021 Domain generalization: IJCAI-21 Generalizing to Unseen Domains: A Survey on Domain Generalization | 知乎文章 | 微信公众号
- First survey on domain generalization
- 第一篇对Domain generalization (领域泛化)的综述
- 2020 迁移学习最新survey,来自中科院计算所庄福振团队,发表在Proceedings of the IEEE: A Comprehensive Survey on Transfer Learning
- 2020 负迁移的综述:Overcoming Negative Transfer: A Survey
- 2020 知识蒸馏的综述: Knowledge Distillation: A Survey
- 用transfer learning进行sentiment classification的综述:A Survey of Sentiment Analysis Based on Transfer Learning
- 2019 一篇新survey:Transfer Adaptation Learning: A Decade Survey
- 2018 一篇迁移度量学习的综述: Transfer Metric Learning: Algorithms, Applications and Outlooks
- 2018 一篇最近的非对称情况下的异构迁移学习综述:Asymmetric Heterogeneous Transfer Learning: A Survey
- 2018 Neural style transfer的一个survey:Neural Style Transfer: A Review
- 2018 深度domain adaptation的一个综述:Deep Visual Domain Adaptation: A Survey
- 2017 多任务学习的综述,来自香港科技大学杨强团队:A survey on multi-task learning
- 2017 异构迁移学习的综述:A survey on heterogeneous transfer learning
- 2017 跨领域数据识别的综述:Cross-dataset recognition: a survey
- 2016 A survey of transfer learning。其中交代了一些比较经典的如同构、异构等学习方法代表性文章。
- 2015 中文综述:迁移学习研究进展
- 2021 Domain generalization: IJCAI-21 Generalizing to Unseen Domains: A Survey on Domain Generalization | 知乎文章 | 微信公众号
-
Survey on applications - 应用导向的综述:
- 视觉domain adaptation综述:Visual Domain Adaptation: A Survey of Recent Advances
- 迁移学习应用于行为识别综述:Transfer Learning for Activity Recognition: A Survey
- 迁移学习与增强学习:Transfer Learning for Reinforcement Learning Domains: A Survey
- 多个源域进行迁移的综述:A Survey of Multi-source Domain Adaptation。
Theory (理论文章):
-
Early transfer learning theory papers - 早期迁移学习的理论分析文章:
-
Latest theory papers
-
ICML-20 Few-shot domain adaptation by causal mechanism transfer
- The first work on causal transfer learning
- 日本理论组大佬Sugiyama的工作,causal transfer learning
-
CVPR-19 Characterizing and Avoiding Negative Transfer
- Characterizing and avoid negative transfer
- 形式化并提出如何避免负迁移
-
ICML-20 On Learning Language-Invariant Representations for Universal Machine Translation
- Theory for universal machine translation
- 对统一机器翻译模型进行了理论论证
-
-
MMD (Maximum mean discrepancy):
- MMD的提出:A Hilbert Space Embedding for Distributions 以及 A Kernel Two-Sample Test
- 多核MMD(MK-MMD):Optimal kernel choice for large-scale two-sample tests
- MMD及多核MMD代码:Matlab | Python
请见这里 | Please see HERE for some popular transfer learning codes.
See HERE for an instant run using Google's Colab.
Here are some transfer learning scholars and labs.
全部列表以及代表工作性见这里
Please note that this list is far not complete. A full list can be seen in here. Transfer learning is an active field. If you are aware of some scholars, please add them here.
Here are some popular thesis on transfer learning.
这里, 提取码:txyz。
Please see HERE for the popular transfer learning datasets and benchmark results.
这里整理了常用的公开数据集和一些已发表的文章在这些数据集上的实验结果。
See HERE for transfer learning applications.
迁移学习应用请见这里。
-
Call for papers:
- Advances in Transfer Learning: Theory, Algorithms, and Applications, DDL: October 2021
-
Related projects:
If you are interested in contributing, please refer to HERE for instructions in contribution.
[Notes]This Github repo can be used by following the corresponding licenses. I want to emphasis that it may contain some PDFs or thesis, which were downloaded by me and can only be used for academic purposes. The copyrights of these materials are owned by corresponding publishers or organizations. All this are for better adademic research. If any of the authors or publishers have concerns, please contact me to delete or replace them.
[文章版权声明]这个仓库可以遵守相关的开源协议进行使用。这个仓库中包含有很多研究者的论文、硕博士论文等,都来源于在网上的下载,仅作为学术研究使用。我对其中一些文章都写了自己的浅见,希望能很好地帮助理解。这些文章的版权属于相应的出版社。如果作者或出版社有异议,请联系我进行删除。一切都是为了更好地学术!