User Tools

Site Tools


trans_learn:intro

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
trans_learn:intro [2017/09/25 03:16] yangtrans_learn:intro [2017/09/25 03:40] (current) yang
Line 2: Line 2:
 ===Introduction=== ===Introduction===
 机器学习与人工智能技术的实践常常面临人工标注样本不足的问题。 而迁移学习便是最大化利用已有标记数据的方法之一。它通过让模型从已有的标记数据向无标记数据迁移,从而减少模型训练对人工标记的需求。现有的迁移学习方法大多要求已标记数据与无标记数据的分布非常接近。而现实数据由于不同信息来源和环境影响具,与标记数据在结构上有相当大的差异。如很多图像识别模型训练时采用无背景的产品图片,而现实中的大部分未标记的照片有着复杂多变的背景与照片,因此导致迁移的效果仍十分有限。 本课题研究异构数据之间的迁移学习算法,利用原始特征之间相关性寻找迁移数据的最优表征方式,以此提高迁移学习的成效。 机器学习与人工智能技术的实践常常面临人工标注样本不足的问题。 而迁移学习便是最大化利用已有标记数据的方法之一。它通过让模型从已有的标记数据向无标记数据迁移,从而减少模型训练对人工标记的需求。现有的迁移学习方法大多要求已标记数据与无标记数据的分布非常接近。而现实数据由于不同信息来源和环境影响具,与标记数据在结构上有相当大的差异。如很多图像识别模型训练时采用无背景的产品图片,而现实中的大部分未标记的照片有着复杂多变的背景与照片,因此导致迁移的效果仍十分有限。 本课题研究异构数据之间的迁移学习算法,利用原始特征之间相关性寻找迁移数据的最优表征方式,以此提高迁移学习的成效。
- + {{ :trans_learn:office.png?400 |The Office-Caltech dataset (4 domains, 10 object classes) is one of the most popular transfer learning dataset.}}
  
 === Feature augmentation === === Feature augmentation ===
Line 12: Line 12:
    
 === Unsupervised domain adaptation  === === Unsupervised domain adaptation  ===
-**Domain adaptation** is one type of transfer learning problem that aims at learning from a source data distribution (source domain) a well performing model on a different (but related) target data distribution (target domain).  In particular, we consider the //unsupervised domain// adaptation problem, where the target domain has no training labels. +**Domain adaptation** is one type of transfer learning problem that aims at learning from a source data distribution (source domain) a well performing model on a different (but related) target data distribution (target domain).  In particular, we are interested in the //unsupervised domain// adaptation problem, where the target domain has no training labels. 
  
trans_learn/intro.1506323777.txt.gz · Last modified: 2017/09/25 03:16 by yang