Understanding Center Loss Based Network for Image Retrieval with Few Training Data

Abstract

Performance of convolutional neural network based image retrieval depends on the characteristics and statistics of the data being used for training. We show that for training datasets with a large number of classes but small number of images per class, the combination of cross-entropy loss and center loss works better than either of the losses alone. While cross-entropy loss tries to minimize misclassification of data, center loss minimizes the embedding space distance of each point in a class to its center, bringing together data-points belonging to the same class.

Cite

Text

Ghosh and Davis. "Understanding Center Loss Based Network for Image Retrieval with Few Training Data." European Conference on Computer Vision Workshops, 2018. doi:10.1007/978-3-030-11018-5_63

Markdown

[Ghosh and Davis. "Understanding Center Loss Based Network for Image Retrieval with Few Training Data." European Conference on Computer Vision Workshops, 2018.](https://mlanthology.org/eccvw/2018/ghosh2018eccvw-understanding/) doi:10.1007/978-3-030-11018-5_63

BibTeX

@inproceedings{ghosh2018eccvw-understanding,
  title     = {{Understanding Center Loss Based Network for Image Retrieval with Few Training Data}},
  author    = {Ghosh, Pallabi and Davis, Larry S.},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2018},
  pages     = {717-722},
  doi       = {10.1007/978-3-030-11018-5_63},
  url       = {https://mlanthology.org/eccvw/2018/ghosh2018eccvw-understanding/}
}