Training a Mentee Network by Transferring Knowledge from a Mentor Network
Abstract
Automatic classification of foods is a challenging problem. Results on ImageNet dataset shows that ConvNets are very powerful in modeling natural objects. Nonetheless, it is not trivial to train a ConvNet from scratch for classification of foods. This is due to the fact that ConvNets require large datasets and to our knowledge there is not a large public dataset of foods for this purpose. An alternative solution is to transfer knowledge from already trained ConvNets. In this work, we study how transferable are state-of-art ConvNets to classification of foods. We also propose a method for transferring knowledge from a bigger ConvNet to a smaller ConvNet without decreasing the accuracy. Our experiments on UECFood256 dataset show that state-of-art networks produce comparable results if we start transferring knowledge from an appropriate layer. In addition, we show that our method is able to effectively transfer knowledge to a smaller ConvNet using unlabeled samples.
Cite
Text
Heravi et al. "Training a Mentee Network by Transferring Knowledge from a Mentor Network." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-49409-8_42Markdown
[Heravi et al. "Training a Mentee Network by Transferring Knowledge from a Mentor Network." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/heravi2016eccv-training/) doi:10.1007/978-3-319-49409-8_42BibTeX
@inproceedings{heravi2016eccv-training,
title = {{Training a Mentee Network by Transferring Knowledge from a Mentor Network}},
author = {Heravi, Elnaz Jahani and Aghdam, Hamed Habibi and Puig, Domenec},
booktitle = {European Conference on Computer Vision},
year = {2016},
pages = {500-507},
doi = {10.1007/978-3-319-49409-8_42},
url = {https://mlanthology.org/eccv/2016/heravi2016eccv-training/}
}