Neural Data Server: A Large-Scale Search Engine for Transfer Learning Data
Abstract
Transfer learning has proven to be a successful technique to train deep learning models in the domains where little training data is available. The dominant approach is to pretrain a model on a large generic dataset such as ImageNet and finetune its weights on the target domain. However, in the new era of an ever-increasing number of massive datasets, selecting the relevant data for pretraining is a critical issue. We introduce Neural Data Server (NDS), a large-scale search engine for finding the most useful transfer learning data to the target domain. NDS consists of a dataserver which indexes several large popular image datasets, and aims to recommend data to a client, an end-user with a target application with its own small labeled dataset. The dataserver represents large datasets with a much more compact mixture-of-experts model, and employs it to perform data search in a series of dataserver-client transactions at a low computational cost. We show the effectiveness of NDS in various transfer learning scenarios, demonstrating state-of-the-art performance on several target datasets and tasks such as image classification, object detection and instance segmentation. Neural Data Server is available as a web-service at http://aidemo s.cs.toronto.edu/nds/.
Cite
Text
Yan et al. "Neural Data Server: A Large-Scale Search Engine for Transfer Learning Data." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00395Markdown
[Yan et al. "Neural Data Server: A Large-Scale Search Engine for Transfer Learning Data." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/yan2020cvpr-neural/) doi:10.1109/CVPR42600.2020.00395BibTeX
@inproceedings{yan2020cvpr-neural,
title = {{Neural Data Server: A Large-Scale Search Engine for Transfer Learning Data}},
author = {Yan, Xi and Acuna, David and Fidler, Sanja},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2020},
doi = {10.1109/CVPR42600.2020.00395},
url = {https://mlanthology.org/cvpr/2020/yan2020cvpr-neural/}
}