On the Impact of Data Set Size in Transfer Learning Using Deep Neural Networks

Deepak Soekhoe,Peter van der Putten,Aske Plaat
DOI: https://doi.org/10.1007/978-3-319-46349-0_5
2016-01-01
Abstract:In this paper we study the effect of target set size on transfer learning in deep learning convolutional neural networks. This is an important problem as labelling is a costly task, or for new or specific classes the number of labelled instances available may simply be too small. We present results for a series of experiments where we either train on a target of classes from scratch, retrain all layers, or subsequently lock more layers in the network, for the Tiny-ImageNet and MiniPlaces2 data sets. Our findings indicate that for smaller target data sets freezing the weights for the initial layers of the network gives better results on the target set classes. We present a simple and easy to implement training heuristic based on these findings.
What problem does this paper attempt to address?