- Source: Transfer learning
Transfer learning (TL) is a technique in machine learning (ML) in which knowledge learned from a task is re-used in order to boost performance on a related task. For example, for image classification, knowledge gained while learning to recognize cars could be applied when trying to recognize trucks. This topic is related to the psychological literature on transfer of learning, although practical ties between the two fields are limited. Reusing/transferring information from previously learned tasks to new tasks has the potential to significantly improve learning efficiency.
Since transfer learning makes use of training with multiple objective functions it is related to cost-sensitive machine learning and multi-objective optimization.
History
In 1976, Bozinovski and Fulgosi published a paper addressing transfer learning in neural network training. The paper gives a mathematical and geometrical model of the topic. In 1981, a report considered the application of transfer learning to a dataset of images representing letters of computer terminals, experimentally demonstrating positive and negative transfer learning.
In 1992, Lorien Pratt formulated the discriminability-based transfer (DBT) algorithm.
By 1998, the field had advanced to include multi-task learning, along with more formal theoretical foundations. Influential publications on transfer learning include the book Learning to Learn in 1998, a 2009 survey and a 2019 survey.
Ng said in his NIPS 2016 tutorial that TL would become the next driver of machine learning commercial success after supervised learning.
In the 2020 paper, "Rethinking Pre-Training and self-training", Zoph et al. reported that pre-training can hurt accuracy, and advocate self-training instead.
Definition
The definition of transfer learning is given in terms of domains and tasks. A domain
D
{\displaystyle {\mathcal {D}}}
consists of: a feature space
X
{\displaystyle {\mathcal {X}}}
and a marginal probability distribution
P
(
X
)
{\displaystyle P(X)}
, where
X
=
{
x
1
,
.
.
.
,
x
n
}
∈
X
{\displaystyle X=\{x_{1},...,x_{n}\}\in {\mathcal {X}}}
. Given a specific domain,
D
=
{
X
,
P
(
X
)
}
{\displaystyle {\mathcal {D}}=\{{\mathcal {X}},P(X)\}}
, a task consists of two components: a label space
Y
{\displaystyle {\mathcal {Y}}}
and an objective predictive function
f
:
X
→
Y
{\displaystyle f:{\mathcal {X}}\rightarrow {\mathcal {Y}}}
. The function
f
{\displaystyle f}
is used to predict the corresponding label
f
(
x
)
{\displaystyle f(x)}
of a new instance
x
{\displaystyle x}
. This task, denoted by
T
=
{
Y
,
f
(
x
)
}
{\displaystyle {\mathcal {T}}=\{{\mathcal {Y}},f(x)\}}
, is learned from the training data consisting of pairs
{
x
i
,
y
i
}
{\displaystyle \{x_{i},y_{i}\}}
, where
x
i
∈
X
{\displaystyle x_{i}\in {\mathcal {X}}}
and
y
i
∈
Y
{\displaystyle y_{i}\in {\mathcal {Y}}}
.
Given a source domain
D
S
{\displaystyle {\mathcal {D}}_{S}}
and learning task
T
S
{\displaystyle {\mathcal {T}}_{S}}
, a target domain
D
T
{\displaystyle {\mathcal {D}}_{T}}
and learning task
T
T
{\displaystyle {\mathcal {T}}_{T}}
, where
D
S
≠
D
T
{\displaystyle {\mathcal {D}}_{S}\neq {\mathcal {D}}_{T}}
, or
T
S
≠
T
T
{\displaystyle {\mathcal {T}}_{S}\neq {\mathcal {T}}_{T}}
, transfer learning aims to help improve the learning of the target predictive function
f
T
(
⋅
)
{\displaystyle f_{T}(\cdot )}
in
D
T
{\displaystyle {\mathcal {D}}_{T}}
using the knowledge in
D
S
{\displaystyle {\mathcal {D}}_{S}}
and
T
S
{\displaystyle {\mathcal {T}}_{S}}
.
Applications
Algorithms are available for transfer learning in Markov logic networks and Bayesian networks. Transfer learning has been applied to cancer subtype discovery, building utilization, general game playing, text classification, digit recognition, medical imaging and spam filtering.
In 2020, it was discovered that, due to their similar physical natures, transfer learning is possible between electromyographic (EMG) signals from the muscles and classifying the behaviors of electroencephalographic (EEG) brainwaves, from the gesture recognition domain to the mental state recognition domain. It was noted that this relationship worked in both directions, showing that electroencephalographic can likewise be used to classify EMG. The experiments noted that the accuracy of neural networks and convolutional neural networks were improved through transfer learning both prior to any learning (compared to standard random weight distribution) and at the end of the learning process (asymptote). That is, results are improved by exposure to another domain. Moreover, the end-user of a pre-trained model can change the structure of fully-connected layers to improve performance.
Software
Several compilations of transfer learning and domain adaptation algorithms have been implemented:
ADAPT (Python)
TLlib (Python)
Domain-Adaptation-Toolbox (Matlab)
See also
Crossover (genetic algorithm)
Domain adaptation
General game playing
Multi-task learning
Multitask optimization
Transfer of learning in educational psychology
Zero-shot learning
Feature learning
external validity
References
Sources
Thrun, Sebastian; Pratt, Lorien (6 December 2012). Learning to Learn. Springer Science & Business Media. ISBN 978-1-4615-5529-2.
Kata Kunci Pencarian:
- Transfer
- Teknologi informasi komunikasi
- Transfer pengetahuan
- Teknologi pendidikan
- Richardus Eko Indrajit
- Amerika Serikat
- ARPANET
- Globalisasi
- Sistem endomembran
- Kode batang
- Transfer learning
- Transfer of learning
- Learning
- Learning theory (education)
- Neural network (machine learning)
- Zero-shot learning
- Transformer (deep learning architecture)
- Ensemble learning
- Negative transfer (memory)
- Self-supervised learning