Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning
Abstract
Transferring the knowledge learned from large scale datasets (e.g., ImageNet) via fine-tuning offers an effective solution for domain-specific fine-grained visual categorization (FGVC) tasks (e.g., recognizing bird species or car make & model). In such scenarios, data annotation often calls for specialized domain knowledge and thus is difficult to scale. In this work, we first tackle a problem in large scale FGVC. Our method won first place in iNaturalist 2017 large scale species classification challenge. Central to the success of our approach is a training scheme that uses higher image resolution and deals with the long-tailed distribution of training data. Next, we study transfer learning via fine-tuning from large scale datasets to small scale, domain-specific FGVC datasets. We propose a measure to estimate domain similarity via Earth Mover's Distance and demonstrate that transfer learning benefits from pre-training on a source domain that is similar to the target domain by this measure. Our proposed transfer learning outperforms ImageNet pre-training and obtains state-of-the-art results on multiple commonly used FGVC datasets.
Cite
Text
Cui et al. "Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00432Markdown
[Cui et al. "Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/cui2018cvpr-large/) doi:10.1109/CVPR.2018.00432BibTeX
@inproceedings{cui2018cvpr-large,
title = {{Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning}},
author = {Cui, Yin and Song, Yang and Sun, Chen and Howard, Andrew and Belongie, Serge},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2018},
doi = {10.1109/CVPR.2018.00432},
url = {https://mlanthology.org/cvpr/2018/cui2018cvpr-large/}
}