Deep Learning on Small Datasets without Pre-Training using Cosine Loss

Björn Barz,Joachim Denzler,Bjorn Barz
DOI: https://doi.org/10.1109/wacv45572.2020.9093286
2020-03-01
Abstract:Two things seem to be indisputable in the contemporary deep learning discourse: 1. The categorical cross-entropy loss after softmax activation is the method of choice for classification. 2. Training a CNN classifier from scratch on small datasets does not work well. In contrast to this, we show that the cosine loss function provides substantially better performance than crossentropy on datasets with only a handful of samples per class. For example, the accuracy achieved on the CUB- 200-2011 dataset without pre-training is by 30% higher than with the cross-entropy loss. Further experiments on other popular datasets confirm our findings. Moreover, we demonstrate that integrating prior knowledge in the form of class hierarchies is straightforward with the cosine loss and improves classification performance further.
What problem does this paper attempt to address?