Applied Sciences (Apr 2020)

Improving Classification Performance of Softmax Loss Function Based on Scalable Batch-Normalization

  • Qiuyu Zhu,
  • Zikuang He,
  • Tao Zhang,
  • Wennan Cui

DOI
https://doi.org/10.3390/app10082950
Journal volume & issue
Vol. 10, no. 8
p. 2950

Abstract

Read online

Convolutional neural networks (CNNs) have made great achievements on computer vision tasks, especially the image classification. With the improvement of network structure and loss functions, the performance of image classification is getting higher and higher. The classic Softmax + cross-entropy loss has been the norm for training neural networks for years, which is calculated from the output probability of the ground-truth class. Then the network’s weight is updated by gradient calculation of the loss. However, after several epochs of training, the back-propagation errors usually become almost negligible. For the above considerations, we proposed that batch normalization with adjustable scale could be added after network output to alleviate the problem of vanishing gradient problem in deep learning. The experimental results show that our method can significantly improve the final classification accuracy on different network structures, and is also better than many other improved classification Loss.

Keywords