Direct Transfer of Learned Information Among Neural Networks

Abstract

A touted advantage of symbolic representations is the ease of transferring learned information from one intelligent agent to another. This paper investigates an analogous problem: how to use information from one neural network to help a second network learn a related task. Rather than translate such information into symbolic form (in which it may not be readily expressible), we investigate the direct transfer of information encoded as weights. Here, we focus on how transfer can be used to address the important problem of improving neural network learning speed. First we present an exploratory study of the somewhat surprising effects of pre-setting network weights on subsequent learning. Guided by hypotheses from this study, we sped up back-propagation learning for two speech recognition tasks. By transferring weights from smaller networks trained on subtasks, we achieved speedups of up to an order of magnitude compared with training starting with random weights, ...

Cite

Text

Pratt et al. "Direct Transfer of Learned Information Among Neural Networks." AAAI Conference on Artificial Intelligence, 1991.

Markdown

[Pratt et al. "Direct Transfer of Learned Information Among Neural Networks." AAAI Conference on Artificial Intelligence, 1991.](https://mlanthology.org/aaai/1991/pratt1991aaai-direct/)

BibTeX

@inproceedings{pratt1991aaai-direct,
  title     = {{Direct Transfer of Learned Information Among Neural Networks}},
  author    = {Pratt, Lorien Y. and Mostow, Jack and Kamm, Candace A.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1991},
  pages     = {584-589},
  url       = {https://mlanthology.org/aaai/1991/pratt1991aaai-direct/}
}