b2745c98ac7017b1.tex
1: \begin{abstract}
2: This article introduces a multiple classifier method to improve the performance of concatenate-designed neural networks,
3: such as ResNet and DenseNet,
4: with the purpose to alleviate the pressure on the final classifier.
5: We give the design of the classifiers, which collects the features produced between the network sets,
6: and present the constituent layers and the activation function for the classifiers, to calculate the classification score of each classifier.
7: We use the $\mathit{L2}$ normalization method to obtain the classifier score instead of the $\mathit{Softmax}$ normalization.
8: We also determine the conditions that can enhance convergence.
9: As a result, the proposed classifiers are able to improve the accuracy in the experimental cases significantly,
10: and show that the method not only has better performance than the original models, but also produces faster convergence.
11: Moreover, our classifiers are general and can be applied to all classification related concatenate-designed network models.
12: \end{abstract}
13: