内容简介:Sebastian ThrunThis paper investigates learning in a lifelong context. Lifelong learning addresses situations in which a learner faces a whole stream of learning tasks. Such scenarios provide the opportunity to transfer knowledge across multiple learning t
Sebastian Thrun
Abstract
This paper investigates learning in a lifelong context. Lifelong learning addresses situations in which a learner faces a whole stream of learning tasks. Such scenarios provide the opportunity to transfer knowledge across multiple learning tasks, in order to generalize more accurately from less training data. In this paper, several different approaches to lifelong learning are described and applied in an object recognition domain. It is shown that across the board, lifelong learning approaches generalize consistently more accurately from less training data, by their ability to transfer knowledge across learning tasks.
Introduction
人在学习过程中并不只使用提供的训练数据,而是会综合过往的经验。就像学车的时候,也许你才学了几天,但是你从学就学会了识别路牌,有一些基本的机械知识,这些都会帮助你学习驾驶。
lifelong learning架构是指,假设你面对的任务是你整个人生中所有任务,这些任务间的学习是可以相互促进的。从前面学习的任务中提取经验会有利于新的任务的学习。
我们可以假设每个新的任务是一个concept,每个concept对应一个函数f。所以遇到一个任务,我们需要先知道它属于哪个concept,用哪个函数。我们在学习第n个任务的时候,前n-1个任务的数据也会有用,这些数据叫做支持集。
Memory-Based Learning Approaches
基于记忆的方式。
KNN 和 Shepard
Shepard是给KNN每个点加了权重,距离越远,权重越小。
学习新的表征
我们认为一个好的表征是让同类的样本间距离近,不同类的样本间距离远。
学习距离函数
可以用神经网络来学习距离函数,设定一个阈值,来判断样本是属于哪个concept。
基于神经网络的方式
反向传播
Learning with Hints
看起来像multi-task leanring的原始版本。
EBNN
作者之前的一篇论文。EBNN估计目标函数的斜率(tangents)。使用了Tangent-Prop算法。
实验结果
ENBB最好,有知识迁移效果。
Discussion
Learning becomes easier when embedded in a lifelong learning context.
Y. S. Abu-Mostafa. Learning from hints in neural networks. Journal of Complexity, 6: 192-198,
W-K. Ahn and W F. Brewer. Psychological studies of explanation-based learning. In
G. Dejong, editor, Investigating Explanation-Based Learning. Kluwer Academic Publishers,
BostonlDordrechtILondon, 1993.
T. M. Mitchell and S. Thrun. Explanation-based neural network learning for robot control. In
S. J. Hanson, J. Cowan, and C. L. Giles, editors, Advances in Neural Information Processing
Systems 5, pages 287-294, San Mateo, CA, 1993. Morgan Kaufmann.
] J. O'Sullivan, T. M. Mitchell, and S. Thrun. Explanation-based neural network learning from
mobile robot perception. In K. Ikeuchi and M. Veloso, editors, Symbolic Visual Learning. Oxford
University Press, 1995.
D. E. Rumelhart, G. E. Hinton, and R. J. Williams. Learning internal representations by error
propagation. In D. E. Rumelhart and 1. L. McClelland, editors, Parallel Distributed Processing.
Vol. I + II. MIT Press, 1986.
S. Thrun. Explanation-Based Neural Network Learning: A Lifelong Learning Approach. Kluwer
Academic Publishers, Boston, MA, 1996. to appear.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 多任务深度学习的三个经验教训
- 实战|利用机器学习解决一个多分类任务
- vSphere Bitfusion运行TensorFlow深度学习任务
- 深度学习模型在序列标注任务中的应用
- 详解 Google 多任务学习模型 MMoE ( KDD 2018 )
- 特征工程也能达到深度学习的表现,是深度学习太弱还是任务太简单?
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。