English

Fine-tuning deep CNN models on specific MS COCO categories

Computer Vision and Pattern Recognition 2017-09-07 v1 Artificial Intelligence Machine Learning

Abstract

Fine-tuning of a deep convolutional neural network (CNN) is often desired. This paper provides an overview of our publicly available py-faster-rcnn-ft software library that can be used to fine-tune the VGG_CNN_M_1024 model on custom subsets of the Microsoft Common Objects in Context (MS COCO) dataset. For example, we improved the procedure so that the user does not have to look for suitable image files in the dataset by hand which can then be used in the demo program. Our implementation randomly selects images that contain at least one object of the categories on which the model is fine-tuned.

Keywords

Cite

@article{arxiv.1709.01476,
  title  = {Fine-tuning deep CNN models on specific MS COCO categories},
  author = {Daniel Sonntag and Michael Barz and Jan Zacharias and Sven Stauden and Vahid Rahmani and Áron Fóthi and András Lőrincz},
  journal= {arXiv preprint arXiv:1709.01476},
  year   = {2017}
}
R2 v1 2026-06-22T21:33:48.045Z