Chen, Tianqi, Ian Goodfellow, and Jonathon Shlens. "Net2Net: Accelerating Learning via Knowledge Transfer." (2016). [http://arxiv.org/abs/1511.05641]
-
Knowledge transfer scheme, from one model to another. Knowledge transfer throug copying weights.
-
Aim is to reduce training time and give the 'student' model and good starting point to begin its learning process. Student model begins to learn, from where the teacher left off. [critical in real life when several models are stored. Espcially when 'searching' for the best model]
-
Significant for 'life-long' learning, changes in model data become available (more data for categories or addition of categories)