AAAI 2022technical3 citations

Neural Networks Classify through the Class-Wise Means of Their Representations

Mohamed El Amine Seddik, Mohamed Tamaazousti

Abstract

In this paper, based on an asymptotic analysis of the Softmax layer, we show that when training neural networks for classification tasks, the weight vectors corre sponding to each class of the Softmax layer tend to converge to the class-wise means computed at the representation layer (for specific choices of the representation activation). We further show some consequences of our findings to the context of transfer learning, essentially by proposing a simple yet effective initialization procedure that significantly accelerates the learning of the Softmax layer weights as the target domain gets closer to the source one. Experiments are notably performed on the datasets: MNIST, Fashion MNIST, Cifar10, and Cifar100 and using a standard CNN architecture.

BibTeX
@inproceedings{aaai2022_neuralnetworkscl,
  title = {Neural Networks Classify through the Class-Wise Means of Their Representations},
  author = {Mohamed El Amine Seddik and Mohamed Tamaazousti},
  booktitle = {AAAI 2022},
  year = {2022}
}